Home
last modified time | relevance | path

Searched defs:RunInvTxfm (Results 1 – 6 of 6) sorted by relevance

/external/libaom/test/
Dfdct4x4_test.cc80 void RunInvTxfm(const OutputType *out, uint8_t *dst, int stride) override { in RunInvTxfm() function in __anon311c0a2b0111::Trans4x4FDCT
Dfwht4x4_test.cc88 void RunInvTxfm(const tran_low_t *out, uint8_t *dst, int stride) override { in RunInvTxfm() function in __anon23bb80a30111::Trans4x4WHT
/external/libvpx/test/
Dfdct8x8_test.cc560 void RunInvTxfm(tran_low_t *out, uint8_t *dst, int stride) override { in RunInvTxfm() function in __anonc74437540111::FwdTrans8x8DCT
599 void RunInvTxfm(tran_low_t *out, uint8_t *dst, int stride) override { in RunInvTxfm() function in __anonc74437540111::FwdTrans8x8HT
631 void RunInvTxfm(tran_low_t *out, uint8_t *dst, int stride) override { in RunInvTxfm() function in __anonc74437540111::InvTrans8x8DCT
Ddct16x16_test.cc758 void RunInvTxfm(tran_low_t *out, uint8_t *dst, int stride) override { in RunInvTxfm() function in __anonf80d3c6c0111::Trans16x16DCT
812 void RunInvTxfm(tran_low_t *out, uint8_t *dst, int stride) override { in RunInvTxfm() function in __anonf80d3c6c0111::Trans16x16HT
850 void RunInvTxfm(tran_low_t *out, uint8_t *dst, int stride) override { in RunInvTxfm() function in __anonf80d3c6c0111::InvTrans16x16DCT
Ddct32x32_test.cc343 void RunInvTxfm(tran_low_t *out, uint8_t *dst, int stride) { in RunInvTxfm() function in __anon092138280111::InvTrans32x32Test
Ddct_test.cc203 void RunInvTxfm(const Buffer<tran_low_t> &in, uint8_t *out) { in RunInvTxfm() function in __anonf42fac660111::TransTestBase