Searched refs:ac_huff_tbl_ptrs (Results 1 – 10 of 10) sorted by relevance
187 htblptr = ((j_decompress_ptr) cinfo)->ac_huff_tbl_ptrs; in jpeg_std_huff_table()192 htblptr = ((j_compress_ptr) cinfo)->ac_huff_tbl_ptrs; in jpeg_std_huff_table()
74 cinfo->ac_huff_tbl_ptrs[i] = NULL; in jpeg_CreateCompress()141 if ((htbl = cinfo->ac_huff_tbl_ptrs[i]) != NULL) in jpeg_suppress_tables()
174 if (cinfo->ac_huff_tbl_ptrs[0] != NULL) in std_huff_tables()180 if (cinfo->ac_huff_tbl_ptrs[1] != NULL) in std_huff_tables()
194 htbl = cinfo->ac_huff_tbl_ptrs[index]; in emit_dht()685 if (cinfo->ac_huff_tbl_ptrs[i] != NULL) in write_tables_only()
70 cinfo->ac_huff_tbl_ptrs[i] = NULL; in jpeg_CreateDecompress()
179 isDC ? cinfo->dc_huff_tbl_ptrs[tblno] : cinfo->ac_huff_tbl_ptrs[tblno]; in jpeg_make_c_derived_tbl()1501 htblptr = & cinfo->ac_huff_tbl_ptrs[tbl]; in finish_pass_gather()
342 isDC ? cinfo->dc_huff_tbl_ptrs[tblno] : cinfo->ac_huff_tbl_ptrs[tblno]; in jpeg_make_d_derived_tbl()
506 htblptr = &cinfo->ac_huff_tbl_ptrs[index]; in get_dht()
343 JHUFF_TBL * ac_huff_tbl_ptrs[NUM_HUFF_TBLS]; member574 JHUFF_TBL * ac_huff_tbl_ptrs[NUM_HUFF_TBLS]; member
1672 if ((htbl = sp->cinfo.c.ac_huff_tbl_ptrs[tblno]) != NULL) in unsuppress_huff_table()1683 if ((htbl = sp->cinfo.c.ac_huff_tbl_ptrs[tblno]) != NULL) in suppress_huff_table()