Searched refs:tw_x (Results 1 – 1 of 1) sorted by relevance
913 const __m128i tw_x = _mm_unpacklo_epi8(top_x, weights_x); in smooth_predictor_wxh() local914 const __m128i tw_x_lo = _mm_unpacklo_epi8(tw_x, zero); in smooth_predictor_wxh()915 const __m128i tw_x_hi = _mm_unpackhi_epi8(tw_x, zero); in smooth_predictor_wxh()1276 const __m128i tw_x = _mm_unpacklo_epi8(top_x, zero); 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()