Searched defs:RunInvTxfm (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/libvpx/test/ |
H A D | fdct8x8_test.cc | 561 void RunInvTxfm(tran_low_t *out, uint8_t *dst, int stride) override { in RunInvTxfm() function in __anoncd4a16f60111::FwdTrans8x8DCT 600 void RunInvTxfm(tran_low_t *out, uint8_t *dst, int stride) override { in RunInvTxfm() function in __anoncd4a16f60111::FwdTrans8x8HT 632 void RunInvTxfm(tran_low_t *out, uint8_t *dst, int stride) override { in RunInvTxfm() function in __anoncd4a16f60111::InvTrans8x8DCT
|
H A D | dct16x16_test.cc | 758 void RunInvTxfm(tran_low_t *out, uint8_t *dst, int stride) override { in RunInvTxfm() function in __anonbecf104e0111::Trans16x16DCT 812 void RunInvTxfm(tran_low_t *out, uint8_t *dst, int stride) override { in RunInvTxfm() function in __anonbecf104e0111::Trans16x16HT 850 void RunInvTxfm(tran_low_t *out, uint8_t *dst, int stride) override { in RunInvTxfm() function in __anonbecf104e0111::InvTrans16x16DCT
|
H A D | dct32x32_test.cc | 342 void RunInvTxfm(tran_low_t *out, uint8_t *dst, int stride) { in RunInvTxfm() function in __anoncfe30c0a0111::InvTrans32x32Test
|
H A D | dct_test.cc | 204 void RunInvTxfm(const Buffer<tran_low_t> &in, uint8_t *out) { in RunInvTxfm() function in __anon78430b080111::TransTestBase
|
/aosp_15_r20/external/libaom/test/ |
H A D | fdct4x4_test.cc | 80 void RunInvTxfm(const OutputType *out, uint8_t *dst, int stride) override { in RunInvTxfm() function in __anon3721e9cd0111::Trans4x4FDCT
|
H A D | fwht4x4_test.cc | 88 void RunInvTxfm(const tran_low_t *out, uint8_t *dst, int stride) override { in RunInvTxfm() function in __anon29c160450111::Trans4x4WHT
|