Searched refs:jpeg_gen_optimal_table (Results 1 - 3 of 3) sorted by relevance

/external/libjpeg-turbo/
H A Djchuff.h42 EXTERN(void) jpeg_gen_optimal_table
H A Djchuff.c180 /* Note that jpeg_gen_optimal_table expects 257 entries in each table! */
887 jpeg_gen_optimal_table (j_compress_ptr cinfo, JHUFF_TBL *htbl, long freq[]) function
1037 /* It's important not to apply jpeg_gen_optimal_table more than once
1051 jpeg_gen_optimal_table(cinfo, *htblptr, entropy->dc_count_ptrs[dctbl]);
1058 jpeg_gen_optimal_table(cinfo, *htblptr, entropy->ac_count_ptrs[actbl]);
H A Djcphuff.c167 /* Note that jpeg_gen_optimal_table expects 257 entries in each table! */
782 /* It's important not to apply jpeg_gen_optimal_table more than once
803 jpeg_gen_optimal_table(cinfo, *htblptr, entropy->count_ptrs[tbl]);

Completed in 112 milliseconds