/external/libjpeg-turbo/ |
D | jstdhuff.c | 56 JHUFF_TBL **dc_huff_tbl_ptrs, **ac_huff_tbl_ptrs; in std_huff_tables() local 120 ac_huff_tbl_ptrs = ((j_decompress_ptr)cinfo)->ac_huff_tbl_ptrs; in std_huff_tables() 123 ac_huff_tbl_ptrs = ((j_compress_ptr)cinfo)->ac_huff_tbl_ptrs; in std_huff_tables() 128 add_huff_table(cinfo, &ac_huff_tbl_ptrs[0], bits_ac_luminance, in std_huff_tables() 132 add_huff_table(cinfo, &ac_huff_tbl_ptrs[1], bits_ac_chrominance, in std_huff_tables()
|
D | jcapimin.c | 78 cinfo->ac_huff_tbl_ptrs[i] = NULL; in jpeg_CreateCompress() 147 if ((htbl = cinfo->ac_huff_tbl_ptrs[i]) != NULL) in jpeg_suppress_tables()
|
D | jcmarker.c | 195 htbl = cinfo->ac_huff_tbl_ptrs[index]; in emit_dht() 631 if (cinfo->ac_huff_tbl_ptrs[i] != NULL) in write_tables_only()
|
D | jpeglib.h | 352 JHUFF_TBL * ac_huff_tbl_ptrs[NUM_HUFF_TBLS]; member 586 JHUFF_TBL * ac_huff_tbl_ptrs[NUM_HUFF_TBLS]; member
|
D | jdapimin.c | 73 cinfo->ac_huff_tbl_ptrs[i] = NULL; in jpeg_CreateDecompress()
|
D | jchuff.c | 233 isDC ? cinfo->dc_huff_tbl_ptrs[tblno] : cinfo->ac_huff_tbl_ptrs[tblno]; in jpeg_make_c_derived_tbl() 1017 htblptr = & cinfo->ac_huff_tbl_ptrs[actbl]; in finish_pass_gather()
|
D | jdhuff.c | 173 isDC ? cinfo->dc_huff_tbl_ptrs[tblno] : cinfo->ac_huff_tbl_ptrs[tblno]; in jpeg_make_d_derived_tbl()
|
D | jcphuff.c | 799 htblptr = & cinfo->ac_huff_tbl_ptrs[tbl]; in finish_pass_gather_phuff()
|
/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_jcapimin.c | 71 cinfo->ac_huff_tbl_ptrs[i] = NULL; in jpeg_CreateCompress() 133 if ((htbl = cinfo->ac_huff_tbl_ptrs[i]) != NULL) in jpeg_suppress_tables()
|
D | fpdfapi_jcparam.c | 248 add_huff_table(cinfo, &cinfo->ac_huff_tbl_ptrs[0], in std_huff_tables() 252 add_huff_table(cinfo, &cinfo->ac_huff_tbl_ptrs[1], in std_huff_tables()
|
D | fpdfapi_jcmarker.c | 191 htbl = cinfo->ac_huff_tbl_ptrs[index]; in emit_dht() 631 if (cinfo->ac_huff_tbl_ptrs[i] != NULL) in write_tables_only()
|
D | fpdfapi_jdapimin.c | 69 cinfo->ac_huff_tbl_ptrs[i] = NULL; in jpeg_CreateDecompress()
|
D | fpdfapi_jchuff.c | 200 isDC ? cinfo->dc_huff_tbl_ptrs[tblno] : cinfo->ac_huff_tbl_ptrs[tblno]; in jpeg_make_c_derived_tbl() 876 htblptr = & cinfo->ac_huff_tbl_ptrs[actbl]; in finish_pass_gather()
|
D | jpeglib.h | 408 JHUFF_TBL * ac_huff_tbl_ptrs[NUM_HUFF_TBLS]; member 628 JHUFF_TBL * ac_huff_tbl_ptrs[NUM_HUFF_TBLS]; member
|
D | fpdfapi_jdhuff.c | 171 isDC ? cinfo->dc_huff_tbl_ptrs[tblno] : cinfo->ac_huff_tbl_ptrs[tblno]; in jpeg_make_d_derived_tbl()
|
D | fpdfapi_jcphuff.c | 799 htblptr = & cinfo->ac_huff_tbl_ptrs[tbl]; in finish_pass_gather_phuff()
|
/external/opencv3/3rdparty/libjpeg/ |
D | jcapimin.c | 74 cinfo->ac_huff_tbl_ptrs[i] = NULL; in jpeg_CreateCompress() 141 if ((htbl = cinfo->ac_huff_tbl_ptrs[i]) != NULL) in jpeg_suppress_tables()
|
D | jcparam.c | 265 add_huff_table(cinfo, &cinfo->ac_huff_tbl_ptrs[0], in std_huff_tables() 269 add_huff_table(cinfo, &cinfo->ac_huff_tbl_ptrs[1], in std_huff_tables()
|
D | jcmarker.c | 194 htbl = cinfo->ac_huff_tbl_ptrs[index]; in emit_dht() 686 if (cinfo->ac_huff_tbl_ptrs[i] != NULL) in write_tables_only()
|
D | jpeglib.h | 336 JHUFF_TBL * ac_huff_tbl_ptrs[NUM_HUFF_TBLS]; member 567 JHUFF_TBL * ac_huff_tbl_ptrs[NUM_HUFF_TBLS]; member
|
D | jdapimin.c | 70 cinfo->ac_huff_tbl_ptrs[i] = NULL; in jpeg_CreateDecompress()
|
D | jchuff.c | 179 isDC ? cinfo->dc_huff_tbl_ptrs[tblno] : cinfo->ac_huff_tbl_ptrs[tblno]; in jpeg_make_c_derived_tbl() 1433 htblptr = & cinfo->ac_huff_tbl_ptrs[tbl]; in finish_pass_gather()
|
/external/opencv3/modules/imgcodecs/src/ |
D | grfmt_jpeg.cpp | 407 if ( cinfo->ac_huff_tbl_ptrs[0] == NULL && in readData() 408 cinfo->ac_huff_tbl_ptrs[1] == NULL && in readData() 416 cinfo->ac_huff_tbl_ptrs, in readData()
|
/external/opencv/otherlibs/highgui/ |
D | grfmt_jpeg.cpp | 343 if ( cinfo->ac_huff_tbl_ptrs[0] == NULL && in ReadData() 344 cinfo->ac_huff_tbl_ptrs[1] == NULL && in ReadData() 352 cinfo->ac_huff_tbl_ptrs, in ReadData()
|
/external/pdfium/third_party/libtiff/ |
D | tif_jpeg.c | 1537 if ((htbl = sp->cinfo.c.ac_huff_tbl_ptrs[tblno]) != NULL) in unsuppress_huff_table() 1548 if ((htbl = sp->cinfo.c.ac_huff_tbl_ptrs[tblno]) != NULL) in suppress_huff_table()
|