Home
last modified time | relevance | path

Searched refs:ConvolveFunctions (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dconvolve_test.cc30 struct ConvolveFunctions { struct
31 ConvolveFunctions(convolve_fn_t h8, convolve_fn_t h8_avg, in ConvolveFunctions() argument
45 typedef std::tr1::tuple<int, int, const ConvolveFunctions*> convolve_param_t;
247 const ConvolveFunctions* UUT_;
582 const ConvolveFunctions convolve8_c(
603 const ConvolveFunctions convolve8_sse2(
625 const ConvolveFunctions convolve8_ssse3(
647 const ConvolveFunctions convolve8_neon(
669 const ConvolveFunctions convolve8_dspr2(