Searched defs:RunFwdTxfm (Results 1 – 5 of 5) sorted by relevance
| /external/libaom/test/ |
| D | fdct4x4_test.cc | 77 void RunFwdTxfm(const int16_t *in, OutputType *out, int stride) { in RunFwdTxfm() function in __anon5b8eec9c0111::Trans4x4FDCT
|
| D | fwht4x4_test.cc | 86 void RunFwdTxfm(const int16_t *in, tran_low_t *out, int stride) { in RunFwdTxfm() function in __anon4e2e63140111::Trans4x4WHT
|
| /external/libvpx/test/ |
| D | fdct8x8_test.cc | 545 void RunFwdTxfm(int16_t *in, tran_low_t *out, int stride) { in RunFwdTxfm() function in __anonf1b719c50111::FwdTrans8x8DCT 584 void RunFwdTxfm(int16_t *in, tran_low_t *out, int stride) { in RunFwdTxfm() function in __anonf1b719c50111::FwdTrans8x8HT 622 void RunFwdTxfm(int16_t * /*out*/, tran_low_t * /*dst*/, int /*stride*/) {} in RunFwdTxfm() function in __anonf1b719c50111::InvTrans8x8DCT
|
| D | dct16x16_test.cc | 642 void RunFwdTxfm(int16_t *in, tran_low_t *out, int stride) { in RunFwdTxfm() function in __anon70dc6cfd0111::Trans16x16DCT 694 void RunFwdTxfm(int16_t *in, tran_low_t *out, int stride) { in RunFwdTxfm() function in __anon70dc6cfd0111::Trans16x16HT 734 void RunFwdTxfm(int16_t * /*in*/, tran_low_t * /*out*/, int /*stride*/) {} in RunFwdTxfm() function in __anon70dc6cfd0111::InvTrans16x16DCT
|
| D | dct_test.cc | 199 void RunFwdTxfm(const Buffer<int16_t> &in, Buffer<tran_low_t> *out) { in RunFwdTxfm() function in __anone758fe570111::TransTestBase
|