Searched refs:vpx_highbd_convolve8_avg_horiz_c (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | vpx_convolve.c | 435 void vpx_highbd_convolve8_avg_horiz_c(const uint16_t *src, ptrdiff_t src_stride, in vpx_highbd_convolve8_avg_horiz_c() function
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 666 void vpx_highbd_convolve8_avg_horiz_c(const uint16_t *src, ptrdiff_t src_stride, uint16_t *dst, ptr… 667 #define vpx_highbd_convolve8_avg_horiz vpx_highbd_convolve8_avg_horiz_c
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | highbd_vpx_convolve8_neon.c | 352 vpx_highbd_convolve8_avg_horiz_c(src, src_stride, dst, dst_stride, filter, in vpx_highbd_convolve8_avg_horiz_neon()
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 844 void vpx_highbd_convolve8_avg_horiz_c(const uint16_t *src, ptrdiff_t src_stride, uint16_t *dst, ptr… 845 #define vpx_highbd_convolve8_avg_horiz vpx_highbd_convolve8_avg_horiz_c
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 721 void vpx_highbd_convolve8_avg_horiz_c(const uint16_t *src, ptrdiff_t src_stride, uint16_t *dst, ptr…
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 721 void vpx_highbd_convolve8_avg_horiz_c(const uint16_t *src, ptrdiff_t src_stride, uint16_t *dst, ptr…
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 847 void vpx_highbd_convolve8_avg_horiz_c(const uint16_t *src, ptrdiff_t src_stride, uint16_t *dst, ptr…
|