Searched defs:RunFwdTxfm (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/libvpx/test/ |
H A D | fdct8x8_test.cc | 558 void RunFwdTxfm(int16_t *in, tran_low_t *out, int stride) override { in RunFwdTxfm() function in __anoncd4a16f60111::FwdTrans8x8DCT 597 void RunFwdTxfm(int16_t *in, tran_low_t *out, int stride) override { in RunFwdTxfm() function in __anoncd4a16f60111::FwdTrans8x8HT 635 void RunFwdTxfm(int16_t * /*out*/, tran_low_t * /*dst*/, in RunFwdTxfm() function in __anoncd4a16f60111::InvTrans8x8DCT
|
H A D | dct16x16_test.cc | 755 void RunFwdTxfm(int16_t *in, tran_low_t *out, int stride) override { in RunFwdTxfm() function in __anonbecf104e0111::Trans16x16DCT 809 void RunFwdTxfm(int16_t *in, tran_low_t *out, int stride) override { in RunFwdTxfm() function in __anonbecf104e0111::Trans16x16HT 848 void RunFwdTxfm(int16_t * /*in*/, tran_low_t * /*out*/, in RunFwdTxfm() function in __anonbecf104e0111::InvTrans16x16DCT
|
H A D | dct_test.cc | 200 void RunFwdTxfm(const Buffer<int16_t> &in, Buffer<tran_low_t> *out) { in RunFwdTxfm() function in __anon78430b080111::TransTestBase
|
/aosp_15_r20/external/libaom/test/ |
H A D | fdct4x4_test.cc | 76 void RunFwdTxfm(const int16_t *in, OutputType *out, int stride) override { in RunFwdTxfm() function in __anon3721e9cd0111::Trans4x4FDCT
|
H A D | fwht4x4_test.cc | 85 void RunFwdTxfm(const int16_t *in, tran_low_t *out, int stride) override { in RunFwdTxfm() function in __anon29c160450111::Trans4x4WHT
|