Searched refs:res_pred_r1 (Results 1 – 1 of 1) sorted by relevance
/external/libavc/common/x86/svc/ |
D | isvc_iquant_itrans_recon_sse42.c | 730 __m128i res_pred_r0, res_pred_r1, res_pred_r2, res_pred_r3; in isvc_iquant_itrans_recon_res_4x4_with_res_acc_sse42() local 964 res_pred_r1 = _mm_loadl_epi64((__m128i *) &pi2_res_pred[i4_res_pred_stride]); in isvc_iquant_itrans_recon_res_4x4_with_res_acc_sse42() 969 res_pred_r1 = _mm_cvtepi16_epi32(res_pred_r1); in isvc_iquant_itrans_recon_res_4x4_with_res_acc_sse42() 974 temp1 = _mm_add_epi32(res_r1, res_pred_r1); in isvc_iquant_itrans_recon_res_4x4_with_res_acc_sse42() 1751 __m128i res_pred_r0, res_pred_r1, res_pred_r2, res_pred_r3; in isvc_iquant_itrans_recon_res_chroma_4x4_with_res_acc_sse42() local 1983 res_pred_r1 = _mm_loadu_si128((__m128i *) &pi2_res_pred[1 * i4_res_pred_stride]); in isvc_iquant_itrans_recon_res_chroma_4x4_with_res_acc_sse42() 1988 res_pred_r1 = _mm_and_si128(res_pred_r1, reg_chroma); in isvc_iquant_itrans_recon_res_chroma_4x4_with_res_acc_sse42() 2003 res_r1 = _mm_add_epi16(res_pred_r1, res_r1); in isvc_iquant_itrans_recon_res_chroma_4x4_with_res_acc_sse42() 2320 __m128i res_pred_r0, res_pred_r1, res_pred_r2, res_pred_r3; in isvc_iquant_itrans_recon_res_dc_with_res_acc_4x4_sse42() local 2365 res_pred_r1 = _mm_loadl_epi64((__m128i *) &pi2_res_pred_ptr[i4_res_pred_stride]); in isvc_iquant_itrans_recon_res_dc_with_res_acc_4x4_sse42() [all …]
|