Searched refs:ac_count_ptrs (Results 1 – 1 of 1) sorted by relevance
109 long *ac_count_ptrs[NUM_HUFF_TBLS]; member185 if (entropy->ac_count_ptrs[actbl] == NULL) in start_pass_huff()186 entropy->ac_count_ptrs[actbl] = (long *) in start_pass_huff()189 MEMZERO(entropy->ac_count_ptrs[actbl], 257 * sizeof(long)); in start_pass_huff()849 entropy->ac_count_ptrs[compptr->ac_tbl_no]); in encode_mcu_gather()1059 jpeg_gen_optimal_table(cinfo, *htblptr, entropy->ac_count_ptrs[actbl]); in finish_pass_gather()1089 entropy->dc_count_ptrs[i] = entropy->ac_count_ptrs[i] = NULL; in jinit_huff_encoder()