Searched refs:tx_type_ (Results 1 - 6 of 6) sorted by relevance

/external/libvpx/libvpx/test/
H A Dfdct4x4_test.cc110 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:__anon24783::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_);
H A Dfdct8x8_test.cc218 int tx_type_; member in class:__anon24784::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_);
H A Ddct16x16_test.cc338 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:__anon24778::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/
H A Dfdct4x4_test.cc165 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:__anon12987::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);
H A Ddct16x16_test.cc400 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:__anon12980::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...]
H A Dfdct8x8_test.cc303 fwd_txfm_ref(test_input_block, ref_temp_block, pitch_, tx_type_));
431 int tx_type_; member in class:__anon12988::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_);

Completed in 188 milliseconds