Searched defs:RunFwdTxfm (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/test/
H A Dfdct4x4_test.cc97 virtual void RunFwdTxfm(const int16_t *in, tran_low_t *out, int stride) = 0;
131 ASM_REGISTER_STATE_CHECK(RunFwdTxfm(test_input_block,
179 ASM_REGISTER_STATE_CHECK(RunFwdTxfm(input_block, output_block, pitch_));
208 ASM_REGISTER_STATE_CHECK(RunFwdTxfm(input_extreme_block,
299 void RunFwdTxfm(const int16_t *in, tran_low_t *out, int stride) { function in class:__anon11101::Trans4x4DCT
344 void RunFwdTxfm(const int16_t *in, tran_low_t *out, int stride) { function in class:__anon11101::Trans4x4HT
390 void RunFwdTxfm(const int16_t *in, tran_low_t *out, int stride) { function in class:__anon11101::Trans4x4WHT
H A Dfdct8x8_test.cc142 virtual void RunFwdTxfm(int16_t *in, tran_low_t *out, int stride) = 0;
160 RunFwdTxfm(test_input_block, test_output_block, pitch_));
190 RunFwdTxfm(test_input_block, test_output_block, pitch_));
244 RunFwdTxfm(test_input_block, test_temp_block, pitch_));
338 RunFwdTxfm(test_input_block, test_temp_block, pitch_));
453 RunFwdTxfm(in, coeff, pitch_);
550 void RunFwdTxfm(int16_t *in, tran_low_t *out, int stride) { function in class:__anon11102::FwdTrans8x8DCT
600 void RunFwdTxfm(int16_t *in, tran_low_t *out, int stride) { function in class:__anon11102::FwdTrans8x8HT
644 void RunFwdTxfm(int16_t *out, tran_low_t *dst, int stride) {} function in class:__anon11102::InvTrans8x8DCT
H A Ddct16x16_test.cc328 virtual void RunFwdTxfm(int16_t *in, tran_low_t *out, int stride) = 0;
362 ASM_REGISTER_STATE_CHECK(RunFwdTxfm(test_input_block,
408 ASM_REGISTER_STATE_CHECK(RunFwdTxfm(input_block, output_block, pitch_));
437 ASM_REGISTER_STATE_CHECK(RunFwdTxfm(input_extreme_block,
668 void RunFwdTxfm(int16_t *in, tran_low_t *out, int stride) { function in class:__anon11094::Trans16x16DCT
735 void RunFwdTxfm(int16_t *in, tran_low_t *out, int stride) { function in class:__anon11094::Trans16x16HT
781 void RunFwdTxfm(int16_t *in, tran_low_t *out, int stride) {} function in class:__anon11094::InvTrans16x16DCT

Completed in 233 milliseconds