Searched defs:RunFwdTxfm (Results 1 – 5 of 5) sorted by relevance
| /external/libaom/libaom/test/ |
| D | fwht4x4_test.cc | 74 void RunFwdTxfm(const int16_t *in, tran_low_t *out, int stride) { in RunFwdTxfm() function in __anond44c15990111::Trans4x4WHT
|
| D | fdct4x4_test.cc | 78 void RunFwdTxfm(const int16_t *in, OutputType *out, int stride) { in RunFwdTxfm() function in __anone1ac9f210111::Trans4x4FDCT
|
| /external/libvpx/libvpx/test/ |
| D | fdct8x8_test.cc | 545 void RunFwdTxfm(int16_t *in, tran_low_t *out, int stride) { in RunFwdTxfm() function in __anon10c6514b0111::FwdTrans8x8DCT 584 void RunFwdTxfm(int16_t *in, tran_low_t *out, int stride) { in RunFwdTxfm() function in __anon10c6514b0111::FwdTrans8x8HT 621 void RunFwdTxfm(int16_t * /*out*/, tran_low_t * /*dst*/, int /*stride*/) {} in RunFwdTxfm() function in __anon10c6514b0111::InvTrans8x8DCT
|
| D | dct16x16_test.cc | 642 void RunFwdTxfm(int16_t *in, tran_low_t *out, int stride) { in RunFwdTxfm() function in __anon71d295430111::Trans16x16DCT 694 void RunFwdTxfm(int16_t *in, tran_low_t *out, int stride) { in RunFwdTxfm() function in __anon71d295430111::Trans16x16HT 733 void RunFwdTxfm(int16_t * /*in*/, tran_low_t * /*out*/, int /*stride*/) {} in RunFwdTxfm() function in __anon71d295430111::InvTrans16x16DCT
|
| D | dct_test.cc | 199 void RunFwdTxfm(const Buffer<int16_t> &in, Buffer<tran_low_t> *out) { in RunFwdTxfm() function in __anon895d62dd0111::TransTestBase
|