Home
last modified time | relevance | path

Searched defs:RunFwdTxfm (Results 1 – 5 of 5) sorted by relevance

/external/libaom/test/
Dfdct4x4_test.cc76 void RunFwdTxfm(const int16_t *in, OutputType *out, int stride) override { in RunFwdTxfm() function in __anon311c0a2b0111::Trans4x4FDCT
Dfwht4x4_test.cc85 void RunFwdTxfm(const int16_t *in, tran_low_t *out, int stride) override { in RunFwdTxfm() function in __anon23bb80a30111::Trans4x4WHT
/external/libvpx/test/
Dfdct8x8_test.cc557 void RunFwdTxfm(int16_t *in, tran_low_t *out, int stride) override { in RunFwdTxfm() function in __anonc74437540111::FwdTrans8x8DCT
596 void RunFwdTxfm(int16_t *in, tran_low_t *out, int stride) override { in RunFwdTxfm() function in __anonc74437540111::FwdTrans8x8HT
634 void RunFwdTxfm(int16_t * /*out*/, tran_low_t * /*dst*/, in RunFwdTxfm() function in __anonc74437540111::InvTrans8x8DCT
Ddct16x16_test.cc755 void RunFwdTxfm(int16_t *in, tran_low_t *out, int stride) override { in RunFwdTxfm() function in __anonf80d3c6c0111::Trans16x16DCT
809 void RunFwdTxfm(int16_t *in, tran_low_t *out, int stride) override { in RunFwdTxfm() function in __anonf80d3c6c0111::Trans16x16HT
848 void RunFwdTxfm(int16_t * /*in*/, tran_low_t * /*out*/, in RunFwdTxfm() function in __anonf80d3c6c0111::InvTrans16x16DCT
Ddct_test.cc199 void RunFwdTxfm(const Buffer<int16_t> &in, Buffer<tran_low_t> *out) { in RunFwdTxfm() function in __anonf42fac660111::TransTestBase