Searched refs:iht_t (Results 1 – 3 of 3) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | fdct8x8_test.cc | 36 typedef void (*iht_t) (const int16_t *in, uint8_t *out, int stride, typedef 40 typedef std::tr1::tuple<fht_t, iht_t, int> ht_8x8_param_t; 287 iht_t inv_txfm_;
|
D | fdct4x4_test.cc | 37 typedef void (*iht_t) (const int16_t *in, uint8_t *out, int stride, typedef 41 typedef std::tr1::tuple<fht_t, iht_t, int> ht_4x4_param_t; 256 iht_t inv_txfm_;
|
D | dct16x16_test.cc | 265 typedef void (*iht_t) (const int16_t *in, uint8_t *out, int stride, typedef 269 typedef std::tr1::tuple<fht_t, iht_t, int> ht_16x16_param_t; 486 iht_t inv_txfm_;
|