Searched refs:COMPONENTS (Results 1 – 7 of 7) sorted by relevance
48 #define COMPONENTS 4 macro107 struct component component_infos[COMPONENTS];109 unsigned char Q_tables[COMPONENTS][64]; /* quantization tables, zigzag*/110 unsigned char Q_tables_valid[COMPONENTS];
257 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()
45 #define COMPONENTS 4 // psnr & sse statistics maintained for total, y, u, v macro64 double psnr_sum[VPX_SS_MAX_LAYERS][COMPONENTS]; // total/Y/U/V65 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()
156 typedef enum COMPONENTS { enum159 }COMPONENTS; typedef
250 typedef enum COMPONENTS { enum253 }COMPONENTS; typedef
200 typedef enum COMPONENTS { enum203 }COMPONENTS; typedef
155 typedef enum COMPONENTS enum159 }COMPONENTS; typedef