/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_); 181 fht_t fwd_txfm_ref; member in class:__anon21162::Trans4x4TestBase 195 fwd_txfm_ref = fdct4x4_ref; 238 fwd_txfm_ref = fht4x4_ref;
|
fdct8x8_test.cc | 215 fht_t fwd_txfm_ref; member in class:__anon21163::FwdTrans8x8TestBase 228 fwd_txfm_ref = fdct8x8_ref; 267 fwd_txfm_ref = fht8x8_ref;
|
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_); 412 fht_t fwd_txfm_ref; member in class:__anon21159::Trans16x16TestBase 425 fwd_txfm_ref = fdct16x16_ref; 467 fwd_txfm_ref = fht16x16_ref;
|