Lines Matching refs:MB_SIZE
907 rows_above = MB_SIZE + ps_proc->i4_mb_y * MB_SIZE; in ih264e_compute_me_single_reflist()
908 rows_below = (ps_proc->i4_ht_mbs - ps_proc->i4_mb_y) * MB_SIZE; in ih264e_compute_me_single_reflist()
909 columns_left = MB_SIZE + ps_proc->i4_mb_x * MB_SIZE; in ih264e_compute_me_single_reflist()
910 columns_right = (ps_proc->i4_wd_mbs - ps_proc->i4_mb_x) * MB_SIZE; in ih264e_compute_me_single_reflist()
1050 ps_proc->u4_bst_spel_buf_strd, MB_SIZE, MB_SIZE, in ih264e_compute_me_single_reflist()
1206 ps_proc->pu1_src_buf_luma += MB_SIZE; in ih264e_compute_me_nmb()
1207 ps_proc->pu1_rec_buf_luma += MB_SIZE; in ih264e_compute_me_nmb()
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()
1215 ps_proc->pu1_src_buf_chroma += MB_SIZE; in ih264e_compute_me_nmb()
1216 ps_proc->pu1_rec_buf_chroma += MB_SIZE; in ih264e_compute_me_nmb()
1217 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()
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()
1241 ps_proc->apu1_ref_buf_chroma[1] -= MB_SIZE * u4_nmb_count; in ih264e_compute_me_nmb()
1731 ps_me_ctxt->u4_subpel_buf_strd, MB_SIZE, MB_SIZE); in ih264e_evaluate_bipred()
1814 rows_above = MB_SIZE + ps_proc->i4_mb_y * MB_SIZE; in ih264e_compute_me_multi_reflist()
1815 rows_below = (ps_proc->i4_ht_mbs - ps_proc->i4_mb_y) * MB_SIZE; in ih264e_compute_me_multi_reflist()
1816 columns_left = MB_SIZE + ps_proc->i4_mb_x * MB_SIZE; in ih264e_compute_me_multi_reflist()
1817 columns_right = (ps_proc->i4_wd_mbs - ps_proc->i4_mb_x) * MB_SIZE; in ih264e_compute_me_multi_reflist()
2082 MB_SIZE, MB_SIZE, NULL, 0); in ih264e_compute_me_multi_reflist()
2092 ps_proc->u4_bst_spel_buf_strd, MB_SIZE, MB_SIZE, in ih264e_compute_me_multi_reflist()