Searched refs:vpx_highbd_convolve8_avg_vert_c (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | vpx_convolve.c | 459 void vpx_highbd_convolve8_avg_vert_c(const uint16_t *src, ptrdiff_t src_stride, in vpx_highbd_convolve8_avg_vert_c() function
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 669 void vpx_highbd_convolve8_avg_vert_c(const uint16_t *src, ptrdiff_t src_stride, uint16_t *dst, ptrd… 670 #define vpx_highbd_convolve8_avg_vert vpx_highbd_convolve8_avg_vert_c
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | highbd_vpx_convolve8_neon.c | 756 vpx_highbd_convolve8_avg_vert_c(src, src_stride, dst, dst_stride, filter, in vpx_highbd_convolve8_avg_vert_neon()
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 847 void vpx_highbd_convolve8_avg_vert_c(const uint16_t *src, ptrdiff_t src_stride, uint16_t *dst, ptrd… 848 #define vpx_highbd_convolve8_avg_vert vpx_highbd_convolve8_avg_vert_c
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 725 void vpx_highbd_convolve8_avg_vert_c(const uint16_t *src, ptrdiff_t src_stride, uint16_t *dst, ptrd…
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 725 void vpx_highbd_convolve8_avg_vert_c(const uint16_t *src, ptrdiff_t src_stride, uint16_t *dst, ptrd…
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 851 void vpx_highbd_convolve8_avg_vert_c(const uint16_t *src, ptrdiff_t src_stride, uint16_t *dst, ptrd…
|