Home
last modified time | relevance | path

Searched refs:pu1_best_hpel_buf (Results 1 – 3 of 3) sorted by relevance

/external/libavc/encoder/
Dime.c491 UWORD8 *pu1_best_hpel_buf = NULL; in ime_sub_pel_motion_estimation_16x16() local
582 pu1_best_hpel_buf = pu1_ref_mb_half_x_temp - i; in ime_sub_pel_motion_estimation_16x16()
616 pu1_best_hpel_buf = pu1_ref_mb_half_y_temp - i*(i4_ref_strd); in ime_sub_pel_motion_estimation_16x16()
653 pu1_best_hpel_buf = pu1_ref_mb_half_xy_temp - j*(i4_ref_strd) - i; in ime_sub_pel_motion_estimation_16x16()
668 ps_mb_part->pu1_best_hpel_buf = pu1_best_hpel_buf; in ime_sub_pel_motion_estimation_16x16()
Dih264e_me.c968 ps_me_ctxt->as_mb_part[PRED_L0].pu1_best_hpel_buf = NULL; in ih264e_compute_me_single_reflist()
1043 else if (ps_me_ctxt->as_mb_part[PRED_L0].pu1_best_hpel_buf) in ih264e_compute_me_single_reflist()
1047 ps_me_ctxt->as_mb_part[PRED_L0].pu1_best_hpel_buf, in ih264e_compute_me_single_reflist()
1706 pu1_ref_mb_l0 = ps_me_ctxt->as_mb_part[PRED_L0].pu1_best_hpel_buf; in ih264e_evaluate_bipred()
1719 pu1_ref_mb_l1 = ps_me_ctxt->as_mb_part[PRED_L1].pu1_best_hpel_buf; in ih264e_evaluate_bipred()
1755 ps_mb_ctxt_bi->pu1_best_hpel_buf = pu1_dst_buf; in ih264e_evaluate_bipred()
1887 ps_me_ctxt->as_mb_part[i4_reflist].pu1_best_hpel_buf = NULL; in ih264e_compute_me_multi_reflist()
2072 UWORD8 *pu1_bi_buf = ps_me_ctxt->as_mb_part[PRED_BI].pu1_best_hpel_buf; in ih264e_compute_me_multi_reflist()
2085 else if (ps_me_ctxt->as_mb_part[ps_proc->ps_pu->b2_pred_mode].pu1_best_hpel_buf) in ih264e_compute_me_multi_reflist()
2089 ps_me_ctxt->as_mb_part[ps_proc->ps_pu->b2_pred_mode].pu1_best_hpel_buf, in ih264e_compute_me_multi_reflist()
Dime_structs.h103 UWORD8 *pu1_best_hpel_buf; member