Home
last modified time | relevance | path

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

/external/libaom/libaom/test/
Dfwht4x4_test.cc77 void RunInvTxfm(const tran_low_t *out, uint8_t *dst, int stride) { in RunInvTxfm() function in __anond44c15990111::Trans4x4WHT
Dfdct4x4_test.cc82 void RunInvTxfm(const OutputType *out, uint8_t *dst, int stride) { in RunInvTxfm() function in __anone1ac9f210111::Trans4x4FDCT
/external/libvpx/libvpx/test/
Dfdct8x8_test.cc548 void RunInvTxfm(tran_low_t *out, uint8_t *dst, int stride) { in RunInvTxfm() function in __anon10c6514b0111::FwdTrans8x8DCT
587 void RunInvTxfm(tran_low_t *out, uint8_t *dst, int stride) { in RunInvTxfm() function in __anon10c6514b0111::FwdTrans8x8HT
618 void RunInvTxfm(tran_low_t *out, uint8_t *dst, int stride) { in RunInvTxfm() function in __anon10c6514b0111::InvTrans8x8DCT
Ddct16x16_test.cc645 void RunInvTxfm(tran_low_t *out, uint8_t *dst, int stride) { in RunInvTxfm() function in __anon71d295430111::Trans16x16DCT
697 void RunInvTxfm(tran_low_t *out, uint8_t *dst, int stride) { in RunInvTxfm() function in __anon71d295430111::Trans16x16HT
734 void RunInvTxfm(tran_low_t *out, uint8_t *dst, int stride) { in RunInvTxfm() function in __anon71d295430111::InvTrans16x16DCT
Ddct_test.cc203 void RunInvTxfm(const Buffer<tran_low_t> &in, uint8_t *out) { in RunInvTxfm() function in __anon895d62dd0111::TransTestBase