Lines Matching refs:i4_pic_ht
5970 S32 i4_pic_wd, i4_pic_ht, num_blks_in_this_ctb; in hme_refine() local
6064 i4_pic_ht = ps_curr_layer->i4_ht; 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()
6926 WORD32 ctb_height = ((i4_pic_ht - s_common_frm_prms.i4_ctb_y_off) >= 64) in hme_refine()
6928 : i4_pic_ht - s_common_frm_prms.i4_ctb_y_off; in hme_refine()
7027 ((i4_pic_ht - s_common_frm_prms.i4_ctb_y_off) >= 64) in hme_refine()
7029 : i4_pic_ht - s_common_frm_prms.i4_ctb_y_off, in hme_refine()
8779 S32 ht = ((i4_pic_ht - s_common_frm_prms.i4_ctb_y_off) >= 64) in hme_refine()
8781 : i4_pic_ht - s_common_frm_prms.i4_ctb_y_off; in hme_refine()
8885 S32 i4_pic_wd, i4_pic_ht, num_blks_in_this_ctb; in hme_refine_no_encode() local
8956 i4_pic_ht = ps_curr_layer->i4_ht; 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()