Home
last modified time | relevance | path

Searched refs:apu1_subpel_buffs (Results 1 – 6 of 6) sorted by relevance

/external/libavc/encoder/
Dih264e_me.c992 ps_me_ctxt->apu1_subpel_buffs[0] = ps_proc->apu1_subpel_buffs[0]; in ih264e_compute_me_single_reflist()
993 ps_me_ctxt->apu1_subpel_buffs[1] = ps_proc->apu1_subpel_buffs[1]; in ih264e_compute_me_single_reflist()
994 ps_me_ctxt->apu1_subpel_buffs[2] = ps_proc->apu1_subpel_buffs[2]; in ih264e_compute_me_single_reflist()
1005 ps_me_ctxt->apu1_subpel_buffs[0], in ih264e_compute_me_single_reflist()
1020 pu1_hpel_src, ps_me_ctxt->apu1_subpel_buffs[1], in ih264e_compute_me_single_reflist()
1021 ps_me_ctxt->apu1_subpel_buffs[2], i4_rec_strd, in ih264e_compute_me_single_reflist()
1693 pu1_dst_buf = ps_me_ctxt->apu1_subpel_buffs[i4_dest_buff]; in ih264e_evaluate_bipred()
1921 ps_me_ctxt->apu1_subpel_buffs[0] = ps_proc->apu1_subpel_buffs[0]; in ih264e_compute_me_multi_reflist()
1922 ps_me_ctxt->apu1_subpel_buffs[1] = ps_proc->apu1_subpel_buffs[1]; in ih264e_compute_me_multi_reflist()
1923 ps_me_ctxt->apu1_subpel_buffs[2] = ps_proc->apu1_subpel_buffs[2]; in ih264e_compute_me_multi_reflist()
[all …]
Dime.c546 pu1_ref_mb_half_x_temp = pu1_ref_mb_half_x = ps_me_ctxt->apu1_subpel_buffs[0] + 1; in ime_sub_pel_motion_estimation_16x16()
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()
581 ps_me_ctxt->apu1_subpel_buffs[0] = pu1_ref_mb_half_x_temp - i; in ime_sub_pel_motion_estimation_16x16()
615 ps_me_ctxt->apu1_subpel_buffs[1] = pu1_ref_mb_half_y_temp - i*(i4_ref_strd); in ime_sub_pel_motion_estimation_16x16()
652 ps_me_ctxt->apu1_subpel_buffs[2] = pu1_ref_mb_half_xy_temp - j*(i4_ref_strd) - i; in ime_sub_pel_motion_estimation_16x16()
Dih264e_mc.c393 pu1_ref_buf[PRED_L0] = ps_proc->apu1_subpel_buffs[0]; in ih264e_motion_comp_chroma()
394 pu1_ref_buf[PRED_L1] = ps_proc->apu1_subpel_buffs[1]; in ih264e_motion_comp_chroma()
Dime_structs.h289 UWORD8 *apu1_subpel_buffs[SUBPEL_BUFF_CNT]; member
Dih264e_structs.h2090 UWORD8 *apu1_subpel_buffs[SUBPEL_BUFF_CNT]; member
Dih264e_api.c4726 ps_codec->as_process[i].apu1_subpel_buffs[j] = (pu1_buf + size); in ih264e_init_mem_rec()