Searched refs:vp9_dc_predictor_32x32 (Results 1 – 6 of 6) sorted by relevance
204 RTCD_EXTERN void (*vp9_dc_predictor_32x32)(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, … variable499 vp9_dc_predictor_32x32 = vp9_dc_predictor_32x32_c; in setup_rtcd_internal()500 if (flags & HAS_SSE2) vp9_dc_predictor_32x32 = vp9_dc_predictor_32x32_sse2; in setup_rtcd_internal()
172 #define vp9_dc_predictor_32x32 vp9_dc_predictor_32x32_c macro
180 #define vp9_dc_predictor_32x32 vp9_dc_predictor_32x32_c macro