Home
last modified time | relevance | path

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

/hardware/intel/common/libva/test/decode/
Dtinyjpeg.c228 unsigned char Q_table; in parse_SOF() local
254 Q_table = *stream++; in parse_SOF()
257 if (Q_table >= COMPONENTS) in parse_SOF()
258 error("Bad Quantization table index (got %d, max allowed %d)\n", Q_table, COMPONENTS-1); in parse_SOF()
261 c->quant_table_index = Q_table; in parse_SOF()
263 cid, c->Hfactor, c->Vfactor, Q_table ); in parse_SOF()