OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Q_tables
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/libva/test/decode/
tinyjpeg-internal.h
109
unsigned char
Q_tables
[COMPONENTS][64]; /* quantization tables, zigzag*/
tinyjpeg.c
217
memcpy(priv->
Q_tables
[qi&0x0F], stream, 64);
733
iq_matrix.quantiser_table[i][j] = priv->
Q_tables
[i][j];
Completed in 58 milliseconds