/external/libvpx/libvpx/test/ |
fdct4x4_test.cc | 110 fwd_txfm_ref(input_block, output_ref_block, pitch_, tx_type_); 140 fwd_txfm_ref(input_extreme_block, output_ref_block, pitch_, tx_type_); 169 fwd_txfm_ref(in, coeff, pitch_, tx_type_); 184 int tx_type_; member in class:__anon8481::Trans4x4TestBase 197 tx_type_ = GET_PARAM(2); 240 tx_type_ = GET_PARAM(2); 248 fwd_txfm_(in, out, stride, tx_type_); 252 inv_txfm_(out, dst, stride, tx_type_);
|
fdct8x8_test.cc | 218 int tx_type_; member in class:__anon8482::FwdTrans8x8TestBase 231 tx_type_ = GET_PARAM(2); 271 tx_type_ = GET_PARAM(2); 280 fwd_txfm_(in, out, stride, tx_type_); 283 inv_txfm_(out, dst, stride, tx_type_);
|
dct16x16_test.cc | 338 fwd_txfm_ref(input_block, output_ref_block, pitch_, tx_type_); 368 fwd_txfm_ref(input_extreme_block, output_ref_block, pitch_, tx_type_); 415 int tx_type_; member in class:__anon8476::Trans16x16TestBase 428 tx_type_ = GET_PARAM(2); 471 tx_type_ = GET_PARAM(2); 479 fwd_txfm_(in, out, stride, tx_type_); 482 inv_txfm_(out, dst, stride, tx_type_);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
fdct4x4_test.cc | 110 fwd_txfm_ref(input_block, output_ref_block, pitch_, tx_type_); 140 fwd_txfm_ref(input_extreme_block, output_ref_block, pitch_, tx_type_); 169 fwd_txfm_ref(in, coeff, pitch_, tx_type_); 184 int tx_type_; member in class:__anon19665::Trans4x4TestBase 197 tx_type_ = GET_PARAM(2); 240 tx_type_ = GET_PARAM(2); 248 fwd_txfm_(in, out, stride, tx_type_); 252 inv_txfm_(out, dst, stride, tx_type_);
|
fdct8x8_test.cc | 218 int tx_type_; member in class:__anon19666::FwdTrans8x8TestBase 231 tx_type_ = GET_PARAM(2); 271 tx_type_ = GET_PARAM(2); 280 fwd_txfm_(in, out, stride, tx_type_); 283 inv_txfm_(out, dst, stride, tx_type_);
|
dct16x16_test.cc | 338 fwd_txfm_ref(input_block, output_ref_block, pitch_, tx_type_); 368 fwd_txfm_ref(input_extreme_block, output_ref_block, pitch_, tx_type_); 415 int tx_type_; member in class:__anon19660::Trans16x16TestBase 428 tx_type_ = GET_PARAM(2); 471 tx_type_ = GET_PARAM(2); 479 fwd_txfm_(in, out, stride, tx_type_); 482 inv_txfm_(out, dst, stride, tx_type_);
|
/external/chromium_org/third_party/libvpx/source/libvpx/test/ |
fdct4x4_test.cc | 165 fwd_txfm_ref(input_block, output_ref_block, pitch_, tx_type_); 196 fwd_txfm_ref(input_extreme_block, output_ref_block, pitch_, tx_type_); 237 fwd_txfm_ref(in, coeff, pitch_, tx_type_); 264 int tx_type_; member in class:__anon17612::Trans4x4TestBase 279 tx_type_ = GET_PARAM(2); 324 tx_type_ = GET_PARAM(2); 334 fwd_txfm_(in, out, stride, tx_type_); 338 inv_txfm_(out, dst, stride, tx_type_); 370 tx_type_ = GET_PARAM(2);
|
dct16x16_test.cc | 400 fwd_txfm_ref(input_block, output_ref_block, pitch_, tx_type_); 431 fwd_txfm_ref(input_extreme_block, output_ref_block, pitch_, tx_type_); 474 fwd_txfm_ref(input_extreme_block, output_ref_block, pitch_, tx_type_); 489 inv_txfm_ref(output_ref_block, ref, pitch_, tx_type_); 494 tx_type_); 569 int tx_type_; member in class:__anon17605::Trans16x16TestBase 585 tx_type_ = GET_PARAM(2); 652 tx_type_ = GET_PARAM(2); 678 fwd_txfm_(in, out, stride, tx_type_); 681 inv_txfm_(out, dst, stride, tx_type_); [all...] |
fdct8x8_test.cc | 303 fwd_txfm_ref(test_input_block, ref_temp_block, pitch_, tx_type_)); 431 int tx_type_; member in class:__anon17613::FwdTrans8x8TestBase 446 tx_type_ = GET_PARAM(2); 496 tx_type_ = GET_PARAM(2); 507 fwd_txfm_(in, out, stride, tx_type_); 510 inv_txfm_(out, dst, stride, tx_type_);
|