Home
last modified time | relevance | path

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

/hardware/intel/common/libva/test/decode/
Dtinyjpeg-internal.h48 #define COMPONENTS 4 macro
107 struct component component_infos[COMPONENTS];
109 unsigned char Q_tables[COMPONENTS][64]; /* quantization tables, zigzag*/
110 unsigned char Q_tables_valid[COMPONENTS];
Dtinyjpeg.c257 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()
725 MIN(COMPONENTS, ARRAY_ELEMS(iq_matrix.load_quantiser_table)); in tinyjpeg_decode()
744 MIN(COMPONENTS, ARRAY_ELEMS(huffman_table.load_huffman_table)); in tinyjpeg_decode()