Searched refs:FdctFunc (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dfdct4x4_test.cc30 typedef void (*FdctFunc)(const int16_t *in, tran_low_t *out, int stride); typedef in namespace:__anon12987
37 typedef std::tr1::tuple<FdctFunc, IdctFunc, int, vpx_bit_depth_t> Dct4x4Param;
295 FdctFunc fwd_txfm_;
386 FdctFunc fwd_txfm_;
H A Dfdct8x8_test.cc65 typedef void (*FdctFunc)(const int16_t *in, tran_low_t *out, int stride); typedef in namespace:__anon12988
72 typedef std::tr1::tuple<FdctFunc, IdctFunc, int, vpx_bit_depth_t> Dct8x8Param;
463 FdctFunc fwd_txfm_;
H A Ddct16x16_test.cc258 typedef void (*FdctFunc)(const int16_t *in, tran_low_t *out, int stride); typedef in namespace:__anon12980
265 typedef std::tr1::tuple<FdctFunc, IdctFunc, int, vpx_bit_depth_t> Dct16x16Param;
617 FdctFunc fwd_txfm_;

Completed in 63 milliseconds