Searched refs:vpx_convolve8_avg_horiz_c (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | convolve2_avg_horiz_dspr2.c | 797 vpx_convolve8_avg_horiz_c(src, src_stride, dst, dst_stride, filter, x0_q4, in vpx_convolve2_avg_horiz_dspr2()
|
D | convolve8_avg_horiz_dspr2.c | 992 vpx_convolve8_avg_horiz_c(src + 3, src_stride, dst, dst_stride, filter, in vpx_convolve8_avg_horiz_dspr2()
|
D | vpx_convolve8_avg_horiz_msa.c | 684 vpx_convolve8_avg_horiz_c(src, src_stride, dst, dst_stride, filter, in vpx_convolve8_avg_horiz_msa() 711 vpx_convolve8_avg_horiz_c(src, src_stride, dst, dst_stride, filter, in vpx_convolve8_avg_horiz_msa()
|
/external/libvpx/libvpx/vpx_dsp/ |
D | vpx_convolve.c | 126 void vpx_convolve8_avg_horiz_c(const uint8_t *src, ptrdiff_t src_stride, in vpx_convolve8_avg_horiz_c() function 273 vpx_convolve8_avg_horiz_c(src, src_stride, dst, dst_stride, filter, x0_q4, in vpx_scaled_avg_horiz_c()
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 39 void vpx_convolve8_avg_horiz_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t ds… 40 #define vpx_convolve8_avg_horiz vpx_convolve8_avg_horiz_c
|
/external/libvpx/libvpx/test/ |
D | convolve_test.cc | 1267 vpx_convolve8_avg_horiz_c, vpx_convolve8_vert_c, vpx_convolve8_avg_vert_c,
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 44 void vpx_convolve8_avg_horiz_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t ds…
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 44 void vpx_convolve8_avg_horiz_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t ds…
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 46 void vpx_convolve8_avg_horiz_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t ds…
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 46 void vpx_convolve8_avg_horiz_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t ds…
|