Searched defs:test_output_block (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/test/
H A Dvp8_fdct4x4_test.cc74 int16_t test_output_block[16]; local
86 vp8_short_fdct4x4_c(test_input_block, test_output_block, pitch);
89 if (test_output_block[j] < 0)
91 else if (test_output_block[j] > 0)
111 vp8_short_fdct4x4_c(test_input_block, test_output_block, pitch);
114 if (test_output_block[j] < 0)
116 else if (test_output_block[j] > 0)
138 int16_t test_output_block[16]; local
146 reference_idct4x4(test_temp_block, test_output_block);
149 const int diff = test_input_block[j] - test_output_block[
[all...]

Completed in 73 milliseconds