Home
last modified time | relevance | path

Searched refs:quant_table (Results 1 – 5 of 5) sorted by relevance

/external/libjpeg-turbo/
Djdinput.c130 compptr->quant_table = NULL; in initial_setup()
256 if (compptr->quant_table != NULL) in latch_quant_tables()
268 compptr->quant_table = qtbl; in latch_quant_tables()
Djddctmgr.c238 qtbl = compptr->quant_table; in start_pass()
Djdcoefct.c376 if ((qtable = compptr->quant_table) == NULL) in smoothing_ok()
483 quanttbl = compptr->quant_table; in decompress_smooth_data()
Djctrans.c129 c_quant = incomp->quant_table; in jpeg_copy_critical_parameters()
Djpeglib.h183 JQUANT_TBL *quant_table; member