Searched refs:InvTxfmFunc (Results 1 – 2 of 2) sorted by relevance
67 typedef void (*InvTxfmFunc)(const tran_low_t *in, uint8_t *out, int stride); typedef69 typedef std::tr1::tuple<FwdTxfmFunc, InvTxfmFunc, int, vpx_bit_depth_t>101 InvTxfmFunc inv_txfm_;
35 typedef void (*InvTxfmFunc)(const tran_low_t *in, uint8_t *out, int stride); typedef39 template <InvTxfmFunc fn>