OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp9_convolve8_avg_neon
(Results
1 - 4
of
4
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_convolve_neon.c
52
void
vp9_convolve8_avg_neon
(const uint8_t *src, ptrdiff_t src_stride,
function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
vp9_rtcd.h
237
void
vp9_convolve8_avg_neon
(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
238
#define vp9_convolve8_avg
vp9_convolve8_avg_neon
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_common.mk
127
VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/
vp9_convolve8_avg_neon
$(ASM)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
convolve_test.cc
650
vp9_convolve8_neon,
vp9_convolve8_avg_neon
);
Completed in 592 milliseconds