Home
last modified time | relevance | path

Searched refs:y_0L_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
514 y_0L_8x16b = _mm_cvtepu8_epi16(y_0_16x8b); in ih264_weighted_pred_luma_sse42()
523 y_0L_8x16b = _mm_mullo_epi16(y_0L_8x16b, wt_8x16b); in ih264_weighted_pred_luma_sse42()
532 y_0L_8x16b = _mm_adds_epi16(round_8x16b, y_0L_8x16b); in ih264_weighted_pred_luma_sse42()
541 y_0L_8x16b = _mm_srai_epi16(y_0L_8x16b, log_wd); in ih264_weighted_pred_luma_sse42()
550 y_0L_8x16b = _mm_adds_epi16(ofst_8x16b, y_0L_8x16b); in ih264_weighted_pred_luma_sse42()
559 y_0_16x8b = _mm_packus_epi16(y_0L_8x16b, y_0H_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
719 y_0L_8x16b = _mm_cvtepu8_epi16(y_0_16x8b); in ih264_weighted_pred_chroma_sse42()
728 y_0L_8x16b = _mm_mullo_epi16(y_0L_8x16b, wt_8x16b); in ih264_weighted_pred_chroma_sse42()
[all …]