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

/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dvp8_fdct4x4_test.cc73 int16_t test_input_block[16]; local
84 test_input_block[j] = rnd.Rand8() - rnd.Rand8();
86 vp8_short_fdct4x4_c(test_input_block, test_output_block, pitch);
109 test_input_block[j] = (rnd.Rand8() >> 4) - (rnd.Rand8() >> 4);
111 vp8_short_fdct4x4_c(test_input_block, test_output_block, pitch);
136 int16_t test_input_block[16]; local
142 test_input_block[j] = rnd.Rand8() - rnd.Rand8();
145 vp8_short_fdct4x4_c(test_input_block, test_temp_block, pitch);
149 const int diff = test_input_block[j] - test_output_block[j];
/external/libvpx/libvpx/test/
H A Dvp8_fdct4x4_test.cc73 int16_t test_input_block[16]; local
84 test_input_block[j] = rnd.Rand8() - rnd.Rand8();
86 vp8_short_fdct4x4_c(test_input_block, test_output_block, pitch);
109 test_input_block[j] = (rnd.Rand8() >> 4) - (rnd.Rand8() >> 4);
111 vp8_short_fdct4x4_c(test_input_block, test_output_block, pitch);
136 int16_t test_input_block[16]; local
142 test_input_block[j] = rnd.Rand8() - rnd.Rand8();
145 vp8_short_fdct4x4_c(test_input_block, test_temp_block, pitch);
149 const int diff = test_input_block[j] - test_output_block[j];

Completed in 369 milliseconds