Searched refs:scale_m_weights_y (Results 1 – 1 of 1) sorted by relevance
902 const __m128i scale_m_weights_y = _mm_sub_epi16(scale_value, weights_y); in smooth_predictor_wxh() local903 __m128i pred_scaled_bl = _mm_mullo_epi16(scale_m_weights_y, bottom_left); in smooth_predictor_wxh()1268 const __m128i scale_m_weights_y = in smooth_v_predictor_wxh() local1277 const __m128i tw_x_lo = _mm_unpacklo_epi16(tw_x, scale_m_weights_y); in smooth_v_predictor_wxh()1278 const __m128i tw_x_hi = _mm_unpackhi_epi16(tw_x, scale_m_weights_y); in smooth_v_predictor_wxh()