Searched refs:b4_ht (Results 1 – 10 of 10) sorted by relevance
221 ht = (ps_curr_pu->b4_ht + 1) << 2; in ih264e_motion_comp_luma()360 ht = (ps_curr_pu->b4_ht + 1) << 1; in ih264e_motion_comp_chroma()422 ht = (ps_curr_pu->b4_ht + 1) << 1; in ih264e_motion_comp_chroma()
264 UWORD32 b4_ht : 2; member
1078 ps_proc->ps_pu->b4_ht = 3; in ih264e_compute_me_single_reflist()2119 ps_proc->ps_pu->b4_ht = 3; in ih264e_compute_me_multi_reflist()
731 pu_ht = (ps_pu->b4_ht + 1); in ihevcd_ctb_boundary_strength_pbslice()789 pu_ngbr_ht = ps_ngbr_pu->b4_ht + 1; in ihevcd_ctb_boundary_strength_pbslice()838 pu_ht = ps_pu->b4_ht + 1; in ihevcd_ctb_boundary_strength_pbslice()
275 pu_ht = (ps_pu->b4_ht + 1) << 2; in ihevcd_get_mv_ctb()
421 part_ht = (ps_pu->b4_ht + 1) << 2; in ihevcd_mv_pred()
223 pu_ht = (ps_pu->b4_ht + 1) << 2; in ihevcd_inter_pred_ctb()
653 pu_w_plus_pu_h = ((ps_pu->b4_wd + 1) << 2) + ((ps_pu->b4_ht + 1) << 2); in ihevcd_parse_pu_mvp()843 ps_pu->b4_ht = (ht >> 2) - 1; in ihevcd_parse_prediction_unit()983 ps_pu->b4_ht = (cb_size >> 2) - 1; in ihevcd_parse_coding_unit_intra()2256 ps_pu->b4_ht = 1; in ihevcd_set_ctb_skip()3130 WORD32 pu_ht = (ps_pu->b4_ht + 1) << 2; in ihevcd_parse_slice_data()
723 WORD32 pu_ht = (ps_pu->b4_ht + 1) << 2; in ihevcd_process()
1249 UWORD32 b4_ht : 4; member