Searched refs:kNumCoeffs (Results 1 – 3 of 3) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | dct32x32_test.cc | 38 const int kNumCoeffs = 1024; variable 51 void reference_32x32_dct_2d(const int16_t input[kNumCoeffs], in reference_32x32_dct_2d() argument 52 double output[kNumCoeffs]) { in reference_32x32_dct_2d() argument 102 DECLARE_ALIGNED_ARRAY(16, int16_t, test_input_block, kNumCoeffs); in TEST_P() 103 DECLARE_ALIGNED_ARRAY(16, int16_t, test_temp_block, kNumCoeffs); in TEST_P() 104 DECLARE_ALIGNED_ARRAY(16, uint8_t, dst, kNumCoeffs); in TEST_P() 105 DECLARE_ALIGNED_ARRAY(16, uint8_t, src, kNumCoeffs); in TEST_P() 109 for (int j = 0; j < kNumCoeffs; ++j) { in TEST_P() 118 for (int j = 0; j < kNumCoeffs; ++j) { in TEST_P() 143 DECLARE_ALIGNED_ARRAY(16, int16_t, input_block, kNumCoeffs); in TEST_P() [all …]
|
D | fdct4x4_test.cc | 32 const int kNumCoeffs = 16; variable 66 DECLARE_ALIGNED_ARRAY(16, int16_t, test_input_block, kNumCoeffs); in RunAccuracyCheck() 67 DECLARE_ALIGNED_ARRAY(16, int16_t, test_temp_block, kNumCoeffs); in RunAccuracyCheck() 68 DECLARE_ALIGNED_ARRAY(16, uint8_t, dst, kNumCoeffs); in RunAccuracyCheck() 69 DECLARE_ALIGNED_ARRAY(16, uint8_t, src, kNumCoeffs); in RunAccuracyCheck() 72 for (int j = 0; j < kNumCoeffs; ++j) { in RunAccuracyCheck() 82 for (int j = 0; j < kNumCoeffs; ++j) { in RunAccuracyCheck() 101 DECLARE_ALIGNED_ARRAY(16, int16_t, input_block, kNumCoeffs); in RunCoeffCheck() 102 DECLARE_ALIGNED_ARRAY(16, int16_t, output_ref_block, kNumCoeffs); in RunCoeffCheck() 103 DECLARE_ALIGNED_ARRAY(16, int16_t, output_block, kNumCoeffs); in RunCoeffCheck() [all …]
|
D | dct16x16_test.cc | 42 const int kNumCoeffs = 256; variable 294 DECLARE_ALIGNED_ARRAY(16, int16_t, test_input_block, kNumCoeffs); in RunAccuracyCheck() 295 DECLARE_ALIGNED_ARRAY(16, int16_t, test_temp_block, kNumCoeffs); in RunAccuracyCheck() 296 DECLARE_ALIGNED_ARRAY(16, uint8_t, dst, kNumCoeffs); in RunAccuracyCheck() 297 DECLARE_ALIGNED_ARRAY(16, uint8_t, src, kNumCoeffs); in RunAccuracyCheck() 300 for (int j = 0; j < kNumCoeffs; ++j) { in RunAccuracyCheck() 310 for (int j = 0; j < kNumCoeffs; ++j) { in RunAccuracyCheck() 329 DECLARE_ALIGNED_ARRAY(16, int16_t, input_block, kNumCoeffs); in RunCoeffCheck() 330 DECLARE_ALIGNED_ARRAY(16, int16_t, output_ref_block, kNumCoeffs); in RunCoeffCheck() 331 DECLARE_ALIGNED_ARRAY(16, int16_t, output_block, kNumCoeffs); in RunCoeffCheck() [all …]
|