Searched refs:scale_m_weights_x (Results 1 – 1 of 1) sorted by relevance
920 const __m128i scale_m_weights_x = in smooth_predictor_wxh() local922 const __m128i swxtr = _mm_mullo_epi16(scale_m_weights_x, top_right); in smooth_predictor_wxh()1602 const __m128i scale_m_weights_x = _mm_sub_epi16(scale_value, weights_xw); in smooth_h_predictor_wxh() local1603 const __m128i wx_lo = _mm_unpacklo_epi16(scale_m_weights_x, weights_xw); in smooth_h_predictor_wxh()1604 const __m128i wx_hi = _mm_unpackhi_epi16(scale_m_weights_x, weights_xw); in smooth_h_predictor_wxh()