Searched refs:vp9_convolve8_avg (Results 1 – 7 of 7) sorted by relevance
98 sf->predict[1][0][1] = vp9_convolve8_avg; in vp9_setup_scale_factors_for_frame()106 sf->predict[0][1][1] = vp9_convolve8_avg; in vp9_setup_scale_factors_for_frame()112 sf->predict[0][0][1] = vp9_convolve8_avg; in vp9_setup_scale_factors_for_frame()114 sf->predict[0][1][1] = vp9_convolve8_avg; in vp9_setup_scale_factors_for_frame()116 sf->predict[1][0][1] = vp9_convolve8_avg; in vp9_setup_scale_factors_for_frame()121 sf->predict[1][1][1] = vp9_convolve8_avg; in vp9_setup_scale_factors_for_frame()
294 RTCD_EXTERN void (*vp9_convolve8_avg)(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdi… variable559 vp9_convolve8_avg = vp9_convolve8_avg_c; in setup_rtcd_internal()560 if (flags & HAS_SSE2) vp9_convolve8_avg = vp9_convolve8_avg_sse2; in setup_rtcd_internal()561 if (flags & HAS_SSSE3) vp9_convolve8_avg = vp9_convolve8_avg_ssse3; in setup_rtcd_internal()
226 #define vp9_convolve8_avg vp9_convolve8_avg_c macro
238 #define vp9_convolve8_avg vp9_convolve8_avg_neon macro
246 #define vp9_convolve8_avg vp9_convolve8_avg_dspr2 macro