Searched refs:y_3_8x16b (Results 1 – 1 of 1) sorted by relevance
449 __m128i y_0_8x16b, y_1_8x16b, y_2_8x16b, y_3_8x16b; in ih264_weighted_pred_luma_sse42() local461 y_3_8x16b = _mm_cvtepu8_epi16(y_3_16x8b); in ih264_weighted_pred_luma_sse42()466 y_3_8x16b = _mm_mullo_epi16(y_3_8x16b, wt_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()476 y_3_8x16b = _mm_srai_epi16(y_3_8x16b, log_wd); in ih264_weighted_pred_luma_sse42()481 y_3_8x16b = _mm_adds_epi16(ofst_8x16b, y_3_8x16b); in ih264_weighted_pred_luma_sse42()484 y_2_16x8b = _mm_packus_epi16(y_2_8x16b, y_3_8x16b); in ih264_weighted_pred_luma_sse42()