Searched refs:i4_tmp (Results 1 – 4 of 4) sorted by relevance
118 WORD32 i4_tmp; in ihevc_weighted_pred_uni() local124 i4_tmp = (pi2_src[col] + lvl_shift) * wgt0; in ihevc_weighted_pred_uni()125 i4_tmp += 1 << (shift - 1); in ihevc_weighted_pred_uni()126 i4_tmp = (i4_tmp >> shift) + off0; in ihevc_weighted_pred_uni()128 pu1_dst[col] = CLIP_U8(i4_tmp); in ihevc_weighted_pred_uni()203 WORD32 i4_tmp; in ihevc_weighted_pred_chroma_uni() local209 i4_tmp = (pi2_src[col] + lvl_shift) * wgt0_cb; in ihevc_weighted_pred_chroma_uni()210 i4_tmp += 1 << (shift - 1); in ihevc_weighted_pred_chroma_uni()211 i4_tmp = (i4_tmp >> shift) + off0_cb; in ihevc_weighted_pred_chroma_uni()213 pu1_dst[col] = CLIP_U8(i4_tmp); in ihevc_weighted_pred_chroma_uni()[all …]
532 WORD32 i4_tmp; in ihevc_inter_pred_luma_vert_w16inp() local538 i4_tmp = 0; in ihevc_inter_pred_luma_vert_w16inp()540 i4_tmp += pi1_coeff[i] * pi2_src[col + (i - 3) * src_strd]; in ihevc_inter_pred_luma_vert_w16inp()542 …i4_tmp = ((i4_tmp >> SHIFT_14_MINUS_BIT_DEPTH) + OFFSET_14_MINUS_BIT_DEPTH) >> SHIFT_14_MINUS_BIT_… in ihevc_inter_pred_luma_vert_w16inp()543 i4_tmp = CLIP_U8(i4_tmp); in ihevc_inter_pred_luma_vert_w16inp()545 pu1_dst[col] = i4_tmp; in ihevc_inter_pred_luma_vert_w16inp()607 WORD32 i4_tmp; in ihevc_inter_pred_luma_vert_w16inp_w16out() local613 i4_tmp = 0; in ihevc_inter_pred_luma_vert_w16inp_w16out()615 i4_tmp += pi1_coeff[i] * pi2_src[col + (i - 3) * src_strd]; in ihevc_inter_pred_luma_vert_w16inp_w16out()617 i4_tmp = (i4_tmp >> SHIFT_14_MINUS_BIT_DEPTH) - OFFSET14; in ihevc_inter_pred_luma_vert_w16inp_w16out()[all …]
795 S32 i4_max_ridx, i4_max_cidx, i4_tmp; in hme_study_input_segmentation() local850 i4_tmp = HI_PASS(i4_rsum, i); in hme_study_input_segmentation()851 if(ABS(i4_tmp) > i4_max_rp[1]) in hme_study_input_segmentation()852 i4_max_rp[1] = i4_tmp; in hme_study_input_segmentation()854 i4_tmp = HI_PASS(i4_csum, i); in hme_study_input_segmentation()855 if(ABS(i4_tmp) > i4_max_cp[1]) in hme_study_input_segmentation()856 i4_max_cp[1] = i4_tmp; in hme_study_input_segmentation()863 i4_tmp = HI_PASS(i4_rsum, i); in hme_study_input_segmentation()864 if(ABS(i4_tmp) > i4_max_rp[2]) in hme_study_input_segmentation()865 i4_max_rp[2] = i4_tmp; in hme_study_input_segmentation()[all …]
161 WORD32 row, col, i4_tmp; in ihevce_no_wt_copy() local183 i4_tmp = pu1_ref[col]; in ihevce_no_wt_copy()184 pu1_temp_pred[col] = CLIP_U8(i4_tmp); in ihevce_no_wt_copy()209 i4_tmp = pu1_ref[col]; in ihevce_no_wt_copy()210 pu1_temp_pred[col] = CLIP_U8(i4_tmp); in ihevce_no_wt_copy()