Home
last modified time | relevance | path

Searched refs:count_ptrs (Results 1 – 1 of 1) sorted by relevance

/external/libjpeg-turbo/
Djcphuff.c117 long *count_ptrs[NUM_HUFF_TBLS]; member
265 if (entropy->count_ptrs[tbl] == NULL) in start_pass_phuff()
266 entropy->count_ptrs[tbl] = (long *) in start_pass_phuff()
269 MEMZERO(entropy->count_ptrs[tbl], 257 * sizeof(long)); in start_pass_phuff()
383 entropy->count_ptrs[tbl_no][symbol]++; in emit_symbol()
1074 jpeg_gen_optimal_table(cinfo, *htblptr, entropy->count_ptrs[tbl]); in finish_pass_gather_phuff()
1100 entropy->count_ptrs[i] = NULL; in jinit_phuff_encoder()