Searched defs:inv_txfm_ (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Ddct32x32_test.cc96 inv_txfm_ = GET_PARAM(1);
110 InvTxfmFunc inv_txfm_; member in class:__anon12981::Trans32x32Test
145 ASM_REGISTER_STATE_CHECK(inv_txfm_(test_temp_block, dst, 32));
148 ASM_REGISTER_STATE_CHECK(inv_txfm_(test_temp_block,
287 ASM_REGISTER_STATE_CHECK(inv_txfm_(coeff, dst, 32));
290 ASM_REGISTER_STATE_CHECK(inv_txfm_(coeff, CONVERT_TO_BYTEPTR(dst16), 32));
H A Dfdct4x4_test.cc278 inv_txfm_ = GET_PARAM(1);
292 inv_txfm_(out, dst, stride);
296 IdctFunc inv_txfm_; member in class:__anon12987::Trans4x4DCT
323 inv_txfm_ = GET_PARAM(1);
338 inv_txfm_(out, dst, stride, tx_type_);
342 IhtFunc inv_txfm_; member in class:__anon12987::Trans4x4HT
369 inv_txfm_ = GET_PARAM(1);
383 inv_txfm_(out, dst, stride);
387 IdctFunc inv_txfm_; member in class:__anon12987::Trans4x4WHT
H A Dfdct8x8_test.cc445 inv_txfm_ = GET_PARAM(1);
460 inv_txfm_(out, dst, stride);
464 IdctFunc inv_txfm_; member in class:__anon12988::FwdTrans8x8DCT
495 inv_txfm_ = GET_PARAM(1);
510 inv_txfm_(out, dst, stride, tx_type_);
514 IhtFunc inv_txfm_; member in class:__anon12988::FwdTrans8x8HT
H A Ddct16x16_test.cc584 inv_txfm_ = GET_PARAM(1);
614 inv_txfm_(out, dst, stride);
618 IdctFunc inv_txfm_; member in class:__anon12980::Trans16x16DCT
651 inv_txfm_ = GET_PARAM(1);
681 inv_txfm_(out, dst, stride, tx_type_);
685 IhtFunc inv_txfm_; member in class:__anon12980::Trans16x16HT
/external/libvpx/libvpx/test/
H A Ddct32x32_test.cc84 inv_txfm_ = GET_PARAM(1);
94 inv_txfm_t inv_txfm_; member in class:__anon24779::Trans32x32Test
116 REGISTER_STATE_CHECK(inv_txfm_(test_temp_block, dst, 32));
232 REGISTER_STATE_CHECK(inv_txfm_(coeff, dst, 32));
H A Dfdct4x4_test.cc196 inv_txfm_ = GET_PARAM(1);
208 inv_txfm_(out, dst, stride);
212 idct_t inv_txfm_; member in class:__anon24783::Trans4x4DCT
239 inv_txfm_ = GET_PARAM(1);
252 inv_txfm_(out, dst, stride, tx_type_);
256 iht_t inv_txfm_; member in class:__anon24783::Trans4x4HT
H A Dfdct8x8_test.cc230 inv_txfm_ = GET_PARAM(1);
243 inv_txfm_(out, dst, stride);
247 idct_t inv_txfm_; member in class:__anon24784::FwdTrans8x8DCT
270 inv_txfm_ = GET_PARAM(1);
283 inv_txfm_(out, dst, stride, tx_type_);
287 iht_t inv_txfm_; member in class:__anon24784::FwdTrans8x8HT
H A Ddct16x16_test.cc427 inv_txfm_ = GET_PARAM(1);
439 inv_txfm_(out, dst, stride);
443 idct_t inv_txfm_; member in class:__anon24778::Trans16x16DCT
470 inv_txfm_ = GET_PARAM(1);
482 inv_txfm_(out, dst, stride, tx_type_);
486 iht_t inv_txfm_; member in class:__anon24778::Trans16x16HT

Completed in 856 milliseconds