Home
last modified time | relevance | path

Searched refs:dc_huff_tbl_ptrs (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/
Djstdhuff.c57 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()
Djcapimin.c78 cinfo->dc_huff_tbl_ptrs[i] = NULL; in jpeg_CreateCompress()
146 if ((htbl = cinfo->dc_huff_tbl_ptrs[i]) != NULL) in jpeg_suppress_tables()
Djcmarker.c199 htbl = cinfo->dc_huff_tbl_ptrs[index]; in emit_dht()
629 if (cinfo->dc_huff_tbl_ptrs[i] != NULL) in write_tables_only()
Djpeglib.h358 JHUFF_TBL *dc_huff_tbl_ptrs[NUM_HUFF_TBLS]; member
592 JHUFF_TBL *dc_huff_tbl_ptrs[NUM_HUFF_TBLS]; member
Djdapimin.c72 cinfo->dc_huff_tbl_ptrs[i] = NULL; in jpeg_CreateDecompress()
Djchuff.c266 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()
Djdhuff.c160 isDC ? cinfo->dc_huff_tbl_ptrs[tblno] : cinfo->ac_huff_tbl_ptrs[tblno]; in jpeg_make_d_derived_tbl()
Djcphuff.c1076 htblptr = &cinfo->dc_huff_tbl_ptrs[tbl]; in finish_pass_gather_phuff()
Djdmarker.c488 htblptr = &cinfo->dc_huff_tbl_ptrs[index]; in get_dht()
Dlibjpeg.txt1115 JHUFF_TBL *dc_huff_tbl_ptrs[NUM_HUFF_TBLS]
/third_party/gstreamer/gstplugins_good/ext/jpeg/
Dgstjpegdec.c576 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()