Searched refs:pred_round (Results 1 – 1 of 1) sorted by relevance
1056 const __m128i pred_round = _mm_set1_epi32((1 << (sm_weight_log2_scale - 1))); in smooth_v_pred_4xh() local1066 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() local1180 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() local1410 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() local1510 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 …]