Home | History | Annotate | Download | only in libjpeg

Lines Matching refs:jpeg_gen_optimal_table

1256 jpeg_gen_optimal_table (j_compress_ptr cinfo, JHUFF_TBL * htbl, long freq[])
1406 /* It's important not to apply jpeg_gen_optimal_table more than once
1425 jpeg_gen_optimal_table(cinfo, *htblptr, entropy->dc_count_ptrs[tbl]);
1436 jpeg_gen_optimal_table(cinfo, *htblptr, entropy->ac_count_ptrs[tbl]);
1509 /* Note that jpeg_gen_optimal_table expects 257 entries in each table! */