Home
last modified time | relevance | path

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

/external/libhevc/common/x86/
Dihevc_weighted_pred_ssse3_intr.c156 __m128i res_temp4_4x32b, res_temp5_4x32b, res_temp6_4x32b, res_temp7_4x32b; in ihevc_weighted_pred_uni_ssse3() local
187 res_temp5_4x32b = _mm_unpackhi_epi16(res_temp1_4x32b, src_temp1_8x16b); in ihevc_weighted_pred_uni_ssse3()
198 res_temp5_4x32b = _mm_add_epi32(res_temp5_4x32b, lvl_shift_4x32b); in ihevc_weighted_pred_uni_ssse3()
214 res_temp5_4x32b = _mm_srai_epi32(res_temp5_4x32b, shift); in ihevc_weighted_pred_uni_ssse3()
226 res_temp5_4x32b = _mm_add_epi32(res_temp5_4x32b, off0_4x32b); in ihevc_weighted_pred_uni_ssse3()
231 res_temp1_4x32b = _mm_packs_epi32(res_temp1_4x32b, res_temp5_4x32b); in ihevc_weighted_pred_uni_ssse3()
449 __m128i res_temp4_4x32b, res_temp5_4x32b, res_temp6_4x32b, res_temp7_4x32b; in ihevc_weighted_pred_chroma_uni_ssse3() local
469 res_temp5_4x32b = _mm_mullo_epi16(src_temp3_8x16b, wgt0_8x16b); in ihevc_weighted_pred_chroma_uni_ssse3()
481 res_temp7_4x32b = _mm_unpackhi_epi16(res_temp5_4x32b, src_temp3_8x16b); in ihevc_weighted_pred_chroma_uni_ssse3()
486 res_temp5_4x32b = _mm_unpacklo_epi16(res_temp5_4x32b, src_temp3_8x16b); in ihevc_weighted_pred_chroma_uni_ssse3()
[all …]
Dihevc_intra_pred_filters_ssse3_intr.c2341 __m128i row_4x32b, two_nt_4x32b, ref_main_idx_4x32b, res_temp5_4x32b, sm3; in ihevc_intra_pred_luma_mode_3_to_9_ssse3() local
2386 res_temp5_4x32b = _mm_mullo_epi16(row_4x32b, intra_pred_ang_4x32b); in ihevc_intra_pred_luma_mode_3_to_9_ssse3()
2388 sign_8x16b = _mm_cmpgt_epi16(zero_8x16b, res_temp5_4x32b); in ihevc_intra_pred_luma_mode_3_to_9_ssse3()
2389 res_temp5_4x32b = _mm_unpacklo_epi16(res_temp5_4x32b, sign_8x16b); in ihevc_intra_pred_luma_mode_3_to_9_ssse3()
2392 fract_4x32b = _mm_and_si128(res_temp5_4x32b, const_temp2_4x32b); in ihevc_intra_pred_luma_mode_3_to_9_ssse3()
2395 ref_main_idx_4x32b = _mm_sub_epi32(two_nt_4x32b, _mm_srai_epi32(res_temp5_4x32b, 5)); in ihevc_intra_pred_luma_mode_3_to_9_ssse3()
2498 res_temp5_4x32b = _mm_mullo_epi16(row_4x32b, intra_pred_ang_4x32b); in ihevc_intra_pred_luma_mode_3_to_9_ssse3()
2501 fract_4x32b = _mm_and_si128(res_temp5_4x32b, const_temp2_4x32b); in ihevc_intra_pred_luma_mode_3_to_9_ssse3()
2527 ref_main_idx_4x32b = _mm_sub_epi16(two_nt_4x32b, _mm_srai_epi16(res_temp5_4x32b, 5)); in ihevc_intra_pred_luma_mode_3_to_9_ssse3()
2677 res_temp5_4x32b = _mm_mullo_epi16(row_4x32b, intra_pred_ang_4x32b); in ihevc_intra_pred_luma_mode_3_to_9_ssse3()
[all …]
Dihevc_intra_pred_filters_sse42_intr.c1427 __m128i row_4x32b, two_nt_4x32b, ref_main_idx_4x32b, res_temp5_4x32b, sm3; in ihevc_intra_pred_luma_mode_3_to_9_sse42() local
1470 res_temp5_4x32b = _mm_mullo_epi32(row_4x32b, intra_pred_ang_4x32b); in ihevc_intra_pred_luma_mode_3_to_9_sse42()
1473 fract_4x32b = _mm_and_si128(res_temp5_4x32b, const_temp2_4x32b); in ihevc_intra_pred_luma_mode_3_to_9_sse42()
1476 ref_main_idx_4x32b = _mm_sub_epi32(two_nt_4x32b, _mm_srai_epi32(res_temp5_4x32b, 5)); in ihevc_intra_pred_luma_mode_3_to_9_sse42()
1579 res_temp5_4x32b = _mm_mullo_epi16(row_4x32b, intra_pred_ang_4x32b); in ihevc_intra_pred_luma_mode_3_to_9_sse42()
1582 fract_4x32b = _mm_and_si128(res_temp5_4x32b, const_temp2_4x32b); in ihevc_intra_pred_luma_mode_3_to_9_sse42()
1608 ref_main_idx_4x32b = _mm_sub_epi16(two_nt_4x32b, _mm_srai_epi16(res_temp5_4x32b, 5)); in ihevc_intra_pred_luma_mode_3_to_9_sse42()
1758 res_temp5_4x32b = _mm_mullo_epi16(row_4x32b, intra_pred_ang_4x32b); in ihevc_intra_pred_luma_mode_3_to_9_sse42()
1761 fract_4x32b = _mm_and_si128(res_temp5_4x32b, const_temp2_4x32b); in ihevc_intra_pred_luma_mode_3_to_9_sse42()
1764 ref_main_idx_4x32b = _mm_sub_epi16(two_nt_4x32b, _mm_srai_epi16(res_temp5_4x32b, 5)); in ihevc_intra_pred_luma_mode_3_to_9_sse42()
[all …]
Dihevc_chroma_intra_pred_filters_ssse3_intr.c1175 __m128i row_4x32b, two_nt_4x32b, ref_main_idx_4x32b, res_temp5_4x32b, sm1; in ihevc_intra_pred_chroma_mode_3_to_9_ssse3() local
1218 res_temp5_4x32b = _mm_mullo_epi16(row_4x32b, intra_pred_ang_4x32b); in ihevc_intra_pred_chroma_mode_3_to_9_ssse3()
1221 fract_4x32b = _mm_and_si128(res_temp5_4x32b, const_temp2_4x32b); in ihevc_intra_pred_chroma_mode_3_to_9_ssse3()
1223 ref_main_idx_4x32b = _mm_srai_epi16(res_temp5_4x32b, 5); in ihevc_intra_pred_chroma_mode_3_to_9_ssse3()
1346 res_temp5_4x32b = _mm_mullo_epi16(row_4x32b, intra_pred_ang_4x32b); in ihevc_intra_pred_chroma_mode_3_to_9_ssse3()
1349 fract_4x32b = _mm_and_si128(res_temp5_4x32b, const_temp2_4x32b); in ihevc_intra_pred_chroma_mode_3_to_9_ssse3()
1351 ref_main_idx_4x32b = _mm_srai_epi16(res_temp5_4x32b, 5); in ihevc_intra_pred_chroma_mode_3_to_9_ssse3()
1586 __m128i row_4x32b, two_nt_4x32b, ref_main_idx_4x32b, res_temp5_4x32b; in ihevc_intra_pred_chroma_mode_11_to_17_ssse3() local
1660 res_temp5_4x32b = _mm_mullo_epi16(row_4x32b, intra_pred_ang_4x32b); in ihevc_intra_pred_chroma_mode_11_to_17_ssse3()
1663 fract_4x32b = _mm_and_si128(res_temp5_4x32b, const_temp2_4x32b); in ihevc_intra_pred_chroma_mode_11_to_17_ssse3()
[all …]