Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/x86/
Dintrapred_ssse3.c1056 const __m128i pred_round = _mm_set1_epi32((1 << (sm_weight_log2_scale - 1))); in smooth_v_pred_4xh() local
1066 sum = _mm_add_epi32(sum, pred_round); in smooth_v_pred_4xh()
1168 const __m128i pred_round = _mm_set1_epi32((1 << (sm_weight_log2_scale - 1))); in smooth_v_pred_8xh() local
1180 s0 = _mm_add_epi32(s0, pred_round); in smooth_v_pred_8xh()
1183 s1 = _mm_add_epi32(s1, pred_round); in smooth_v_pred_8xh()
1400 const __m128i pred_round = _mm_set1_epi32((1 << (sm_weight_log2_scale - 1))); in smooth_h_pred_4xh() local
1410 sum = _mm_add_epi32(sum, pred_round); in smooth_h_pred_4xh()
1499 const __m128i pred_round = _mm_set1_epi32((1 << (sm_weight_log2_scale - 1))); in smooth_h_pred_8xh() local
1510 sum0 = _mm_add_epi32(sum0, pred_round); in smooth_h_pred_8xh()
1513 sum1 = _mm_add_epi32(sum1, pred_round); in smooth_h_pred_8xh()
[all …]