Searched refs:dc_huff_tbl_ptrs (Results 1 – 11 of 11) sorted by relevance
57 JHUFF_TBL **dc_huff_tbl_ptrs, **ac_huff_tbl_ptrs; in std_huff_tables() local128 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()
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()
199 htbl = cinfo->dc_huff_tbl_ptrs[index]; in emit_dht()629 if (cinfo->dc_huff_tbl_ptrs[i] != NULL) in write_tables_only()
352 JHUFF_TBL *dc_huff_tbl_ptrs[NUM_HUFF_TBLS]; member586 JHUFF_TBL *dc_huff_tbl_ptrs[NUM_HUFF_TBLS]; member
72 cinfo->dc_huff_tbl_ptrs[i] = NULL; in jpeg_CreateDecompress()
239 isDC ? cinfo->dc_huff_tbl_ptrs[tblno] : cinfo->ac_huff_tbl_ptrs[tblno]; in jpeg_make_c_derived_tbl()1053 htblptr = &cinfo->dc_huff_tbl_ptrs[dctbl]; in finish_pass_gather()
177 isDC ? cinfo->dc_huff_tbl_ptrs[tblno] : cinfo->ac_huff_tbl_ptrs[tblno]; in jpeg_make_d_derived_tbl()
1069 htblptr = &cinfo->dc_huff_tbl_ptrs[tbl]; in finish_pass_gather_phuff()
488 htblptr = &cinfo->dc_huff_tbl_ptrs[index]; in get_dht()
1105 JHUFF_TBL *dc_huff_tbl_ptrs[NUM_HUFF_TBLS]
1678 if ((htbl = sp->cinfo.c.dc_huff_tbl_ptrs[tblno]) != NULL) in unsuppress_huff_table()1689 if ((htbl = sp->cinfo.c.dc_huff_tbl_ptrs[tblno]) != NULL) in suppress_huff_table()