Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/x86/
Dintrapred_ssse3.c913 const __m128i tw_x = _mm_unpacklo_epi8(top_x, weights_x); in smooth_predictor_wxh() local
914 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() local
1277 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()