Searched refs:FwdTxfmFunc (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/test/ |
D | dct32x32_test.cc | 66 typedef void (*FwdTxfmFunc)(const int16_t *in, tran_low_t *out, int stride); typedef 69 typedef std::tr1::tuple<FwdTxfmFunc, InvTxfmFunc, int, vpx_bit_depth_t> 100 FwdTxfmFunc fwd_txfm_; 297 std::tr1::tuple<FwdTxfmFunc, vpx_bit_depth_t> > { 309 FwdTxfmFunc fwd_txfm_;
|
D | partial_idct_test.cc | 34 typedef void (*FwdTxfmFunc)(const int16_t *in, tran_low_t *out, int stride); typedef 54 typedef std::tr1::tuple<FwdTxfmFunc, InvTxfmWithBdFunc, InvTxfmWithBdFunc, 180 FwdTxfmFunc ftxfm_;
|