Home
last modified time | relevance | path

Searched refs:JPEG_CMODEL_DEBUG (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/src/
H A Djpeg_cmodel.c250 JPEG_CMODEL_DEBUG("Symidx\n"); in JPEG_CMODEL_DumpTables()
251 JPEG_CMODEL_DEBUG("%d %d\n", tbl_num_luma, tbl_num_chroma); in JPEG_CMODEL_DumpTables()
252 JPEG_CMODEL_DEBUG("Write symidx : AC\n"); in JPEG_CMODEL_DumpTables()
253 JPEG_CMODEL_DEBUG("====\n"); in JPEG_CMODEL_DumpTables()
254 JPEG_CMODEL_DEBUG(" // Symidx Addr\n"); in JPEG_CMODEL_DumpTables()
255 JPEG_CMODEL_DEBUG("wriu 0x101780 0x00\n"); in JPEG_CMODEL_DumpTables()
256 JPEG_CMODEL_DEBUG("wriu 0x101781 0x02\n"); in JPEG_CMODEL_DumpTables()
265 JPEG_CMODEL_DEBUG("wriu 0x101782 0x%x\n", (_Huff_info[tbl_num_luma].u8Huff_val[i])); in JPEG_CMODEL_DumpTables()
266 JPEG_CMODEL_DEBUG("wriu 0x101783 0x%x\n", (_Huff_info[tbl_num_chroma].u8Huff_val[i])); in JPEG_CMODEL_DumpTables()
273 JPEG_CMODEL_DEBUG("%d %d\n", tbl_num_luma, tbl_num_chroma); in JPEG_CMODEL_DumpTables()
[all …]
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/src/
H A Djpeg_cmodel.c250 JPEG_CMODEL_DEBUG("Symidx\n"); in JPEG_CMODEL_DumpTables()
251 JPEG_CMODEL_DEBUG("%d %d\n", tbl_num_luma, tbl_num_chroma); in JPEG_CMODEL_DumpTables()
252 JPEG_CMODEL_DEBUG("Write symidx : AC\n"); in JPEG_CMODEL_DumpTables()
253 JPEG_CMODEL_DEBUG("====\n"); in JPEG_CMODEL_DumpTables()
254 JPEG_CMODEL_DEBUG(" // Symidx Addr\n"); in JPEG_CMODEL_DumpTables()
255 JPEG_CMODEL_DEBUG("wriu 0x101780 0x00\n"); in JPEG_CMODEL_DumpTables()
256 JPEG_CMODEL_DEBUG("wriu 0x101781 0x02\n"); in JPEG_CMODEL_DumpTables()
265 JPEG_CMODEL_DEBUG("wriu 0x101782 0x%x\n", (_Huff_info[tbl_num_luma].u8Huff_val[i])); in JPEG_CMODEL_DumpTables()
266 JPEG_CMODEL_DEBUG("wriu 0x101783 0x%x\n", (_Huff_info[tbl_num_chroma].u8Huff_val[i])); in JPEG_CMODEL_DumpTables()
273 JPEG_CMODEL_DEBUG("%d %d\n", tbl_num_luma, tbl_num_chroma); in JPEG_CMODEL_DumpTables()
[all …]
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/inc/
H A Djpegmain.h147 #define JPEG_CMODEL_DEBUG(format, args...) do{printf(format, ##args);}while(0) macro
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/inc/
H A Djpegmain.h147 #define JPEG_CMODEL_DEBUG(format, args...) do{printf(format, ##args);}while(0) macro