Searched refs:weights_y (Results 1 – 1 of 1) sorted by relevance
900 const __m128i weights_y = _mm_cvtsi32_si128((uint32_t)sm_weights_h[y]); in smooth_predictor_wxh() local902 const __m128i scale_m_weights_y = _mm_sub_epi16(scale_value, weights_y); in smooth_predictor_wxh()905 _mm_shuffle_epi32(_mm_unpacklo_epi16(weights_y, left_y), 0); in smooth_predictor_wxh()1267 const __m128i weights_y = _mm_cvtsi32_si128((uint32_t)sm_weights_h[y]); in smooth_v_predictor_wxh() local1269 _mm_shuffle_epi8(_mm_sub_epi16(scale_value, weights_y), dup16); in smooth_v_predictor_wxh()1271 _mm_shuffle_epi32(_mm_unpacklo_epi16(weights_y, bottom_left), 0); in smooth_v_predictor_wxh()