Home | History | Annotate | Download | only in encoder

Lines Matching defs:max_x

493             WORD32 min_x, max_x = ps_ref_pic_l0->s_yuv_buf_desc.i4_y_wd;
501 max_x
514 if((frm_x_ofst < min_x) || (frm_x_ofst + pu_wd) > max_x)
604 WORD32 min_x, max_x = ps_ref_pic_l1->s_yuv_buf_desc.i4_y_wd;
612 max_x += ps_inter_pred_ctxt->ai4_tile_xtra_pel[E_RIGHT]
625 if((frm_x_ofst < min_x) || (frm_x_ofst + pu_wd) > max_x)