Home
last modified time | relevance | path

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

/external/libavc/common/x86/
Dih264_weighted_pred_sse42.c834 __m128i wt1_8x16b, wt2_8x16b; in ih264_weighted_bi_pred_luma_sse42() local
848 wt1_8x16b = _mm_set1_epi16(wt1); in ih264_weighted_bi_pred_luma_sse42()
885 y1_0_8x16b = _mm_mullo_epi16(y1_0_8x16b, wt1_8x16b); in ih264_weighted_bi_pred_luma_sse42()
887 y1_2_8x16b = _mm_mullo_epi16(y1_2_8x16b, wt1_8x16b); in ih264_weighted_bi_pred_luma_sse42()
952 y1_0_8x16b = _mm_mullo_epi16(y1_0_8x16b, wt1_8x16b); in ih264_weighted_bi_pred_luma_sse42()
954 y1_1_8x16b = _mm_mullo_epi16(y1_1_8x16b, wt1_8x16b); in ih264_weighted_bi_pred_luma_sse42()
957 y1_2_8x16b = _mm_mullo_epi16(y1_2_8x16b, wt1_8x16b); in ih264_weighted_bi_pred_luma_sse42()
959 y1_3_8x16b = _mm_mullo_epi16(y1_3_8x16b, wt1_8x16b); in ih264_weighted_bi_pred_luma_sse42()
1024 y1_0L_8x16b = _mm_mullo_epi16(y1_0L_8x16b, wt1_8x16b); in ih264_weighted_bi_pred_luma_sse42()
1025 y1_0H_8x16b = _mm_mullo_epi16(y1_0H_8x16b, wt1_8x16b); in ih264_weighted_bi_pred_luma_sse42()
[all …]