Searched refs:vp9_convolve8 (Results 1 – 8 of 8) sorted by relevance
97 sf->predict[1][0][0] = vp9_convolve8; in vp9_setup_scale_factors_for_frame()105 sf->predict[0][1][0] = vp9_convolve8; in vp9_setup_scale_factors_for_frame()111 sf->predict[0][0][0] = vp9_convolve8; in vp9_setup_scale_factors_for_frame()113 sf->predict[0][1][0] = vp9_convolve8; in vp9_setup_scale_factors_for_frame()115 sf->predict[1][0][0] = vp9_convolve8; in vp9_setup_scale_factors_for_frame()120 sf->predict[1][1][0] = vp9_convolve8; in vp9_setup_scale_factors_for_frame()
279 RTCD_EXTERN void (*vp9_convolve8)(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t… variable547 vp9_convolve8 = vp9_convolve8_c; in setup_rtcd_internal()548 if (flags & HAS_SSE2) vp9_convolve8 = vp9_convolve8_sse2; in setup_rtcd_internal()549 if (flags & HAS_SSSE3) vp9_convolve8 = vp9_convolve8_ssse3; in setup_rtcd_internal()
217 #define vp9_convolve8 vp9_convolve8_c macro
226 #define vp9_convolve8 vp9_convolve8_neon macro
234 #define vp9_convolve8 vp9_convolve8_dspr2 macro
1945 vp9_convolve8(src, src_stride, dst, dst_stride, in scale_and_extend_frame()