Searched refs:test_output_block (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/test/ |
D | vp8_fdct4x4_test.cc | 89 DECLARE_ALIGNED(16, int16_t, test_output_block[16]); in TEST_P() 102 fdct_func_(test_input_block, test_output_block, pitch); in TEST_P() 105 if (test_output_block[j] < 0) { in TEST_P() 107 } else if (test_output_block[j] > 0) { in TEST_P() 131 fdct_func_(test_input_block, test_output_block, pitch); in TEST_P() 134 if (test_output_block[j] < 0) { in TEST_P() 136 } else if (test_output_block[j] > 0) { in TEST_P() 159 int16_t test_output_block[16]; in TEST_P() local 169 reference_idct4x4(test_temp_block, test_output_block); in TEST_P() 172 const int diff = test_input_block[j] - test_output_block[j]; in TEST_P()
|
D | fdct8x8_test.cc | 146 DECLARE_ALIGNED(16, tran_low_t, test_output_block[64]); in RunSignBiasCheck() 159 RunFwdTxfm(test_input_block, test_output_block, pitch_)); in RunSignBiasCheck() 162 if (test_output_block[j] < 0) { in RunSignBiasCheck() 164 } else if (test_output_block[j] > 0) { in RunSignBiasCheck() 190 RunFwdTxfm(test_input_block, test_output_block, pitch_)); in RunSignBiasCheck() 193 if (test_output_block[j] < 0) { in RunSignBiasCheck() 195 } else if (test_output_block[j] > 0) { in RunSignBiasCheck()
|