Home
last modified time | relevance | path

Searched refs:apu1_ref_buf_chroma (Results 1 – 4 of 4) sorted by relevance

/external/libavc/encoder/
Dih264e_mc.c341 pu1_ref = ps_proc->apu1_ref_buf_chroma[ps_curr_pu->b2_pred_mode]; in ih264e_motion_comp_chroma()
400 pu1_ref = ps_proc->apu1_ref_buf_chroma[i4_predmode]; in ih264e_motion_comp_chroma()
Dih264e_me.c1217 ps_proc->apu1_ref_buf_chroma[0] += MB_SIZE; in ih264e_compute_me_nmb()
1218 ps_proc->apu1_ref_buf_chroma[1] += MB_SIZE; in ih264e_compute_me_nmb()
1240 ps_proc->apu1_ref_buf_chroma[0] -= MB_SIZE * u4_nmb_count; in ih264e_compute_me_nmb()
1241 ps_proc->apu1_ref_buf_chroma[1] -= MB_SIZE * u4_nmb_count; in ih264e_compute_me_nmb()
Dih264e_process.c1088 ps_proc->apu1_ref_buf_chroma[0] += MB_SIZE; in ih264e_update_proc_ctxt()
1089 ps_proc->apu1_ref_buf_chroma[1] += MB_SIZE; in ih264e_update_proc_ctxt()
1238 …ps_proc->apu1_ref_buf_chroma[0] = ps_proc->apu1_ref_buf_chroma_base[0] + (i4_mb_x * MB_SIZE) + i4_… in ih264e_init_proc_ctxt()
1240 …ps_proc->apu1_ref_buf_chroma[1] = ps_proc->apu1_ref_buf_chroma_base[1] + (i4_mb_x * MB_SIZE) + i4_… in ih264e_init_proc_ctxt()
Dih264e_structs.h1446 UWORD8 *apu1_ref_buf_chroma[MAX_REF_PIC_CNT]; member