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

/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dfdct4x4_test.cc85 virtual void RunFwdTxfm(const int16_t *in, tran_low_t *out, int stride) = 0;
119 ASM_REGISTER_STATE_CHECK(RunFwdTxfm(test_input_block,
166 ASM_REGISTER_STATE_CHECK(RunFwdTxfm(input_block, output_block, pitch_));
197 ASM_REGISTER_STATE_CHECK(RunFwdTxfm(input_extreme_block,
288 void RunFwdTxfm(const int16_t *in, tran_low_t *out, int stride) { function in class:__anon12987::Trans4x4DCT
333 void RunFwdTxfm(const int16_t *in, tran_low_t *out, int stride) { function in class:__anon12987::Trans4x4HT
379 void RunFwdTxfm(const int16_t *in, tran_low_t *out, int stride) { function in class:__anon12987::Trans4x4WHT
H A Dfdct8x8_test.cc106 virtual void RunFwdTxfm(int16_t *in, tran_low_t *out, int stride) = 0;
124 RunFwdTxfm(test_input_block, test_output_block, pitch_));
153 RunFwdTxfm(test_input_block, test_output_block, pitch_));
207 RunFwdTxfm(test_input_block, test_temp_block, pitch_));
301 RunFwdTxfm(test_input_block, test_temp_block, pitch_));
416 RunFwdTxfm(in, coeff, pitch_);
456 void RunFwdTxfm(int16_t *in, tran_low_t *out, int stride) { function in class:__anon12988::FwdTrans8x8DCT
506 void RunFwdTxfm(int16_t *in, tran_low_t *out, int stride) { function in class:__anon12988::FwdTrans8x8HT
H A Ddct16x16_test.cc321 virtual void RunFwdTxfm(int16_t *in, tran_low_t *out, int stride) = 0;
355 ASM_REGISTER_STATE_CHECK(RunFwdTxfm(test_input_block,
401 ASM_REGISTER_STATE_CHECK(RunFwdTxfm(input_block, output_block, pitch_));
432 ASM_REGISTER_STATE_CHECK(RunFwdTxfm(input_extreme_block,
610 void RunFwdTxfm(int16_t *in, tran_low_t *out, int stride) { function in class:__anon12980::Trans16x16DCT
677 void RunFwdTxfm(int16_t *in, tran_low_t *out, int stride) { function in class:__anon12980::Trans16x16HT
/external/libvpx/libvpx/test/
H A Dfdct4x4_test.cc56 virtual void RunFwdTxfm(const int16_t *in, int16_t *out, int stride) = 0;
78 REGISTER_STATE_CHECK(RunFwdTxfm(test_input_block,
111 REGISTER_STATE_CHECK(RunFwdTxfm(input_block, output_block, pitch_));
141 REGISTER_STATE_CHECK(RunFwdTxfm(input_extreme_block,
204 void RunFwdTxfm(const int16_t *in, int16_t *out, int stride) { function in class:__anon24783::Trans4x4DCT
247 void RunFwdTxfm(const int16_t *in, int16_t *out, int stride) { function in class:__anon24783::Trans4x4HT
H A Dfdct8x8_test.cc55 virtual void RunFwdTxfm(int16_t *in, int16_t *out, int stride) = 0;
72 RunFwdTxfm(test_input_block, test_output_block, pitch_));
101 RunFwdTxfm(test_input_block, test_output_block, pitch_));
143 RunFwdTxfm(test_input_block, test_temp_block, pitch_));
195 RunFwdTxfm(test_input_block, test_temp_block, pitch_));
239 void RunFwdTxfm(int16_t *in, int16_t *out, int stride) { function in class:__anon24784::FwdTrans8x8DCT
279 void RunFwdTxfm(int16_t *in, int16_t *out, int stride) { function in class:__anon24784::FwdTrans8x8HT
H A Ddct16x16_test.cc284 virtual void RunFwdTxfm(int16_t *in, int16_t *out, int stride) = 0;
306 REGISTER_STATE_CHECK(RunFwdTxfm(test_input_block,
339 REGISTER_STATE_CHECK(RunFwdTxfm(input_block, output_block, pitch_));
369 REGISTER_STATE_CHECK(RunFwdTxfm(input_extreme_block,
435 void RunFwdTxfm(int16_t *in, int16_t *out, int stride) { function in class:__anon24778::Trans16x16DCT
478 void RunFwdTxfm(int16_t *in, int16_t *out, int stride) { function in class:__anon24778::Trans16x16HT

Completed in 686 milliseconds