HomeSort by relevance Sort by last modified time
    Searched refs:inv_txfm_t (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/test/
partial_idct_test.cc 30 typedef void (*inv_txfm_t)(const int16_t *in, uint8_t *out, int stride); typedef in namespace:__anon16638
31 typedef std::tr1::tuple<inv_txfm_t,
32 inv_txfm_t,
50 inv_txfm_t full_itxfm_;
51 inv_txfm_t partial_itxfm_;
dct32x32_test.cc 75 typedef void (*inv_txfm_t)(const int16_t *in, uint8_t *out, int stride); typedef in namespace:__anon16628
77 typedef std::tr1::tuple<fwd_txfm_t, inv_txfm_t, int> trans_32x32_param_t;
94 inv_txfm_t inv_txfm_;
  /external/libvpx/libvpx/test/
partial_idct_test.cc 30 typedef void (*inv_txfm_t)(const int16_t *in, uint8_t *out, int stride); typedef in namespace:__anon28591
31 typedef std::tr1::tuple<inv_txfm_t,
32 inv_txfm_t,
50 inv_txfm_t full_itxfm_;
51 inv_txfm_t partial_itxfm_;
dct32x32_test.cc 75 typedef void (*inv_txfm_t)(const int16_t *in, uint8_t *out, int stride); typedef in namespace:__anon28581
77 typedef std::tr1::tuple<fwd_txfm_t, inv_txfm_t, int> trans_32x32_param_t;
94 inv_txfm_t inv_txfm_;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
partial_idct_test.cc 30 typedef void (*inv_txfm_t)(const int16_t *in, uint8_t *out, int stride); typedef in namespace:__anon39682
31 typedef std::tr1::tuple<inv_txfm_t,
32 inv_txfm_t,
50 inv_txfm_t full_itxfm_;
51 inv_txfm_t partial_itxfm_;
dct32x32_test.cc 75 typedef void (*inv_txfm_t)(const int16_t *in, uint8_t *out, int stride); typedef in namespace:__anon39672
77 typedef std::tr1::tuple<fwd_txfm_t, inv_txfm_t, int> trans_32x32_param_t;
94 inv_txfm_t inv_txfm_;

Completed in 174 milliseconds