/external/libjpeg-turbo/ |
D | jstdhuff.c | 56 JHUFF_TBL **dc_huff_tbl_ptrs, **ac_huff_tbl_ptrs; in std_huff_tables() local 119 dc_huff_tbl_ptrs = ((j_decompress_ptr)cinfo)->dc_huff_tbl_ptrs; in std_huff_tables() 122 dc_huff_tbl_ptrs = ((j_compress_ptr)cinfo)->dc_huff_tbl_ptrs; in std_huff_tables() 126 add_huff_table(cinfo, &dc_huff_tbl_ptrs[0], bits_dc_luminance, in std_huff_tables() 130 add_huff_table(cinfo, &dc_huff_tbl_ptrs[1], bits_dc_chrominance, in std_huff_tables()
|
D | jcapimin.c | 77 cinfo->dc_huff_tbl_ptrs[i] = NULL; in jpeg_CreateCompress() 145 if ((htbl = cinfo->dc_huff_tbl_ptrs[i]) != NULL) in jpeg_suppress_tables()
|
D | jcmarker.c | 198 htbl = cinfo->dc_huff_tbl_ptrs[index]; in emit_dht() 629 if (cinfo->dc_huff_tbl_ptrs[i] != NULL) in write_tables_only()
|
D | jpeglib.h | 351 JHUFF_TBL * dc_huff_tbl_ptrs[NUM_HUFF_TBLS]; member 585 JHUFF_TBL * dc_huff_tbl_ptrs[NUM_HUFF_TBLS]; member
|
D | jdapimin.c | 72 cinfo->dc_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() 1010 htblptr = & cinfo->dc_huff_tbl_ptrs[dctbl]; 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 | 797 htblptr = & cinfo->dc_huff_tbl_ptrs[tbl]; in finish_pass_gather_phuff()
|
/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_jcapimin.c | 70 cinfo->dc_huff_tbl_ptrs[i] = NULL; in jpeg_CreateCompress() 131 if ((htbl = cinfo->dc_huff_tbl_ptrs[i]) != NULL) in jpeg_suppress_tables()
|
D | fpdfapi_jcparam.c | 246 add_huff_table(cinfo, &cinfo->dc_huff_tbl_ptrs[0], in std_huff_tables() 250 add_huff_table(cinfo, &cinfo->dc_huff_tbl_ptrs[1], in std_huff_tables()
|
D | fpdfapi_jcmarker.c | 194 htbl = cinfo->dc_huff_tbl_ptrs[index]; in emit_dht() 629 if (cinfo->dc_huff_tbl_ptrs[i] != NULL) in write_tables_only()
|
D | fpdfapi_jdapimin.c | 68 cinfo->dc_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() 869 htblptr = & cinfo->dc_huff_tbl_ptrs[dctbl]; in finish_pass_gather()
|
D | jpeglib.h | 407 JHUFF_TBL * dc_huff_tbl_ptrs[NUM_HUFF_TBLS]; member 627 JHUFF_TBL * dc_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 | 797 htblptr = & cinfo->dc_huff_tbl_ptrs[tbl]; in finish_pass_gather_phuff()
|
/external/opencv3/3rdparty/libjpeg/ |
D | jcapimin.c | 73 cinfo->dc_huff_tbl_ptrs[i] = NULL; in jpeg_CreateCompress() 139 if ((htbl = cinfo->dc_huff_tbl_ptrs[i]) != NULL) in jpeg_suppress_tables()
|
D | jcparam.c | 263 add_huff_table(cinfo, &cinfo->dc_huff_tbl_ptrs[0], in std_huff_tables() 267 add_huff_table(cinfo, &cinfo->dc_huff_tbl_ptrs[1], in std_huff_tables()
|
D | jcmarker.c | 197 htbl = cinfo->dc_huff_tbl_ptrs[index]; in emit_dht() 684 if (cinfo->dc_huff_tbl_ptrs[i] != NULL) in write_tables_only()
|
D | jpeglib.h | 335 JHUFF_TBL * dc_huff_tbl_ptrs[NUM_HUFF_TBLS]; member 566 JHUFF_TBL * dc_huff_tbl_ptrs[NUM_HUFF_TBLS]; member
|
D | jdapimin.c | 69 cinfo->dc_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() 1422 htblptr = & cinfo->dc_huff_tbl_ptrs[tbl]; in finish_pass_gather()
|
/external/opencv3/modules/imgcodecs/src/ |
D | grfmt_jpeg.cpp | 409 cinfo->dc_huff_tbl_ptrs[0] == NULL && in readData() 410 cinfo->dc_huff_tbl_ptrs[1] == NULL ) in readData() 417 cinfo->dc_huff_tbl_ptrs ); in readData()
|
/external/opencv/otherlibs/highgui/ |
D | grfmt_jpeg.cpp | 345 cinfo->dc_huff_tbl_ptrs[0] == NULL && in ReadData() 346 cinfo->dc_huff_tbl_ptrs[1] == NULL ) in ReadData() 353 cinfo->dc_huff_tbl_ptrs ); in ReadData()
|
/external/pdfium/third_party/libtiff/ |
D | tif_jpeg.c | 1535 if ((htbl = sp->cinfo.c.dc_huff_tbl_ptrs[tblno]) != NULL) in unsuppress_huff_table() 1546 if ((htbl = sp->cinfo.c.dc_huff_tbl_ptrs[tblno]) != NULL) in suppress_huff_table()
|