Home
last modified time | relevance | path

Searched refs:test_output_block (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/test/
Dvp8_fdct4x4_test.cc74 int16_t test_output_block[16]; in TEST() local
86 vp8_short_fdct4x4_c(test_input_block, test_output_block, pitch); in TEST()
89 if (test_output_block[j] < 0) in TEST()
91 else if (test_output_block[j] > 0) in TEST()
111 vp8_short_fdct4x4_c(test_input_block, test_output_block, pitch); in TEST()
114 if (test_output_block[j] < 0) in TEST()
116 else if (test_output_block[j] > 0) in TEST()
138 int16_t test_output_block[16]; in TEST() local
146 reference_idct4x4(test_temp_block, test_output_block); in TEST()
149 const int diff = test_input_block[j] - test_output_block[j]; in TEST()
Dfdct8x8_test.cc61 DECLARE_ALIGNED_ARRAY(16, int16_t, test_output_block, 64); in RunSignBiasCheck()
72 RunFwdTxfm(test_input_block, test_output_block, pitch_)); in RunSignBiasCheck()
75 if (test_output_block[j] < 0) in RunSignBiasCheck()
77 else if (test_output_block[j] > 0) in RunSignBiasCheck()
101 RunFwdTxfm(test_input_block, test_output_block, pitch_)); in RunSignBiasCheck()
104 if (test_output_block[j] < 0) in RunSignBiasCheck()
106 else if (test_output_block[j] > 0) in RunSignBiasCheck()