Home
last modified time | relevance | path

Searched refs:dc_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
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.c73 cinfo->dc_huff_tbl_ptrs[i] = NULL; in jpeg_CreateDecompress()
Djchuff.c267 isDC ? cinfo->dc_huff_tbl_ptrs[tblno] : cinfo->ac_huff_tbl_ptrs[tblno]; in jpeg_make_c_derived_tbl()
1094 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.c1077 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]
/external/pdfium/third_party/libtiff/
Dtif_jpeg.c1848 if ((htbl = sp->cinfo.c.dc_huff_tbl_ptrs[tblno]) != NULL) in unsuppress_huff_table()
1858 if ((htbl = sp->cinfo.c.dc_huff_tbl_ptrs[tblno]) != NULL) in suppress_huff_table()
1906 if (cinfo->dc_huff_tbl_ptrs[0] == NULL) in TIFF_std_huff_tables()
1914 if (cinfo->dc_huff_tbl_ptrs[1] == NULL) in TIFF_std_huff_tables()
2128 (sp->cinfo.c.dc_huff_tbl_ptrs[0] == NULL || in JPEGSetupEncode()
2129 sp->cinfo.c.dc_huff_tbl_ptrs[1] == NULL || in JPEGSetupEncode()