Searched refs:Q_table (Results 1 – 3 of 3) sorted by relevance
532 int Q_table; in parse_SOF() local553 Q_table = *stream++; in parse_SOF()557 if (Q_table >= COMPONENTS) in parse_SOF()558 error("Bad Quantization table index (got %d, max allowed %d)\n", Q_table, COMPONENTS-1); in parse_SOF()562 c->Q_table = priv->Q_tables[Q_table]; in parse_SOF()564 cid, c->Hfactor, c->Hfactor, Q_table ); in parse_SOF()
71 float *Q_table; /* Pointer to the quantisation table to use */ member
138 quantptr = compptr->Q_table; in tinyjpeg_idct_float()