Lines Matching refs:i4_pic_wd
5970 S32 i4_pic_wd, i4_pic_ht, num_blks_in_this_ctb; in hme_refine() local
6063 i4_pic_wd = ps_curr_layer->i4_wd; in hme_refine()
6687 num_sync_units_in_row = (i4_pic_wd + ((1 << ps_ctxt->log_ctb_size) - 1)) >> in hme_refine()
6797 get_ctb_attrs(i4_ctb_x << 6, i4_ctb_y << 6, i4_pic_wd, i4_pic_ht, ps_ctxt); in hme_refine()
6923 WORD32 ctb_width = ((i4_pic_wd - s_common_frm_prms.i4_ctb_x_off) >= 64) in hme_refine()
6925 : i4_pic_wd - s_common_frm_prms.i4_ctb_x_off; in hme_refine()
7024 ((i4_pic_wd - s_common_frm_prms.i4_ctb_x_off) >= 64) in hme_refine()
7026 : i4_pic_wd - s_common_frm_prms.i4_ctb_x_off, in hme_refine()
7515 gau1_cu_tr_valid[y][x] && ((pos_x + blk_wd) < i4_pic_wd); in hme_refine()
8776 S32 wd = ((i4_pic_wd - s_common_frm_prms.i4_ctb_x_off) >= 64) in hme_refine()
8778 : i4_pic_wd - s_common_frm_prms.i4_ctb_x_off; in hme_refine()
8885 S32 i4_pic_wd, i4_pic_ht, num_blks_in_this_ctb; in hme_refine_no_encode() local
8955 i4_pic_wd = ps_curr_layer->i4_wd; in hme_refine_no_encode()
9332 GET_NUM_BLKS_IN_PIC(i4_pic_wd, i4_pic_ht, blk_size_shift, num_blks_in_row, num_blks_in_pic); in hme_refine_no_encode()