Searched refs:part_ht (Results 1 – 6 of 6) sorted by relevance
171 WORD32 part_ht; in ihevce_mv_pred() local215 part_ht = (ps_pu->b4_ht + 1) << 2; in ihevce_mv_pred()244 y_a0 = (part_ht >> 2); in ihevce_mv_pred()245 y_a1 = ((part_ht - 1) >> 2); in ihevce_mv_pred()661 y_col = part_pos_y + part_ht; in ihevce_mv_pred()676 y_col = part_pos_y + (part_ht >> 1); in ihevce_mv_pred()
527 WORD32 part_ht; in ihevce_mv_pred_merge() local557 part_ht = (ps_pu->b4_ht + 1) << 2; in ihevce_mv_pred_merge()567 nbr_y[NBR_A0] = part_pos_y + part_ht; /* A0 */ in ihevce_mv_pred_merge()570 nbr_y[NBR_A1] = part_pos_y + part_ht - 1; /* A1 */ in ihevce_mv_pred_merge()858 y_col = part_pos_y + part_ht; in ihevce_mv_pred_merge()874 y_col = part_pos_y + (part_ht >> 1); in ihevce_mv_pred_merge()
783 S32 part_wd, part_ht, part_start_x, part_start_y; in hme_init_pred_ctxt_encode() local879 part_ht = (ps_part_attr->u1_y_count << shift) >> 2; in hme_init_pred_ctxt_encode()887 ps_l = ps_grid_pu_base - 1 + ((part_ht - 1) * grid_stride); in hme_init_pred_ctxt_encode()
379 WORD32 part_ht; in ihevcd_mv_pred() local421 part_ht = (ps_pu->b4_ht + 1) << 2; in ihevcd_mv_pred()436 y_a0 = (part_ht >> 2); in ihevcd_mv_pred()437 y_a1 = ((part_ht - 1) >> 2); in ihevcd_mv_pred()679 y_col = part_pos_y + part_ht; in ihevcd_mv_pred()694 y_col = part_pos_y + (part_ht >> 1); in ihevcd_mv_pred()
470 WORD32 part_ht, in ihevcd_mv_merge() argument526 nbr_y = part_pos_y + part_ht - 1; /* A1 */ in ihevcd_mv_merge()671 nbr_y = part_pos_y + part_ht; /* A0 */ in ihevcd_mv_merge()777 y_col = part_pos_y + part_ht; in ihevcd_mv_merge()793 y_col = part_pos_y + (part_ht >> 1); in ihevcd_mv_merge()
89 WORD32 part_ht,