HomeSort by relevance Sort by last modified time
    Searched refs:fwd_txfm_ (Results 1 - 8 of 8) sorted by null

  /external/libvpx/libvpx/test/
fdct4x4_test.cc 202 fwd_txfm_ = GET_PARAM(0);
212 fwd_txfm_(in, out, stride);
218 FdctFunc fwd_txfm_; member in class:__anon13711::Trans4x4DCT
245 fwd_txfm_ = GET_PARAM(0);
255 fwd_txfm_(in, out, stride, tx_type_);
262 FhtFunc fwd_txfm_; member in class:__anon13711::Trans4x4HT
289 fwd_txfm_ = GET_PARAM(0);
299 fwd_txfm_(in, out, stride);
305 FdctFunc fwd_txfm_; member in class:__anon13711::Trans4x4WHT
dct32x32_test.cc 83 fwd_txfm_ = GET_PARAM(0);
93 FwdTxfmFunc fwd_txfm_; member in class:__anon13705::Trans32x32Test
115 ASM_REGISTER_STATE_CHECK(fwd_txfm_(test_input_block, test_temp_block, 32));
153 ASM_REGISTER_STATE_CHECK(fwd_txfm_(input_block, output_block, stride));
193 fwd_txfm_(input_extreme_block, output_block, stride));
fdct8x8_test.cc 249 fwd_txfm_ = GET_PARAM(0);
260 fwd_txfm_(in, out, stride);
266 FdctFunc fwd_txfm_; member in class:__anon13712::FwdTrans8x8DCT
289 fwd_txfm_ = GET_PARAM(0);
300 fwd_txfm_(in, out, stride, tx_type_);
306 FhtFunc fwd_txfm_; member in class:__anon13712::FwdTrans8x8HT
dct16x16_test.cc 477 fwd_txfm_ = GET_PARAM(0);
488 fwd_txfm_(in, out, stride);
494 FdctFunc fwd_txfm_; member in class:__anon13704::Trans16x16DCT
527 fwd_txfm_ = GET_PARAM(0);
538 fwd_txfm_(in, out, stride, tx_type_);
544 FhtFunc fwd_txfm_; member in class:__anon13704::Trans16x16HT
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
dct32x32_test.cc 83 fwd_txfm_ = GET_PARAM(0);
93 fwd_txfm_t fwd_txfm_; member in class:__anon24070::Trans32x32Test
115 REGISTER_STATE_CHECK(fwd_txfm_(test_input_block, test_temp_block, 32));
153 REGISTER_STATE_CHECK(fwd_txfm_(input_block, output_block, stride));
191 REGISTER_STATE_CHECK(fwd_txfm_(input_extreme_block, output_block, stride));
fdct4x4_test.cc 195 fwd_txfm_ = GET_PARAM(0);
205 fwd_txfm_(in, out, stride);
211 fdct_t fwd_txfm_; member in class:__anon24074::Trans4x4DCT
238 fwd_txfm_ = GET_PARAM(0);
248 fwd_txfm_(in, out, stride, tx_type_);
255 fht_t fwd_txfm_; member in class:__anon24074::Trans4x4HT
fdct8x8_test.cc 229 fwd_txfm_ = GET_PARAM(0);
240 fwd_txfm_(in, out, stride);
246 fdct_t fwd_txfm_; member in class:__anon24075::FwdTrans8x8DCT
269 fwd_txfm_ = GET_PARAM(0);
280 fwd_txfm_(in, out, stride, tx_type_);
286 fht_t fwd_txfm_; member in class:__anon24075::FwdTrans8x8HT
dct16x16_test.cc 426 fwd_txfm_ = GET_PARAM(0);
436 fwd_txfm_(in, out, stride);
442 fdct_t fwd_txfm_; member in class:__anon24069::Trans16x16DCT
469 fwd_txfm_ = GET_PARAM(0);
479 fwd_txfm_(in, out, stride, tx_type_);
485 fht_t fwd_txfm_; member in class:__anon24069::Trans16x16HT

Completed in 6605 milliseconds