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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/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]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Djchuff.c1242 jpeg_gen_optimal_table (j_compress_ptr cinfo, JHUFF_TBL * htbl, long freq[]) function
1393 /* It's important not to apply jpeg_gen_optimal_table more than once
1418 jpeg_gen_optimal_table(cinfo, *htblptr, entropy->count_ptrs[tbl]);
1434 jpeg_gen_optimal_table(cinfo, *htblptr, entropy->dc_count_ptrs[dctbl]);
1441 jpeg_gen_optimal_table(cinfo, *htblptr, entropy->ac_count_ptrs[actbl]);
1513 /* Note that jpeg_gen_optimal_table expects 257 entries in each table! */
1548 /* Note that jpeg_gen_optimal_table expects 257 entries in each table! */

Completed in 165 milliseconds