Searched refs:res_pred_r2 (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 965 res_pred_r2 = _mm_loadl_epi64((__m128i *) &pi2_res_pred[2 * i4_res_pred_stride]); in isvc_iquant_itrans_recon_res_4x4_with_res_acc_sse42() 970 res_pred_r2 = _mm_cvtepi16_epi32(res_pred_r2); in isvc_iquant_itrans_recon_res_4x4_with_res_acc_sse42() 975 temp2 = _mm_add_epi32(res_r2, res_pred_r2); 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 1984 res_pred_r2 = _mm_loadu_si128((__m128i *) &pi2_res_pred[2 * i4_res_pred_stride]); in isvc_iquant_itrans_recon_res_chroma_4x4_with_res_acc_sse42() 1989 res_pred_r2 = _mm_and_si128(res_pred_r2, reg_chroma); in isvc_iquant_itrans_recon_res_chroma_4x4_with_res_acc_sse42() 2004 res_r2 = _mm_add_epi16(res_pred_r2, res_r2); 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 2366 res_pred_r2 = _mm_loadl_epi64((__m128i *) &pi2_res_pred_ptr[2 * i4_res_pred_stride]); in isvc_iquant_itrans_recon_res_dc_with_res_acc_4x4_sse42() [all …]
|