Searched refs:dc_count_ptrs (Results 1 – 1 of 1) sorted by relevance
126 long *dc_count_ptrs[NUM_HUFF_TBLS]; member199 if (entropy->dc_count_ptrs[dctbl] == NULL) in start_pass_huff()200 entropy->dc_count_ptrs[dctbl] = (long *) in start_pass_huff()203 MEMZERO(entropy->dc_count_ptrs[dctbl], 257 * sizeof(long)); in start_pass_huff()893 entropy->dc_count_ptrs[compptr->dc_tbl_no], in encode_mcu_gather()1097 jpeg_gen_optimal_table(cinfo, *htblptr, entropy->dc_count_ptrs[dctbl]); in finish_pass_gather()1134 entropy->dc_count_ptrs[i] = entropy->ac_count_ptrs[i] = NULL; in jinit_huff_encoder()