Searched refs:RunInvTxfm (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/test/ |
D | fdct4x4_test.cc | 62 virtual void RunInvTxfm(const int16_t *out, uint8_t *dst, int stride) = 0; 84 ASM_REGISTER_STATE_CHECK(RunInvTxfm(test_temp_block, dst, pitch_)); in RunAccuracyCheck() 178 ASM_REGISTER_STATE_CHECK(RunInvTxfm(coeff, dst, pitch_)); in RunInvAccuracyCheck() 214 void RunInvTxfm(const int16_t *out, uint8_t *dst, int stride) { in RunInvTxfm() function in __anon1dcc65bc0111::Trans4x4DCT 258 void RunInvTxfm(const int16_t *out, uint8_t *dst, int stride) { in RunInvTxfm() function in __anon1dcc65bc0111::Trans4x4HT 301 void RunInvTxfm(const int16_t *out, uint8_t *dst, int stride) { in RunInvTxfm() function in __anon1dcc65bc0111::Trans4x4WHT
|
D | fdct8x8_test.cc | 56 virtual void RunInvTxfm(int16_t *out, uint8_t *dst, int stride) = 0; 156 RunInvTxfm(test_temp_block, dst, pitch_)); in RunRoundTripErrorCheck() 210 RunInvTxfm(test_temp_block, dst, pitch_)); in RunExtremalCheck() 262 void RunInvTxfm(int16_t *out, uint8_t *dst, int stride) { in RunInvTxfm() function in __anon0530fec40111::FwdTrans8x8DCT 302 void RunInvTxfm(int16_t *out, uint8_t *dst, int stride) { in RunInvTxfm() function in __anon0530fec40111::FwdTrans8x8HT
|
D | dct16x16_test.cc | 294 virtual void RunInvTxfm(int16_t *out, uint8_t *dst, int stride) = 0; 316 ASM_REGISTER_STATE_CHECK(RunInvTxfm(test_temp_block, dst, pitch_)); in RunAccuracyCheck() 424 ASM_REGISTER_STATE_CHECK(RunInvTxfm(output_ref_block, dst, pitch_)); in RunQuantCheck() 453 ASM_REGISTER_STATE_CHECK(RunInvTxfm(coeff, dst, 16)); in RunInvAccuracyCheck() 490 void RunInvTxfm(int16_t *out, uint8_t *dst, int stride) { in RunInvTxfm() function in __anonf392f1dc0111::Trans16x16DCT 540 void RunInvTxfm(int16_t *out, uint8_t *dst, int stride) { in RunInvTxfm() function in __anonf392f1dc0111::Trans16x16HT
|