Home
last modified time | relevance | path

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

/external/libavc/common/x86/
Dih264_weighted_pred_sse42.c501 __m128i y_0L_8x16b, y_1L_8x16b, y_2L_8x16b, y_3L_8x16b; in ih264_weighted_pred_luma_sse42() local
520 y_3L_8x16b = _mm_cvtepu8_epi16(y_3_16x8b); in ih264_weighted_pred_luma_sse42()
529 y_3L_8x16b = _mm_mullo_epi16(y_3L_8x16b, wt_8x16b); in ih264_weighted_pred_luma_sse42()
538 y_3L_8x16b = _mm_adds_epi16(round_8x16b, y_3L_8x16b); in ih264_weighted_pred_luma_sse42()
547 y_3L_8x16b = _mm_srai_epi16(y_3L_8x16b, log_wd); in ih264_weighted_pred_luma_sse42()
556 y_3L_8x16b = _mm_adds_epi16(ofst_8x16b, y_3L_8x16b); in ih264_weighted_pred_luma_sse42()
562 y_3_16x8b = _mm_packus_epi16(y_3L_8x16b, y_3H_8x16b); in ih264_weighted_pred_luma_sse42()
706 __m128i y_0L_8x16b, y_1L_8x16b, y_2L_8x16b, y_3L_8x16b; in ih264_weighted_pred_chroma_sse42() local
725 y_3L_8x16b = _mm_cvtepu8_epi16(y_3_16x8b); in ih264_weighted_pred_chroma_sse42()
734 y_3L_8x16b = _mm_mullo_epi16(y_3L_8x16b, wt_8x16b); in ih264_weighted_pred_chroma_sse42()
[all …]