Searched refs:count_ptrs (Results 1 – 2 of 2) sorted by relevance
59 long * count_ptrs[NUM_HUFF_TBLS]; member165 if (entropy->count_ptrs[tbl] == NULL) in start_pass_phuff()166 entropy->count_ptrs[tbl] = (long *) in start_pass_phuff()169 MEMZERO(entropy->count_ptrs[tbl], 257 * SIZEOF(long)); in start_pass_phuff()284 entropy->count_ptrs[tbl_no][symbol]++; in LOCAL()802 jpeg_gen_optimal_table(cinfo, *htblptr, entropy->count_ptrs[tbl]); in finish_pass_gather_phuff()828 entropy->count_ptrs[i] = NULL; in jinit_phuff_encoder()
61 long * count_ptrs[NUM_HUFF_TBLS]; member167 if (entropy->count_ptrs[tbl] == NULL) in start_pass_phuff()168 entropy->count_ptrs[tbl] = (long *) in start_pass_phuff()171 MEMZERO(entropy->count_ptrs[tbl], 257 * sizeof(long)); in start_pass_phuff()284 entropy->count_ptrs[tbl_no][symbol]++; in emit_symbol()802 jpeg_gen_optimal_table(cinfo, *htblptr, entropy->count_ptrs[tbl]); in finish_pass_gather_phuff()828 entropy->count_ptrs[i] = NULL; in jinit_phuff_encoder()