Searched refs:wh_sc (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/aom_dsp/x86/ |
D | intrapred_ssse3.c | 645 const __m128i wh_sc = _mm_unpacklo_epi16(wg_wg, sc_sc); in smooth_pred_4xh() local 646 __m128i s = _mm_madd_epi16(pixel[0], wh_sc); in smooth_pred_4xh() 802 const __m128i wh_sc = _mm_unpacklo_epi16(wg_wg, sc_sc); in smooth_pred_8xh() local 803 __m128i s0 = _mm_madd_epi16(pixels[0], wh_sc); in smooth_pred_8xh() 804 __m128i s1 = _mm_madd_epi16(pixels[1], wh_sc); in smooth_pred_8xh() 1064 const __m128i wh_sc = _mm_unpacklo_epi16(wg_wg, sc_sc); in smooth_v_pred_4xh() local 1065 __m128i sum = _mm_madd_epi16(pixel[0], wh_sc); in smooth_v_pred_4xh() 1176 const __m128i wh_sc = _mm_unpacklo_epi16(wg_wg, sc_sc); in smooth_v_pred_8xh() local 1177 __m128i s0 = _mm_madd_epi16(pixels[0], wh_sc); in smooth_v_pred_8xh() 1178 __m128i s1 = _mm_madd_epi16(pixels[1], wh_sc); in smooth_v_pred_8xh()
|