Searched refs:fdct_t (Results 1 – 3 of 3) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | fdct4x4_test.cc | 33 typedef void (*fdct_t)(const int16_t *in, int16_t *out, int stride); typedef 40 typedef std::tr1::tuple<fdct_t, idct_t, int> dct_4x4_param_t; 211 fdct_t fwd_txfm_;
|
D | fdct8x8_test.cc | 32 typedef void (*fdct_t)(const int16_t *in, int16_t *out, int stride); typedef 39 typedef std::tr1::tuple<fdct_t, idct_t, int> dct_8x8_param_t; 246 fdct_t fwd_txfm_;
|
D | dct16x16_test.cc | 261 typedef void (*fdct_t)(const int16_t *in, int16_t *out, int stride); typedef 268 typedef std::tr1::tuple<fdct_t, idct_t, int> dct_16x16_param_t; 442 fdct_t fwd_txfm_;
|