Home
last modified time | relevance | path

Searched refs:jpeg_add_quant_table (Results 1 – 7 of 7) sorted by relevance

/external/libjpeg-turbo/
Djcparam.c28 jpeg_add_quant_table(j_compress_ptr cinfo, int which_tbl, in jpeg_add_quant_table() function
104 jpeg_add_quant_table(cinfo, 0, std_luminance_quant_tbl, in jpeg_default_qtables()
106 jpeg_add_quant_table(cinfo, 1, std_chrominance_quant_tbl, in jpeg_default_qtables()
122 jpeg_add_quant_table(cinfo, 0, std_luminance_quant_tbl, in jpeg_set_linear_quality()
124 jpeg_add_quant_table(cinfo, 1, std_chrominance_quant_tbl, in jpeg_set_linear_quality()
Drdswitch.c119 jpeg_add_quant_table(cinfo, tblno, table, cinfo->q_scale_factor[tblno], in read_quant_tables()
122 jpeg_add_quant_table(cinfo, tblno, table, q_scale_factor[tblno], in read_quant_tables()
309 jpeg_add_quant_table(cinfo, 0, std_luminance_quant_tbl, q_scale_factor[0], in jpeg_default_qtables()
311 jpeg_add_quant_table(cinfo, 1, std_chrominance_quant_tbl, q_scale_factor[1], in jpeg_default_qtables()
Djpeglibmangler.h80 #define jpeg_add_quant_table chromium_jpeg_add_quant_table macro
Djpeglib.h947 EXTERN(void) jpeg_add_quant_table(j_compress_ptr cinfo, int which_tbl,
Dchange.log204 rather than zigzag order. Application code that calls jpeg_add_quant_table,
Dlibjpeg.txt943 jpeg_add_quant_table (j_compress_ptr cinfo, int which_tbl,
951 CAUTION: prior to library version 6a, jpeg_add_quant_table expected
1083 be set via one of the above helper routines; jpeg_add_quant_table()
/external/ImageMagick/coders/
Djpeg.c2620 jpeg_add_quant_table(jpeg_info,0,table->levels, in WriteJPEGImage_()
2629 jpeg_add_quant_table(jpeg_info,1,table->levels, in WriteJPEGImage_()
2638 jpeg_add_quant_table(jpeg_info,2,table->levels, in WriteJPEGImage_()
2647 jpeg_add_quant_table(jpeg_info,3,table->levels, in WriteJPEGImage_()