Searched refs:vpx_highbd_convolve8_vert_c (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | vpx_convolve.c | 447 void vpx_highbd_convolve8_vert_c(const uint16_t *src, ptrdiff_t src_stride, in vpx_highbd_convolve8_vert_c() function
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 675 void vpx_highbd_convolve8_vert_c(const uint16_t *src, ptrdiff_t src_stride, uint16_t *dst, ptrdiff_… 676 #define vpx_highbd_convolve8_vert vpx_highbd_convolve8_vert_c
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | highbd_vpx_convolve8_neon.c | 590 vpx_highbd_convolve8_vert_c(src, src_stride, dst, dst_stride, filter, x0_q4, in vpx_highbd_convolve8_vert_neon()
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 853 void vpx_highbd_convolve8_vert_c(const uint16_t *src, ptrdiff_t src_stride, uint16_t *dst, ptrdiff_… 854 #define vpx_highbd_convolve8_vert vpx_highbd_convolve8_vert_c
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 733 void vpx_highbd_convolve8_vert_c(const uint16_t *src, ptrdiff_t src_stride, uint16_t *dst, ptrdiff_…
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 733 void vpx_highbd_convolve8_vert_c(const uint16_t *src, ptrdiff_t src_stride, uint16_t *dst, ptrdiff_…
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 859 void vpx_highbd_convolve8_vert_c(const uint16_t *src, ptrdiff_t src_stride, uint16_t *dst, ptrdiff_…
|