Searched refs:tr_ly (Results 1 – 1 of 1) sorted by relevance
1595 const __m128i tr_ly = in smooth_h_predictor_wxh() local1605 __m128i pred_lo = _mm_madd_epi16(wx_lo, tr_ly); in smooth_h_predictor_wxh()1606 __m128i pred_hi = _mm_madd_epi16(wx_hi, tr_ly); in smooth_h_predictor_wxh()