Home | History | Annotate | Download | only in x86

Lines Matching refs:vp9_dc_predictor_16x16

159 RTCD_EXTERN void (*vp9_dc_predictor_16x16)(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
474 vp9_dc_predictor_16x16 = vp9_dc_predictor_16x16_c;
475 if (flags & HAS_SSE2) vp9_dc_predictor_16x16 = vp9_dc_predictor_16x16_sse2;