Home
last modified time | relevance | path

Searched refs:which_tbl (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djcparam.c24 jpeg_add_quant_table (j_compress_ptr cinfo, int which_tbl, in jpeg_add_quant_table() argument
41 if (which_tbl < 0 || which_tbl >= NUM_QUANT_TBLS) in jpeg_add_quant_table()
42 ERREXIT1(cinfo, JERR_DQT_INDEX, which_tbl); in jpeg_add_quant_table()
44 qtblptr = & cinfo->quant_tbl_ptrs[which_tbl]; in jpeg_add_quant_table()
A Djpeglib.h998 EXTERN(void) jpeg_add_quant_table JPP((j_compress_ptr cinfo, int which_tbl,
A Dlibjpeg.txt856 jpeg_add_quant_table (j_compress_ptr cinfo, int which_tbl,
859 Allows an arbitrary quantization table to be created. which_tbl
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/
A Djpeglib.h998 EXTERN(void) jpeg_add_quant_table JPP((j_compress_ptr cinfo, int which_tbl,

Completed in 14 milliseconds