Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_mc.c178 pu1_ref[0] = ps_proc->apu1_ref_buf_luma[0]; in ih264e_motion_comp_luma()
183 pu1_ref[0] = ps_proc->apu1_ref_buf_luma[1]; in ih264e_motion_comp_luma()
195 pu1_ref[0] = ps_proc->apu1_ref_buf_luma[0]; in ih264e_motion_comp_luma()
202 pu1_ref[0] = ps_proc->apu1_ref_buf_luma[0]; in ih264e_motion_comp_luma()
Dih264e_me.c848 ps_me_ctxt->apu1_ref_buf_luma[0] = ps_proc->apu1_ref_buf_luma[0]; in ih264e_init_me()
849 ps_me_ctxt->apu1_ref_buf_luma[1] = ps_proc->apu1_ref_buf_luma[1]; in ih264e_init_me()
988 pu1_hpel_src = ps_me_ctxt->apu1_ref_buf_luma[PRED_L0] in ih264e_compute_me_single_reflist()
1208 ps_proc->apu1_ref_buf_luma[0] += MB_SIZE; in ih264e_compute_me_nmb()
1209 ps_proc->apu1_ref_buf_luma[1] += MB_SIZE; in ih264e_compute_me_nmb()
1231 ps_proc->apu1_ref_buf_luma[0] -= MB_SIZE * u4_nmb_count; in ih264e_compute_me_nmb()
1232 ps_proc->apu1_ref_buf_luma[1] -= MB_SIZE * u4_nmb_count; in ih264e_compute_me_nmb()
1711 …pu1_ref_mb_l0 = ps_me_ctxt->apu1_ref_buf_luma[PRED_L0] + (s_l0_mv.i2_mvx) + ((s_l0_mv.i2_mvy) * ps… in ih264e_evaluate_bipred()
1724 …pu1_ref_mb_l1 = ps_me_ctxt->apu1_ref_buf_luma[PRED_L1] + (s_l1_mv.i2_mvx) + ((s_l1_mv.i2_mvy) * ps… in ih264e_evaluate_bipred()
1917 pu1_hpel_src = ps_me_ctxt->apu1_ref_buf_luma[i4_reflist] in ih264e_compute_me_multi_reflist()
Dime.c109 UWORD8 *pu1_ref_mb = ps_me_ctxt->apu1_ref_buf_luma[i4_reflist]; in ime_diamond_search_16x16()
291 UWORD8 *pu1_ref_mb = ps_me_ctxt->apu1_ref_buf_luma[i4_reflist]; in ime_evaluate_init_srchposn_16x16()
737 pu1_ref = ps_me_ctxt->apu1_ref_buf_luma[i4_reflist] + s_skip_mv.i2_mvx in ime_compute_skip_cost()
Dime_structs.h121 UWORD8 *apu1_ref_buf_luma[MAX_NUM_REFLIST]; member
Dih264e_process.c1079 ps_proc->apu1_ref_buf_luma[0] += MB_SIZE; in ih264e_update_proc_ctxt()
1080 ps_proc->apu1_ref_buf_luma[1] += MB_SIZE; in ih264e_update_proc_ctxt()
1237 …ps_proc->apu1_ref_buf_luma[0] = ps_proc->apu1_ref_buf_luma_base[0] + (i4_mb_x * MB_SIZE) + i4_rec_… in ih264e_init_proc_ctxt()
1239 …ps_proc->apu1_ref_buf_luma[1] = ps_proc->apu1_ref_buf_luma_base[1] + (i4_mb_x * MB_SIZE) + i4_rec_… in ih264e_init_proc_ctxt()
Dih264e_structs.h1441 UWORD8 *apu1_ref_buf_luma[MAX_REF_PIC_CNT]; member