Lines Matching refs:JDEC
133 JDEC* jd, /* Pointer to the decompressor object */ in alloc_pool()
159 JDEC* jd, /* Pointer to the decompressor object */ in create_qt_tbl()
195 JDEC* jd, /* Pointer to the decompressor object */ in create_huffman_tbl()
283 JDEC* jd, /* Pointer to the decompressor object */ in huffext()
424 JDEC* jd, /* Pointer to the decompressor object */ in bitext()
509 JDEC* jd, /* Pointer to the decompressor object */ in restart()
703 JDEC* jd /* Pointer to the decompressor object */ in mcu_load()
789 JDEC* jd, /* Pointer to the decompressor object */ in mcu_output()
790 int (*outfunc)(JDEC*, void*, JRECT*), /* RGB output function */ in mcu_output() argument
963 JDEC* jd, /* Blank decompressor object */ in jd_prepare()
964 size_t (*infunc)(JDEC*, uint8_t*, size_t), /* JPEG strem input function */ in jd_prepare() argument
977 …memset(jd, 0, sizeof (JDEC)); /* Clear decompression object (this might be a problem if machine's … in jd_prepare()
1119 JDEC* jd, /* Initialized decompression object */ in jd_decomp()
1120 int (*outfunc)(JDEC*, void*, JRECT*), /* RGB output function */ in jd_decomp() argument