/external/libvpx/libvpx/test/ |
fdct4x4_test.cc | 106 fwd_txfm_ref(input_block, output_ref_block, pitch_, tx_type_); 136 fwd_txfm_ref(input_extreme_block, output_ref_block, pitch_, tx_type_); 165 fwd_txfm_ref(in, coeff, pitch_, tx_type_); 180 int tx_type_; member in class:__anon21162::Trans4x4TestBase 193 tx_type_ = GET_PARAM(2); 236 tx_type_ = GET_PARAM(2); 244 fwd_txfm_(in, out, stride, tx_type_); 248 inv_txfm_(out, dst, stride, tx_type_);
|
fdct8x8_test.cc | 214 int tx_type_; member in class:__anon21163::FwdTrans8x8TestBase 226 tx_type_ = GET_PARAM(2); 265 tx_type_ = GET_PARAM(2); 274 fwd_txfm_(in, out, stride, tx_type_); 277 inv_txfm_(out, dst, stride, tx_type_);
|
dct16x16_test.cc | 334 fwd_txfm_ref(input_block, output_ref_block, pitch_, tx_type_); 364 fwd_txfm_ref(input_extreme_block, output_ref_block, pitch_, tx_type_); 411 int tx_type_; member in class:__anon21159::Trans16x16TestBase 423 tx_type_ = GET_PARAM(2); 465 tx_type_ = GET_PARAM(2); 473 fwd_txfm_(in, out, stride, tx_type_); 476 inv_txfm_(out, dst, stride, tx_type_);
|