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

/external/jpeg/
H A Djchuff.h37 #define jpeg_gen_optimal_table jGenOptTbl macro
46 EXTERN(void) jpeg_gen_optimal_table
H A Djchuff.c137 /* Note that jpeg_gen_optimal_table expects 257 entries in each table! */
705 jpeg_gen_optimal_table (j_compress_ptr cinfo, JHUFF_TBL * htbl, long freq[]) function
855 /* It's important not to apply jpeg_gen_optimal_table more than once
869 jpeg_gen_optimal_table(cinfo, *htblptr, entropy->dc_count_ptrs[dctbl]);
876 jpeg_gen_optimal_table(cinfo, *htblptr, entropy->ac_count_ptrs[actbl]);
H A Djcphuff.c164 /* Note that jpeg_gen_optimal_table expects 257 entries in each table! */
781 /* It's important not to apply jpeg_gen_optimal_table more than once
802 jpeg_gen_optimal_table(cinfo, *htblptr, entropy->count_ptrs[tbl]);
/external/pdfium/core/src/fxcodec/libjpeg/
H A Djchuff.h37 #define jpeg_gen_optimal_table jGenOptTbl macro
46 EXTERN(void) jpeg_gen_optimal_table
H A Dfpdfapi_jchuff.c141 /* Note that jpeg_gen_optimal_table expects 257 entries in each table! */
709 jpeg_gen_optimal_table (j_compress_ptr cinfo, JHUFF_TBL * htbl, long freq[]) function
859 /* It's important not to apply jpeg_gen_optimal_table more than once
873 jpeg_gen_optimal_table(cinfo, *htblptr, entropy->dc_count_ptrs[dctbl]);
880 jpeg_gen_optimal_table(cinfo, *htblptr, entropy->ac_count_ptrs[actbl]);
H A Dfpdfapi_jcphuff.c165 /* 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 370 milliseconds