Searched refs:i4_ref_strd (Results 1 – 2 of 2) sorted by relevance
/external/libavc/encoder/ |
D | ih264e_mc.c | 128 WORD32 i4_ref_strd[4]; in ih264e_motion_comp_luma() local 158 i4_ref_strd[0] = ps_proc->i4_rec_strd; in ih264e_motion_comp_luma() 160 i4_ref_strd[1] = i4_ref_strd[2] = i4_ref_strd[3] = in ih264e_motion_comp_luma() 228 pu1_ref[0] += ((u4_mv_y_full * i4_ref_strd[0]) + u4_mv_x_full); in ih264e_motion_comp_luma() 232 i4_ref_strd[1] = ps_proc->u4_bst_spel_buf_strd; in ih264e_motion_comp_luma() 253 *pi4_pseudo_pred_strd = i4_ref_strd[u4_lkup_idx1]; in ih264e_motion_comp_luma() 264 i4_ref_strd[u4_lkup_idx1], in ih264e_motion_comp_luma() 307 WORD32 i4_ref_strd = ps_proc->i4_rec_strd; in ih264e_motion_comp_chroma() local 363 pu1_ref += ((u4_mv_y * i4_ref_strd) + (u4_mv_x << 1)); in ih264e_motion_comp_chroma() 380 ps_codec->pf_inter_pred_chroma(pu1_ref, pu1_pred, i4_ref_strd, in ih264e_motion_comp_chroma() [all …]
|
D | ime.c | 113 WORD32 i4_ref_strd = ps_me_ctxt->i4_rec_strd; in ime_diamond_search_16x16() local 164 pu1_ref = pu1_ref_mb + i2_mvx + (i2_mvy * i4_ref_strd); in ime_diamond_search_16x16() 168 i4_ref_strd, in ime_diamond_search_16x16() 295 WORD32 i4_ref_strd = ps_me_ctxt->i4_rec_strd; in ime_evaluate_init_srchposn_16x16() local 336 pu1_ref = pu1_ref_mb + ps_mv_list[i].i2_mvx + (ps_mv_list[i].i2_mvy * i4_ref_strd); in ime_evaluate_init_srchposn_16x16() 339 …mpute_sad_16x16[u4_enable_fast_sad](pu1_curr_mb, pu1_ref, i4_src_strd, i4_ref_strd, i4_mb_cost_lea… in ime_evaluate_init_srchposn_16x16() 477 WORD32 i4_ref_strd = ps_me_ctxt->u4_subpel_buf_strd; in ime_sub_pel_motion_estimation_16x16() local 547 pu1_ref_mb_half_y_temp = pu1_ref_mb_half_y = ps_me_ctxt->apu1_subpel_buffs[1] + 1 + i4_ref_strd; in ime_sub_pel_motion_estimation_16x16() 548 … pu1_ref_mb_half_xy_temp = pu1_ref_mb_half_xy = ps_me_ctxt->apu1_subpel_buffs[2] + 1 + i4_ref_strd; in ime_sub_pel_motion_estimation_16x16() 553 i4_src_strd, i4_ref_strd, in ime_sub_pel_motion_estimation_16x16() [all …]
|