Home
last modified time | relevance | path

Searched refs:part_ht (Results 1 – 6 of 6) sorted by relevance

/external/libhevc/encoder/
Dihevce_mv_pred.c171 WORD32 part_ht; in ihevce_mv_pred() local
215 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()
Dihevce_mv_pred_merge.c527 WORD32 part_ht; in ihevce_mv_pred_merge() local
557 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()
Dhme_err_compute.c783 S32 part_wd, part_ht, part_start_x, part_start_y; in hme_init_pred_ctxt_encode() local
879 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()
/external/libhevc/decoder/
Dihevcd_mv_pred.c379 WORD32 part_ht; in ihevcd_mv_pred() local
421 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()
Dihevcd_mv_merge.c470 WORD32 part_ht, in ihevcd_mv_merge() argument
526 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()
Dihevcd_mv_merge.h89 WORD32 part_ht,