Searched refs:test_input_block (Results 1 - 10 of 10) 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];
H A Dfdct8x8_test.cc111 DECLARE_ALIGNED_ARRAY(16, int16_t, test_input_block, 64);
121 test_input_block[j] = ((rnd.Rand16() >> (16 - bit_depth_)) & mask_) -
124 RunFwdTxfm(test_input_block, test_output_block, pitch_));
151 test_input_block[j] = (rnd.Rand8() >> 4) - (rnd.Rand8() >> 4);
153 RunFwdTxfm(test_input_block, test_output_block, pitch_));
181 DECLARE_ALIGNED_ARRAY(16, int16_t, test_input_block, 64);
196 test_input_block[j] = src[j] - dst[j];
201 test_input_block[j] = src16[j] - dst16[j];
207 RunFwdTxfm(test_input_block, test_temp_block, pitch_));
258 DECLARE_ALIGNED_ARRAY(16, int16_t, test_input_block, 6
[all...]
H A Ddct32x32_test.cc118 DECLARE_ALIGNED_ARRAY(16, int16_t, test_input_block, kNumCoeffs);
133 test_input_block[j] = src[j] - dst[j];
138 test_input_block[j] = src16[j] - dst16[j];
143 ASM_REGISTER_STATE_CHECK(fwd_txfm_(test_input_block, test_temp_block, 32));
H A Dfdct4x4_test.cc95 DECLARE_ALIGNED_ARRAY(16, int16_t, test_input_block, kNumCoeffs);
109 test_input_block[j] = src[j] - dst[j];
114 test_input_block[j] = src16[j] - dst16[j];
119 ASM_REGISTER_STATE_CHECK(RunFwdTxfm(test_input_block,
H A Ddct16x16_test.cc331 DECLARE_ALIGNED_ARRAY(16, int16_t, test_input_block, kNumCoeffs);
345 test_input_block[j] = src[j] - dst[j];
350 test_input_block[j] = src16[j] - dst16[j];
355 ASM_REGISTER_STATE_CHECK(RunFwdTxfm(test_input_block,
/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];
H A Dfdct8x8_test.cc60 DECLARE_ALIGNED_ARRAY(16, int16_t, test_input_block, 64);
70 test_input_block[j] = rnd.Rand8() - rnd.Rand8();
72 RunFwdTxfm(test_input_block, test_output_block, pitch_));
99 test_input_block[j] = (rnd.Rand8() >> 4) - (rnd.Rand8() >> 4);
101 RunFwdTxfm(test_input_block, test_output_block, pitch_));
129 DECLARE_ALIGNED_ARRAY(16, int16_t, test_input_block, 64);
139 test_input_block[j] = src[j] - dst[j];
143 RunFwdTxfm(test_input_block, test_temp_block, pitch_));
181 DECLARE_ALIGNED_ARRAY(16, int16_t, test_input_block, 64);
191 test_input_block[
[all...]
H A Ddct32x32_test.cc102 DECLARE_ALIGNED_ARRAY(16, int16_t, test_input_block, kNumCoeffs);
112 test_input_block[j] = src[j] - dst[j];
115 REGISTER_STATE_CHECK(fwd_txfm_(test_input_block, test_temp_block, 32));
H A Dfdct4x4_test.cc66 DECLARE_ALIGNED_ARRAY(16, int16_t, test_input_block, kNumCoeffs);
75 test_input_block[j] = src[j] - dst[j];
78 REGISTER_STATE_CHECK(RunFwdTxfm(test_input_block,
H A Ddct16x16_test.cc294 DECLARE_ALIGNED_ARRAY(16, int16_t, test_input_block, kNumCoeffs);
303 test_input_block[j] = src[j] - dst[j];
306 REGISTER_STATE_CHECK(RunFwdTxfm(test_input_block,

Completed in 186 milliseconds