Home
last modified time | relevance | path

Searched refs:tr_ly (Results 1 – 1 of 1) sorted by relevance

/external/libaom/libaom/aom_dsp/x86/
Dintrapred_ssse3.c1595 const __m128i tr_ly = in smooth_h_predictor_wxh() local
1605 __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()