Home
last modified time | relevance | path

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

/external/libaom/libaom/test/
Dfdct4x4_test.cc77 void RunFwdTxfm(const int16_t *in, OutputType *out, int stride) { in RunFwdTxfm() function in __anon38af04460111::Trans4x4FDCT
Dfwht4x4_test.cc86 void RunFwdTxfm(const int16_t *in, tran_low_t *out, int stride) { in RunFwdTxfm() function in __anon2b4e7abe0111::Trans4x4WHT
/external/libvpx/libvpx/test/
Dfdct8x8_test.cc545 void RunFwdTxfm(int16_t *in, tran_low_t *out, int stride) { in RunFwdTxfm() function in __anon67c8b6700111::FwdTrans8x8DCT
584 void RunFwdTxfm(int16_t *in, tran_low_t *out, int stride) { in RunFwdTxfm() function in __anon67c8b6700111::FwdTrans8x8HT
622 void RunFwdTxfm(int16_t * /*out*/, tran_low_t * /*dst*/, int /*stride*/) {} in RunFwdTxfm() function in __anon67c8b6700111::InvTrans8x8DCT
Ddct16x16_test.cc642 void RunFwdTxfm(int16_t *in, tran_low_t *out, int stride) { in RunFwdTxfm() function in __anona9219f080111::Trans16x16DCT
694 void RunFwdTxfm(int16_t *in, tran_low_t *out, int stride) { in RunFwdTxfm() function in __anona9219f080111::Trans16x16HT
734 void RunFwdTxfm(int16_t * /*in*/, tran_low_t * /*out*/, int /*stride*/) {} in RunFwdTxfm() function in __anona9219f080111::InvTrans16x16DCT
Ddct_test.cc199 void RunFwdTxfm(const Buffer<int16_t> &in, Buffer<tran_low_t> *out) { in RunFwdTxfm() function in __anondc78fd820111::TransTestBase