Searched refs:COMPONENTS (Results 1 - 7 of 7) sorted by relevance

/hardware/intel/common/libva/test/decode/
H A 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];
H A Dtinyjpeg.c257 if (Q_table >= COMPONENTS)
258 error("Bad Quantization table index (got %d, max allowed %d)\n", Q_table, COMPONENTS-1);
725 MIN(COMPONENTS, ARRAY_ELEMS(iq_matrix.load_quantiser_table));
744 MIN(COMPONENTS, ARRAY_ELEMS(huffman_table.load_huffman_table));
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
H A Dsvc_encodeframe.c45 #define COMPONENTS 4 // psnr & sse statistics maintained for total, y, u, v macro
64 double psnr_sum[VPX_SS_MAX_LAYERS][COMPONENTS]; // total/Y/U/V
65 uint64_t sse_sum[VPX_SS_MAX_LAYERS][COMPONENTS];
940 for (i = 0; i < COMPONENTS; i++) {
1055 double scale[COMPONENTS];
1056 double psnr[COMPONENTS];
1057 double mse[COMPONENTS];
1089 for (j = 0; j < COMPONENTS; j++) {
1103 for (j = 0; j < COMPONENTS; ++j) {
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
H A DG729DecTest.c156 typedef enum COMPONENTS { enum
159 }COMPONENTS; typedef in typeref:enum:COMPONENTS
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
H A DWBAmrDecTest.c250 typedef enum COMPONENTS { enum
253 }COMPONENTS; typedef in typeref:enum:COMPONENTS
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
H A DWmaDecTest.c200 typedef enum COMPONENTS { enum
203 }COMPONENTS; typedef in typeref:enum:COMPONENTS
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
H A DAacEncTest.c155 typedef enum COMPONENTS enum
159 }COMPONENTS; typedef in typeref:enum:COMPONENTS

Completed in 328 milliseconds