Home
last modified time | relevance | path

Searched refs:u4_nmb_count (Results 1 – 2 of 2) sorted by relevance

/external/libavc/encoder/
Dih264e_me.c1107 void ih264e_compute_me_nmb(process_ctxt_t *ps_proc, UWORD32 u4_nmb_count) in ih264e_compute_me_nmb() argument
1121 for (u4_i = 0; u4_i < u4_nmb_count; u4_i++) in ih264e_compute_me_nmb()
1226 ps_proc->i4_mb_x = ps_proc->i4_mb_x - u4_nmb_count; in ih264e_compute_me_nmb()
1229 ps_proc->pu1_src_buf_luma -= MB_SIZE * u4_nmb_count; in ih264e_compute_me_nmb()
1230 ps_proc->pu1_rec_buf_luma -= MB_SIZE * u4_nmb_count; 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()
1238 ps_proc->pu1_src_buf_chroma -= MB_SIZE * u4_nmb_count; in ih264e_compute_me_nmb()
1239 ps_proc->pu1_rec_buf_chroma -= MB_SIZE * u4_nmb_count; in ih264e_compute_me_nmb()
1240 ps_proc->apu1_ref_buf_chroma[0] -= MB_SIZE * u4_nmb_count; in ih264e_compute_me_nmb()
[all …]
Dih264e_me.h330 void ih264e_compute_me_nmb(process_ctxt_t *ps_proc, UWORD32 u4_nmb_count);