Searched refs:vp9_tm_predictor_4x4 (Results 1 – 6 of 6) sorted by relevance
61 RTCD_EXTERN void (*vp9_tm_predictor_4x4)(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, co… variable413 vp9_tm_predictor_4x4 = vp9_tm_predictor_4x4_c; in setup_rtcd_internal()414 if (flags & HAS_SSE) vp9_tm_predictor_4x4 = vp9_tm_predictor_4x4_sse; in setup_rtcd_internal()
52 #define vp9_tm_predictor_4x4 vp9_tm_predictor_4x4_c macro
54 #define vp9_tm_predictor_4x4 vp9_tm_predictor_4x4_dspr2 macro