Home
last modified time | relevance | path

Searched refs:COMPONENTS (Results 1 – 7 of 7) 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()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
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++) { in vpx_svc_encode()
1055 double scale[COMPONENTS]; in vpx_svc_dump_statistics()
1056 double psnr[COMPONENTS]; in vpx_svc_dump_statistics()
1057 double mse[COMPONENTS]; in vpx_svc_dump_statistics()
1089 for (j = 0; j < COMPONENTS; j++) { in vpx_svc_dump_statistics()
1103 for (j = 0; j < COMPONENTS; ++j) { in vpx_svc_dump_statistics()
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
DG729DecTest.c156 typedef enum COMPONENTS { enum
159 }COMPONENTS; typedef
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
DWBAmrDecTest.c250 typedef enum COMPONENTS { enum
253 }COMPONENTS; typedef
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
DWmaDecTest.c200 typedef enum COMPONENTS { enum
203 }COMPONENTS; typedef
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
DAacEncTest.c155 typedef enum COMPONENTS enum
159 }COMPONENTS; typedef