Home
last modified time | relevance | path

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

/external/jpeg/
Djcphuff.c59 long * count_ptrs[NUM_HUFF_TBLS]; member
165 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()
/external/pdfium/core/src/fxcodec/libjpeg/
Dfpdfapi_jcphuff.c60 long * count_ptrs[NUM_HUFF_TBLS]; member
166 if (entropy->count_ptrs[tbl] == NULL) in start_pass_phuff()
167 entropy->count_ptrs[tbl] = (long *) in start_pass_phuff()
170 MEMZERO(entropy->count_ptrs[tbl], 257 * SIZEOF(long)); in start_pass_phuff()
285 entropy->count_ptrs[tbl_no][symbol]++; in LOCAL()
803 jpeg_gen_optimal_table(cinfo, *htblptr, entropy->count_ptrs[tbl]); in finish_pass_gather_phuff()
829 entropy->count_ptrs[i] = NULL; in jinit_phuff_encoder()