Searched refs:dc_huff_tbl_ptrs (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | jstdhuff.c | 57 JHUFF_TBL **dc_huff_tbl_ptrs, **ac_huff_tbl_ptrs; in std_huff_tables() local 128 dc_huff_tbl_ptrs = ((j_decompress_ptr)cinfo)->dc_huff_tbl_ptrs; in std_huff_tables() 131 dc_huff_tbl_ptrs = ((j_compress_ptr)cinfo)->dc_huff_tbl_ptrs; in std_huff_tables() 135 add_huff_table(cinfo, &dc_huff_tbl_ptrs[0], bits_dc_luminance, in std_huff_tables() 139 add_huff_table(cinfo, &dc_huff_tbl_ptrs[1], bits_dc_chrominance, in std_huff_tables()
|
D | jcapimin.c | 78 cinfo->dc_huff_tbl_ptrs[i] = NULL; in jpeg_CreateCompress() 146 if ((htbl = cinfo->dc_huff_tbl_ptrs[i]) != NULL) in jpeg_suppress_tables()
|
D | jcmarker.c | 199 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 | 358 JHUFF_TBL *dc_huff_tbl_ptrs[NUM_HUFF_TBLS]; member 592 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 | 266 isDC ? cinfo->dc_huff_tbl_ptrs[tblno] : cinfo->ac_huff_tbl_ptrs[tblno]; in jpeg_make_c_derived_tbl() 1093 htblptr = &cinfo->dc_huff_tbl_ptrs[dctbl]; in finish_pass_gather()
|
D | jdhuff.c | 160 isDC ? cinfo->dc_huff_tbl_ptrs[tblno] : cinfo->ac_huff_tbl_ptrs[tblno]; in jpeg_make_d_derived_tbl()
|
D | jcphuff.c | 1076 htblptr = &cinfo->dc_huff_tbl_ptrs[tbl]; in finish_pass_gather_phuff()
|
D | jdmarker.c | 488 htblptr = &cinfo->dc_huff_tbl_ptrs[index]; in get_dht()
|
D | libjpeg.txt | 1115 JHUFF_TBL *dc_huff_tbl_ptrs[NUM_HUFF_TBLS]
|
/third_party/gstreamer/gstplugins_good/ext/jpeg/ |
D | gstjpegdec.c | 576 add_huff_table (dinfo, &dinfo->dc_huff_tbl_ptrs[0], in std_huff_tables() 580 add_huff_table (dinfo, &dinfo->dc_huff_tbl_ptrs[1], in std_huff_tables() 591 if ((dinfo->dc_huff_tbl_ptrs[0] == NULL) && in guarantee_huff_tables() 592 (dinfo->dc_huff_tbl_ptrs[1] == NULL) && in guarantee_huff_tables()
|