Searched refs:wt2_8x16b (Results 1 – 1 of 1) sorted by relevance
834 __m128i wt1_8x16b, wt2_8x16b; in ih264_weighted_bi_pred_luma_sse42() local849 wt2_8x16b = _mm_set1_epi16(wt2); in ih264_weighted_bi_pred_luma_sse42()886 y2_0_8x16b = _mm_mullo_epi16(y2_0_8x16b, wt2_8x16b); in ih264_weighted_bi_pred_luma_sse42()888 y2_2_8x16b = _mm_mullo_epi16(y2_2_8x16b, wt2_8x16b); in ih264_weighted_bi_pred_luma_sse42()953 y2_0_8x16b = _mm_mullo_epi16(y2_0_8x16b, wt2_8x16b); in ih264_weighted_bi_pred_luma_sse42()955 y2_1_8x16b = _mm_mullo_epi16(y2_1_8x16b, wt2_8x16b); in ih264_weighted_bi_pred_luma_sse42()958 y2_2_8x16b = _mm_mullo_epi16(y2_2_8x16b, wt2_8x16b); in ih264_weighted_bi_pred_luma_sse42()960 y2_3_8x16b = _mm_mullo_epi16(y2_3_8x16b, wt2_8x16b); in ih264_weighted_bi_pred_luma_sse42()1029 y2_0L_8x16b = _mm_mullo_epi16(y2_0L_8x16b, wt2_8x16b); in ih264_weighted_bi_pred_luma_sse42()1030 y2_0H_8x16b = _mm_mullo_epi16(y2_0H_8x16b, wt2_8x16b); in ih264_weighted_bi_pred_luma_sse42()[all …]