Home
last modified time | relevance | path

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

/external/libavc/common/x86/svc/
Disvc_iquant_itrans_recon_sse42.c127 __m128i neg_255_8x16b = _mm_set1_epi16(-((WORD16) UINT8_MAX)); in isvc_iquant_itrans_recon_4x4_sse42() local
359 temp4 = _mm_max_epi16(temp0, neg_255_8x16b); in isvc_iquant_itrans_recon_4x4_sse42()
364 temp5 = _mm_max_epi16(temp1, neg_255_8x16b); in isvc_iquant_itrans_recon_4x4_sse42()
422 __m128i neg_255_8x16b = _mm_set1_epi16(-((WORD16) UINT8_MAX)); in isvc_iquant_itrans_recon_res_4x4_sse42() local
650 temp0 = _mm_max_epi16(temp0, neg_255_8x16b); in isvc_iquant_itrans_recon_res_4x4_sse42()
655 temp1 = _mm_max_epi16(temp1, neg_255_8x16b); in isvc_iquant_itrans_recon_res_4x4_sse42()
735 __m128i neg_255_8x16b = _mm_set1_epi16(-((WORD16) UINT8_MAX)); in isvc_iquant_itrans_recon_res_4x4_with_res_acc_sse42() local
982 temp0 = _mm_max_epi16(temp0, neg_255_8x16b); in isvc_iquant_itrans_recon_res_4x4_with_res_acc_sse42()
987 temp1 = _mm_max_epi16(temp1, neg_255_8x16b); in isvc_iquant_itrans_recon_res_4x4_with_res_acc_sse42()
1106 __m128i neg_255_8x16b = _mm_set1_epi16(-((WORD16) UINT8_MAX)); in isvc_iquant_itrans_recon_chroma_4x4_sse42() local
[all …]
Disvc_resi_trans_quant_sse42.c453 __m128i neg_255_8x16b = _mm_set1_epi16(-((WORD16) UINT8_MAX)); in isvc_resi_trans_quant_4x4_with_res_pred_sse42() local
558 src_r1 = _mm_max_epi16(src_r1, neg_255_8x16b); in isvc_resi_trans_quant_4x4_with_res_pred_sse42()
563 src_r3 = _mm_max_epi16(src_r3, neg_255_8x16b); in isvc_resi_trans_quant_4x4_with_res_pred_sse42()
1156 __m128i neg_255_8x16b = _mm_set1_epi16(-((WORD16) UINT8_MAX)); in isvc_resi_trans_quant_chroma_4x4_with_res_pred_sse42() local
1247 src_r1 = _mm_max_epi16(src_r1, neg_255_8x16b); in isvc_resi_trans_quant_chroma_4x4_with_res_pred_sse42()
1252 src_r3 = _mm_max_epi16(src_r3, neg_255_8x16b); in isvc_resi_trans_quant_chroma_4x4_with_res_pred_sse42()