Home
last modified time | relevance | path

Searched refs:InvTxfmFunc (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/test/
Ddct32x32_test.cc67 typedef void (*InvTxfmFunc)(const tran_low_t *in, uint8_t *out, int stride); typedef
69 typedef std::tr1::tuple<FwdTxfmFunc, InvTxfmFunc, int, vpx_bit_depth_t>
101 InvTxfmFunc inv_txfm_;
Dpartial_idct_test.cc35 typedef void (*InvTxfmFunc)(const tran_low_t *in, uint8_t *out, int stride); typedef
39 template <InvTxfmFunc fn>