Searched refs:pitch_ (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/test/
H A Dfdct4x4_test.cc132 test_temp_block, pitch_));
134 ASM_REGISTER_STATE_CHECK(RunInvTxfm(test_temp_block, dst, pitch_));
138 CONVERT_TO_BYTEPTR(dst16), pitch_));
178 fwd_txfm_ref(input_block, output_ref_block, pitch_, tx_type_);
179 ASM_REGISTER_STATE_CHECK(RunFwdTxfm(input_block, output_block, pitch_));
207 fwd_txfm_ref(input_extreme_block, output_ref_block, pitch_, tx_type_);
209 output_block, pitch_));
248 fwd_txfm_ref(in, coeff, pitch_, tx_type_);
251 ASM_REGISTER_STATE_CHECK(RunInvTxfm(coeff, dst, pitch_));
255 pitch_));
274 int pitch_; member in class:__anon11101::Trans4x4TestBase
[all...]
H A Ddct16x16_test.cc363 test_temp_block, pitch_));
366 RunInvTxfm(test_temp_block, dst, pitch_));
370 RunInvTxfm(test_temp_block, CONVERT_TO_BYTEPTR(dst16), pitch_));
407 fwd_txfm_ref(input_block, output_ref_block, pitch_, tx_type_);
408 ASM_REGISTER_STATE_CHECK(RunFwdTxfm(input_block, output_block, pitch_));
436 fwd_txfm_ref(input_extreme_block, output_ref_block, pitch_, tx_type_);
438 output_block, pitch_));
474 fwd_txfm_ref(input_extreme_block, output_ref_block, pitch_, tx_type_);
489 inv_txfm_ref(output_ref_block, ref, pitch_, tx_type_);
490 ASM_REGISTER_STATE_CHECK(RunInvTxfm(output_ref_block, dst, pitch_));
626 int pitch_; member in class:__anon11094::Trans16x16TestBase
[all...]
H A Dfdct8x8_test.cc160 RunFwdTxfm(test_input_block, test_output_block, pitch_));
190 RunFwdTxfm(test_input_block, test_output_block, pitch_));
244 RunFwdTxfm(test_input_block, test_temp_block, pitch_));
258 RunInvTxfm(test_temp_block, dst, pitch_));
262 RunInvTxfm(test_temp_block, CONVERT_TO_BYTEPTR(dst16), pitch_));
338 RunFwdTxfm(test_input_block, test_temp_block, pitch_));
340 fwd_txfm_ref(test_input_block, ref_temp_block, pitch_, tx_type_));
343 RunInvTxfm(test_temp_block, dst, pitch_));
347 RunInvTxfm(test_temp_block, CONVERT_TO_BYTEPTR(dst16), pitch_));
416 ASM_REGISTER_STATE_CHECK(RunInvTxfm(coeff, dst, pitch_));
524 int pitch_; member in class:__anon11102::FwdTrans8x8TestBase
[all...]

Completed in 54 milliseconds