Home
last modified time | relevance | path

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

/hardware/intel/common/libva/test/decode/
Dtinyjpeg-internal.h109 unsigned char Q_tables[COMPONENTS][64]; /* quantization tables, zigzag*/ member
Dtinyjpeg.c217 memcpy(priv->Q_tables[qi&0x0F], stream, 64); in parse_DQT()
733 iq_matrix.quantiser_table[i][j] = priv->Q_tables[i][j]; in tinyjpeg_decode()