/external/libjpeg-turbo/ |
D | jcparam.c | 27 jpeg_add_quant_table (j_compress_ptr cinfo, int which_tbl, in jpeg_add_quant_table() function 102 jpeg_add_quant_table(cinfo, 0, std_luminance_quant_tbl, in jpeg_default_qtables() 104 jpeg_add_quant_table(cinfo, 1, std_chrominance_quant_tbl, in jpeg_default_qtables() 120 jpeg_add_quant_table(cinfo, 0, std_luminance_quant_tbl, in jpeg_set_linear_quality() 122 jpeg_add_quant_table(cinfo, 1, std_chrominance_quant_tbl, in jpeg_set_linear_quality()
|
D | rdswitch.c | 118 jpeg_add_quant_table(cinfo, tblno, table, cinfo->q_scale_factor[tblno], in read_quant_tables() 121 jpeg_add_quant_table(cinfo, tblno, table, q_scale_factor[tblno], in read_quant_tables() 307 jpeg_add_quant_table(cinfo, 0, std_luminance_quant_tbl, in jpeg_default_qtables() 309 jpeg_add_quant_table(cinfo, 1, std_chrominance_quant_tbl, in jpeg_default_qtables()
|
D | jpeglib.h | 940 EXTERN(void) jpeg_add_quant_table (j_compress_ptr cinfo, int which_tbl,
|
D | change.log | 164 rather than zigzag order. Application code that calls jpeg_add_quant_table,
|
D | libjpeg.txt | 938 jpeg_add_quant_table (j_compress_ptr cinfo, int which_tbl, 946 CAUTION: prior to library version 6a, jpeg_add_quant_table expected 1066 be set via one of the above helper routines; jpeg_add_quant_table()
|
/external/opencv3/3rdparty/libjpeg/ |
D | jcparam.c | 24 jpeg_add_quant_table (j_compress_ptr cinfo, int which_tbl, in jpeg_add_quant_table() function 98 jpeg_add_quant_table(cinfo, 0, std_luminance_quant_tbl, in jpeg_default_qtables() 100 jpeg_add_quant_table(cinfo, 1, std_chrominance_quant_tbl, in jpeg_default_qtables() 115 jpeg_add_quant_table(cinfo, 0, std_luminance_quant_tbl, in jpeg_set_linear_quality() 117 jpeg_add_quant_table(cinfo, 1, std_chrominance_quant_tbl, in jpeg_set_linear_quality()
|
D | jpeglib.h | 899 #define jpeg_add_quant_table jAddQuantTable macro 991 EXTERN(void) jpeg_add_quant_table JPP((j_compress_ptr cinfo, int which_tbl,
|
D | change.log | 250 rather than zigzag order. Application code that calls jpeg_add_quant_table,
|
/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_jcparam.c | 23 jpeg_add_quant_table (j_compress_ptr cinfo, int which_tbl, in jpeg_add_quant_table() function 98 jpeg_add_quant_table(cinfo, 0, std_luminance_quant_tbl, in jpeg_set_linear_quality() 100 jpeg_add_quant_table(cinfo, 1, std_chrominance_quant_tbl, in jpeg_set_linear_quality()
|
D | jpeglib.h | 52 #define jpeg_add_quant_table FOXIT_PREFIX(jpeg_add_quant_table) macro 946 #define jpeg_add_quant_table jAddQuantTable macro 1028 EXTERN(void) jpeg_add_quant_table JPP((j_compress_ptr cinfo, int which_tbl,
|
/external/libjpeg-turbo/win/ |
D | jpeg8.def | 36 jpeg_add_quant_table @ 35 ;
|
D | jpeg62.def | 36 jpeg_add_quant_table @ 35 ;
|
D | jpeg7-memsrcdst.def | 36 jpeg_add_quant_table @ 35 ;
|
D | jpeg62-memsrcdst.def | 36 jpeg_add_quant_table @ 35 ;
|
D | jpeg7.def | 36 jpeg_add_quant_table @ 35 ;
|
/external/ImageMagick/coders/ |
D | jpeg.c | 2516 jpeg_add_quant_table(&jpeg_info,0,table->levels, in WriteJPEGImage() 2525 jpeg_add_quant_table(&jpeg_info,1,table->levels, in WriteJPEGImage() 2534 jpeg_add_quant_table(&jpeg_info,2,table->levels, in WriteJPEGImage() 2543 jpeg_add_quant_table(&jpeg_info,3,table->levels, in WriteJPEGImage()
|