Home
last modified time | relevance | path

Searched refs:y_1L_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
516 y_1L_8x16b = _mm_cvtepu8_epi16(y_1_16x8b); in ih264_weighted_pred_luma_sse42()
525 y_1L_8x16b = _mm_mullo_epi16(y_1L_8x16b, wt_8x16b); in ih264_weighted_pred_luma_sse42()
534 y_1L_8x16b = _mm_adds_epi16(round_8x16b, y_1L_8x16b); in ih264_weighted_pred_luma_sse42()
543 y_1L_8x16b = _mm_srai_epi16(y_1L_8x16b, log_wd); in ih264_weighted_pred_luma_sse42()
552 y_1L_8x16b = _mm_adds_epi16(ofst_8x16b, y_1L_8x16b); in ih264_weighted_pred_luma_sse42()
560 y_1_16x8b = _mm_packus_epi16(y_1L_8x16b, y_1H_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
721 y_1L_8x16b = _mm_cvtepu8_epi16(y_1_16x8b); in ih264_weighted_pred_chroma_sse42()
730 y_1L_8x16b = _mm_mullo_epi16(y_1L_8x16b, wt_8x16b); in ih264_weighted_pred_chroma_sse42()
[all …]