Searched refs:FhtFunc (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/test/ |
D | fwht4x4_test.cc | 36 using libaom_test::FhtFunc;
|
D | transform_test_base.h | 32 typedef void (*FhtFunc)(const int16_t *in, tran_low_t *out, int stride, typedef 316 FhtFunc fwd_txfm_ref;
|
/external/libvpx/libvpx/test/ |
D | fdct8x8_test.cc | 42 typedef void (*FhtFunc)(const int16_t *in, tran_low_t *out, int stride, typedef 48 typedef std::tuple<FhtFunc, IhtFunc, int, vpx_bit_depth_t> Ht8x8Param; 522 FhtFunc fwd_txfm_ref; 591 FhtFunc fwd_txfm_;
|
D | dct16x16_test.cc | 228 typedef void (*FhtFunc)(const int16_t *in, tran_low_t *out, int stride, typedef 234 typedef std::tuple<FhtFunc, IhtFunc, int, vpx_bit_depth_t> Ht16x16Param; 611 FhtFunc fwd_txfm_ref; 701 FhtFunc fwd_txfm_;
|
D | dct_test.cc | 38 typedef void (*FhtFunc)(const int16_t *in, tran_low_t *out, int stride, typedef 90 FhtFunc ft_func; 419 FhtFunc fwd_txfm_;
|