Home
last modified time | relevance | path

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

/external/libavc/common/x86/
Dih264_weighted_pred_sse42.c390 __m128i wt_8x16b, round_8x16b, ofst_8x16b; in ih264_weighted_pred_luma_sse42() local
399 round_8x16b = _mm_set1_epi16(round_val); in ih264_weighted_pred_luma_sse42()
422 y_0_8x16b = _mm_adds_epi16(round_8x16b, y_0_8x16b); in ih264_weighted_pred_luma_sse42()
423 y_2_8x16b = _mm_adds_epi16(round_8x16b, y_2_8x16b); in ih264_weighted_pred_luma_sse42()
468 y_0_8x16b = _mm_adds_epi16(round_8x16b, y_0_8x16b); in ih264_weighted_pred_luma_sse42()
469 y_1_8x16b = _mm_adds_epi16(round_8x16b, y_1_8x16b); in ih264_weighted_pred_luma_sse42()
470 y_2_8x16b = _mm_adds_epi16(round_8x16b, y_2_8x16b); in ih264_weighted_pred_luma_sse42()
471 y_3_8x16b = _mm_adds_epi16(round_8x16b, y_3_8x16b); in ih264_weighted_pred_luma_sse42()
532 y_0L_8x16b = _mm_adds_epi16(round_8x16b, y_0L_8x16b); in ih264_weighted_pred_luma_sse42()
533 y_0H_8x16b = _mm_adds_epi16(round_8x16b, y_0H_8x16b); in ih264_weighted_pred_luma_sse42()
[all …]