Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/x86/
Dintrapred_ssse3.c904 const __m128i wl_y = in smooth_predictor_wxh() local
917 __m128i pred_lo = _mm_madd_epi16(tw_x_lo, wl_y); in smooth_predictor_wxh()
918 __m128i pred_hi = _mm_madd_epi16(tw_x_hi, wl_y); in smooth_predictor_wxh()
1270 const __m128i wl_y = in smooth_v_predictor_wxh() local
1280 __m128i pred_lo = _mm_madd_epi16(tw_x_lo, wl_y); in smooth_v_predictor_wxh()
1281 __m128i pred_hi = _mm_madd_epi16(tw_x_hi, wl_y); in smooth_v_predictor_wxh()