Home
last modified time | relevance | path

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

/external/libgav1/src/dsp/x86/
Dconvolve_avx2.h41 #ifndef LIBGAV1_Dsp8bpp_ConvolveCompoundHorizontal
42 #define LIBGAV1_Dsp8bpp_ConvolveCompoundHorizontal LIBGAV1_CPU_AVX2 macro
Dconvolve_sse4.h53 #ifndef LIBGAV1_Dsp8bpp_ConvolveCompoundHorizontal
54 #define LIBGAV1_Dsp8bpp_ConvolveCompoundHorizontal LIBGAV1_CPU_SSE4_1 macro
/external/libgav1/src/dsp/arm/
Dconvolve_neon.h39 #define LIBGAV1_Dsp8bpp_ConvolveCompoundHorizontal LIBGAV1_CPU_NEON macro
/external/libgav1/src/dsp/
Dconvolve.cc744 #ifndef LIBGAV1_Dsp8bpp_ConvolveCompoundHorizontal in Init8bpp()