Searched refs:weights_xw (Results 1 – 1 of 1) sorted by relevance
1601 const __m128i weights_xw = _mm_unpacklo_epi8(weights_x, zero); in smooth_h_predictor_wxh() local1602 const __m128i scale_m_weights_x = _mm_sub_epi16(scale_value, weights_xw); in smooth_h_predictor_wxh()1603 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()