Searched refs:wl_y (Results 1 – 1 of 1) sorted by relevance
904 const __m128i wl_y = in smooth_predictor_wxh() local917 __m128i pred_lo = _mm_madd_epi16(tw_x_lo, wl_y); in smooth_predictor_wxh()918 __m128i pred_hi = _mm_madd_epi16(tw_x_hi, wl_y); in smooth_predictor_wxh()1270 const __m128i wl_y = in smooth_v_predictor_wxh() local1280 __m128i pred_lo = _mm_madd_epi16(tw_x_lo, wl_y); in smooth_v_predictor_wxh()1281 __m128i pred_hi = _mm_madd_epi16(tw_x_hi, wl_y); in smooth_v_predictor_wxh()