Searched refs:vp9_tm_predictor_8x8 (Results 1 – 6 of 6) sorted by relevance
108 RTCD_EXTERN void (*vp9_tm_predictor_8x8)(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, co… variable442 vp9_tm_predictor_8x8 = vp9_tm_predictor_8x8_c; in setup_rtcd_internal()443 if (flags & HAS_SSE2) vp9_tm_predictor_8x8 = vp9_tm_predictor_8x8_sse2; in setup_rtcd_internal()
91 #define vp9_tm_predictor_8x8 vp9_tm_predictor_8x8_c macro
96 #define vp9_tm_predictor_8x8 vp9_tm_predictor_8x8_dspr2 macro