Home
last modified time | relevance | path

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

/external/syslinux/com32/lib/jpeg/
Dtinyjpeg.c532 int Q_table; in parse_SOF() local
553 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()
Dtinyjpeg-internal.h71 float *Q_table; /* Pointer to the quantisation table to use */ member
Djidctflt.c138 quantptr = compptr->Q_table; in tinyjpeg_idct_float()