Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/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()
/third_party/skia/third_party/externals/libjpeg-turbo/
Djcphuff.c122 long *count_ptrs[NUM_HUFF_TBLS]; member
272 if (entropy->count_ptrs[tbl] == NULL) in start_pass_phuff()
273 entropy->count_ptrs[tbl] = (long *) in start_pass_phuff()
276 MEMZERO(entropy->count_ptrs[tbl], 257 * sizeof(long)); in start_pass_phuff()
390 entropy->count_ptrs[tbl_no][symbol]++; in emit_symbol()
1081 jpeg_gen_optimal_table(cinfo, *htblptr, entropy->count_ptrs[tbl]); in finish_pass_gather_phuff()
1107 entropy->count_ptrs[i] = NULL; in jinit_phuff_encoder()
/third_party/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()