Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djstdhuff.c57 JHUFF_TBL **dc_huff_tbl_ptrs, **ac_huff_tbl_ptrs; in std_huff_tables() local
129 ac_huff_tbl_ptrs = ((j_decompress_ptr)cinfo)->ac_huff_tbl_ptrs; in std_huff_tables()
132 ac_huff_tbl_ptrs = ((j_compress_ptr)cinfo)->ac_huff_tbl_ptrs; in std_huff_tables()
137 add_huff_table(cinfo, &ac_huff_tbl_ptrs[0], bits_ac_luminance, in std_huff_tables()
141 add_huff_table(cinfo, &ac_huff_tbl_ptrs[1], bits_ac_chrominance, in std_huff_tables()
Djcapimin.c79 cinfo->ac_huff_tbl_ptrs[i] = NULL; in jpeg_CreateCompress()
148 if ((htbl = cinfo->ac_huff_tbl_ptrs[i]) != NULL) in jpeg_suppress_tables()
Djcmarker.c196 htbl = cinfo->ac_huff_tbl_ptrs[index]; in emit_dht()
631 if (cinfo->ac_huff_tbl_ptrs[i] != NULL) in write_tables_only()
Djpeglib.h353 JHUFF_TBL *ac_huff_tbl_ptrs[NUM_HUFF_TBLS]; member
587 JHUFF_TBL *ac_huff_tbl_ptrs[NUM_HUFF_TBLS]; member
Djdapimin.c73 cinfo->ac_huff_tbl_ptrs[i] = NULL; in jpeg_CreateDecompress()
Djchuff.c239 isDC ? cinfo->dc_huff_tbl_ptrs[tblno] : cinfo->ac_huff_tbl_ptrs[tblno]; in jpeg_make_c_derived_tbl()
1060 htblptr = &cinfo->ac_huff_tbl_ptrs[actbl]; in finish_pass_gather()
Djdhuff.c177 isDC ? cinfo->dc_huff_tbl_ptrs[tblno] : cinfo->ac_huff_tbl_ptrs[tblno]; in jpeg_make_d_derived_tbl()
Djcphuff.c1071 htblptr = &cinfo->ac_huff_tbl_ptrs[tbl]; in finish_pass_gather_phuff()
Djdmarker.c484 htblptr = &cinfo->ac_huff_tbl_ptrs[index]; in get_dht()
Dlibjpeg.txt1106 JHUFF_TBL *ac_huff_tbl_ptrs[NUM_HUFF_TBLS]
2417 if (cinfo.ac_huff_tbl_ptrs[n] == NULL)
2418 cinfo.ac_huff_tbl_ptrs[n] = jpeg_alloc_huff_table((j_common_ptr) &cinfo);
2419 huff_ptr = cinfo.ac_huff_tbl_ptrs[n]; /* huff_ptr is JHUFF_TBL* */
/external/pdfium/third_party/libtiff/
Dtif_jpeg.c1680 if ((htbl = sp->cinfo.c.ac_huff_tbl_ptrs[tblno]) != NULL) in unsuppress_huff_table()
1691 if ((htbl = sp->cinfo.c.ac_huff_tbl_ptrs[tblno]) != NULL) in suppress_huff_table()