Searched defs:jd (Results 1 – 2 of 2) sorted by relevance
/lvgl-3.5.0/src/extra/libs/sjpg/ |
D | tjpgd.c | 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() 963 JDEC* jd, /* Blank decompressor object */ in jd_prepare() 1119 JDEC* jd, /* Initialized decompression object */ in jd_decomp()
|
D | lv_sjpg.c | 283 static int img_data_cb(JDEC * jd, void * data, JRECT * rect) in img_data_cb() 302 static size_t input_func(JDEC * jd, uint8_t * buff, size_t ndata) in input_func()
|