Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
Dvp9_convolve_neon.c52 void vp9_convolve8_avg_neon(const uint8_t *src, ptrdiff_t src_stride, in vp9_convolve8_avg_neon() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
Dvp9_rtcd.h237 void vp9_convolve8_avg_neon(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_s…
238 #define vp9_convolve8_avg vp9_convolve8_avg_neon
Dlibvpx_srcs.txt207 vp9/common/arm/neon/vp9_convolve8_avg_neon.asm.s
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_common.mk127 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_convolve8_avg_neon$(ASM)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dconvolve_test.cc650 vp9_convolve8_neon, vp9_convolve8_avg_neon);