Home
last modified time | relevance | path

Searched refs:ofst_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
400 ofst_8x16b = _mm_set1_epi16(ofst); in ih264_weighted_pred_luma_sse42()
428 y_0_8x16b = _mm_adds_epi16(ofst_8x16b, y_0_8x16b); in ih264_weighted_pred_luma_sse42()
429 y_2_8x16b = _mm_adds_epi16(ofst_8x16b, y_2_8x16b); in ih264_weighted_pred_luma_sse42()
478 y_0_8x16b = _mm_adds_epi16(ofst_8x16b, y_0_8x16b); in ih264_weighted_pred_luma_sse42()
479 y_1_8x16b = _mm_adds_epi16(ofst_8x16b, y_1_8x16b); in ih264_weighted_pred_luma_sse42()
480 y_2_8x16b = _mm_adds_epi16(ofst_8x16b, y_2_8x16b); in ih264_weighted_pred_luma_sse42()
481 y_3_8x16b = _mm_adds_epi16(ofst_8x16b, y_3_8x16b); in ih264_weighted_pred_luma_sse42()
550 y_0L_8x16b = _mm_adds_epi16(ofst_8x16b, y_0L_8x16b); in ih264_weighted_pred_luma_sse42()
551 y_0H_8x16b = _mm_adds_epi16(ofst_8x16b, y_0H_8x16b); in ih264_weighted_pred_luma_sse42()
[all …]