Lines Matching refs:JDEC
134 JDEC * jd, /* Pointer to the decompressor object */ in alloc_pool()
160 JDEC * jd, /* Pointer to the decompressor object */ in create_qt_tbl()
196 JDEC * jd, /* Pointer to the decompressor object */ in create_huffman_tbl()
287 JDEC * jd, /* Pointer to the decompressor object */ in huffext()
440 JDEC * jd, /* Pointer to the decompressor object */ in bitext()
536 JDEC * jd, /* Pointer to the decompressor object */ in jd_restart()
737 JDEC * jd /* Pointer to the decompressor object */ in jd_mcu_load()
828 JDEC * jd, /* Pointer to the decompressor object */ in jd_mcu_output()
829 int (*outfunc)(JDEC *, void *, JRECT *), /* RGB output function */ in jd_mcu_output() argument
942 JDEC * jd, /* Blank decompressor object */ in jd_prepare()
943 size_t (*infunc)(JDEC *, uint8_t *, size_t), /* JPEG stream input function */ in jd_prepare() argument
957 …JDEC)); /* Clear decompression object (this might be a problem if machine's null pointer is not… in jd_prepare()
1103 JDEC * jd, /* Initialized decompression object */ in jd_decomp()
1104 int (*outfunc)(JDEC *, void *, JRECT *), /* RGB output function */ in jd_decomp() argument