Searched refs:vp9_convolve_avg (Results 1 – 9 of 9) sorted by relevance
86 sf->predict[0][0][1] = vp9_convolve_avg; in vp9_setup_scale_factors_for_frame()
963 vp9_convolve_avg(src, src_stride, in vp9_convolve8_avg_horiz_dspr2()
353 vp9_convolve_avg(src, src_stride, in vp9_convolve8_avg_vert_dspr2()
274 RTCD_EXTERN void (*vp9_convolve_avg)(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdif… variable544 vp9_convolve_avg = vp9_convolve_avg_c; in setup_rtcd_internal()545 if (flags & HAS_SSE2) vp9_convolve_avg = vp9_convolve_avg_sse2; in setup_rtcd_internal()
214 #define vp9_convolve_avg vp9_convolve_avg_c macro
222 #define vp9_convolve_avg vp9_convolve_avg_neon macro
230 #define vp9_convolve_avg vp9_convolve_avg_dspr2 macro