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