Searched refs:vpx_highbd_convolve_avg_c (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | vpx_convolve.c | 492 vpx_highbd_convolve_avg_c(temp, 64, dst, dst_stride, NULL, 0, 0, 0, 0, w, h, in vpx_highbd_convolve8_avg_c() 517 void vpx_highbd_convolve_avg_c(const uint16_t *src, ptrdiff_t src_stride, in vpx_highbd_convolve_avg_c() function
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 678 void vpx_highbd_convolve_avg_c(const uint16_t *src, ptrdiff_t src_stride, uint16_t *dst, ptrdiff_t … 679 #define vpx_highbd_convolve_avg vpx_highbd_convolve_avg_c
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 737 void vpx_highbd_convolve_avg_c(const uint16_t *src, ptrdiff_t src_stride, uint16_t *dst, ptrdiff_t …
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 737 void vpx_highbd_convolve_avg_c(const uint16_t *src, ptrdiff_t src_stride, uint16_t *dst, ptrdiff_t …
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 856 void vpx_highbd_convolve_avg_c(const uint16_t *src, ptrdiff_t src_stride, uint16_t *dst, ptrdiff_t …
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 863 void vpx_highbd_convolve_avg_c(const uint16_t *src, ptrdiff_t src_stride, uint16_t *dst, ptrdiff_t …
|