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()
358 JHUFF_TBL *dc_huff_tbl_ptrs[NUM_HUFF_TBLS]; member592 JHUFF_TBL *dc_huff_tbl_ptrs[NUM_HUFF_TBLS]; member
73 cinfo->dc_huff_tbl_ptrs[i] = NULL; in jpeg_CreateDecompress()
267 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()
160 isDC ? cinfo->dc_huff_tbl_ptrs[tblno] : cinfo->ac_huff_tbl_ptrs[tblno]; in jpeg_make_d_derived_tbl()
1077 htblptr = &cinfo->dc_huff_tbl_ptrs[tbl]; in finish_pass_gather_phuff()
488 htblptr = &cinfo->dc_huff_tbl_ptrs[index]; in get_dht()
1115 JHUFF_TBL *dc_huff_tbl_ptrs[NUM_HUFF_TBLS]
1848 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()