Searched refs:aom_highbd_convolve8_horiz_c (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/aom_dsp/ |
D | aom_convolve.c | 191 void aom_highbd_convolve8_horiz_c(const uint8_t *src, ptrdiff_t src_stride, in aom_highbd_convolve8_horiz_c() function
|
D | variance.c | 877 aom_highbd_convolve8_horiz_c(ref8, ref_stride, comp_pred8, width, kernel, in aom_highbd_upsampled_pred_c() 894 aom_highbd_convolve8_horiz_c(ref8 - ref_stride * ((filter->taps >> 1) - 1), in aom_highbd_upsampled_pred_c()
|
/external/libaom/config/arm64/config/ |
D | aom_dsp_rtcd.h | 377 void aom_highbd_convolve8_horiz_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t… 378 #define aom_highbd_convolve8_horiz aom_highbd_convolve8_horiz_c
|
/external/libaom/config/arm/config/ |
D | aom_dsp_rtcd.h | 377 void aom_highbd_convolve8_horiz_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t… 378 #define aom_highbd_convolve8_horiz aom_highbd_convolve8_horiz_c
|
/external/libaom/config/x86_64/config/ |
D | aom_dsp_rtcd.h | 455 void aom_highbd_convolve8_horiz_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t…
|
/external/libaom/config/x86/config/ |
D | aom_dsp_rtcd.h | 455 void aom_highbd_convolve8_horiz_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t…
|