Searched refs:vpx_highbd_convolve8_c (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | vpx_convolve.c | 471 void vpx_highbd_convolve8_c(const uint16_t *src, ptrdiff_t src_stride, in vpx_highbd_convolve8_c() function 490 vpx_highbd_convolve8_c(src, src_stride, temp, 64, filter, x0_q4, x_step_q4, in vpx_highbd_convolve8_avg_c()
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 660 void vpx_highbd_convolve8_c(const uint16_t *src, ptrdiff_t src_stride, uint16_t *dst, ptrdiff_t dst… 661 #define vpx_highbd_convolve8 vpx_highbd_convolve8_c
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 838 void vpx_highbd_convolve8_c(const uint16_t *src, ptrdiff_t src_stride, uint16_t *dst, ptrdiff_t dst… 839 #define vpx_highbd_convolve8 vpx_highbd_convolve8_c
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 713 void vpx_highbd_convolve8_c(const uint16_t *src, ptrdiff_t src_stride, uint16_t *dst, ptrdiff_t dst…
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 713 void vpx_highbd_convolve8_c(const uint16_t *src, ptrdiff_t src_stride, uint16_t *dst, ptrdiff_t dst…
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 839 void vpx_highbd_convolve8_c(const uint16_t *src, ptrdiff_t src_stride, uint16_t *dst, ptrdiff_t dst…
|