Searched refs:pitch_ (Results 1 - 2 of 2) sorted by relevance
/external/libvpx/libvpx/test/ |
H A D | dct16x16_test.cc | 350 RunFwdTxfm(test_input_block, test_temp_block, pitch_)); 352 ASM_REGISTER_STATE_CHECK(RunInvTxfm(test_temp_block, dst, pitch_)); 356 RunInvTxfm(test_temp_block, CAST_TO_BYTEPTR(dst16), pitch_)); 393 fwd_txfm_ref(input_block, output_ref_block, pitch_, tx_type_); 394 ASM_REGISTER_STATE_CHECK(RunFwdTxfm(input_block, output_block, pitch_)); 420 fwd_txfm_ref(input_extreme_block, output_ref_block, pitch_, tx_type_); 422 RunFwdTxfm(input_extreme_block, output_block, pitch_)); 458 fwd_txfm_ref(input_extreme_block, output_ref_block, pitch_, tx_type_); 474 inv_txfm_ref(output_ref_block, ref, pitch_, tx_type_); 475 ASM_REGISTER_STATE_CHECK(RunInvTxfm(output_ref_block, dst, pitch_)); 607 int pitch_; member in class:__anon12666::Trans16x16TestBase [all...] |
H A D | fdct8x8_test.cc | 158 RunFwdTxfm(test_input_block, test_output_block, pitch_)); 189 RunFwdTxfm(test_input_block, test_output_block, pitch_)); 243 RunFwdTxfm(test_input_block, test_temp_block, pitch_)); 256 ASM_REGISTER_STATE_CHECK(RunInvTxfm(test_temp_block, dst, pitch_)); 260 RunInvTxfm(test_temp_block, CAST_TO_BYTEPTR(dst16), pitch_)); 335 RunFwdTxfm(test_input_block, test_temp_block, pitch_)); 337 fwd_txfm_ref(test_input_block, ref_temp_block, pitch_, tx_type_)); 339 ASM_REGISTER_STATE_CHECK(RunInvTxfm(test_temp_block, dst, pitch_)); 343 RunInvTxfm(test_temp_block, CAST_TO_BYTEPTR(dst16), pitch_)); 412 ASM_REGISTER_STATE_CHECK(RunInvTxfm(coeff, dst, pitch_)); 519 int pitch_; member in class:__anon12677::FwdTrans8x8TestBase [all...] |
Completed in 296 milliseconds