Searched refs:vp9_d207_predictor_4x4 (Results 1 – 6 of 6) sorted by relevance
31 RTCD_EXTERN void (*vp9_d207_predictor_4x4)(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, … variable393 vp9_d207_predictor_4x4 = vp9_d207_predictor_4x4_c; in setup_rtcd_internal()394 if (flags & HAS_SSSE3) vp9_d207_predictor_4x4 = vp9_d207_predictor_4x4_ssse3; in setup_rtcd_internal()
28 #define vp9_d207_predictor_4x4 vp9_d207_predictor_4x4_c macro