HomeSort by relevance Sort by last modified time
    Searched refs:part_ht (Results 1 - 6 of 6) sorted by null

  /external/libhevc/decoder/
ihevcd_mv_merge.h 89 WORD32 part_ht,
ihevcd_mv_pred.c 379 WORD32 part_ht; local
421 part_ht = (ps_pu->b4_ht + 1) << 2;
436 y_a0 = (part_ht >> 2);
437 y_a1 = ((part_ht - 1) >> 2);
677 // ihevcd_collocated_mvp((mv_ctxt_t *)ps_mv_ctxt,ps_pu,part_pos_x,part_pos_y,part_wd,part_ht,as_mv_col,avail_col_flag,1);
679 y_col = part_pos_y + part_ht;
694 y_col = part_pos_y + (part_ht >> 1);
ihevcd_mv_merge.c 470 WORD32 part_ht,
526 nbr_y = part_pos_y + part_ht - 1; /* A1 */
671 nbr_y = part_pos_y + part_ht; /* A0 */
773 // ihevcd_collocated_mvp(ps_mv_ctxt,ps_pu,part_pos_x,part_pos_y,part_wd,part_ht,as_mv_col,avail_col_flag,0);
777 y_col = part_pos_y + part_ht;
793 y_col = part_pos_y + (part_ht >> 1);
  /external/libhevc/encoder/
ihevce_mv_pred.c 171 WORD32 part_ht; local
215 part_ht = (ps_pu->b4_ht + 1) << 2;
244 y_a0 = (part_ht >> 2);
245 y_a1 = ((part_ht - 1) >> 2);
661 y_col = part_pos_y + part_ht;
676 y_col = part_pos_y + (part_ht >> 1);
ihevce_mv_pred_merge.c 527 WORD32 part_ht; local
557 part_ht = (ps_pu->b4_ht + 1) << 2;
567 nbr_y[NBR_A0] = part_pos_y + part_ht; /* A0 */
570 nbr_y[NBR_A1] = part_pos_y + part_ht - 1; /* A1 */
858 y_col = part_pos_y + part_ht;
874 y_col = part_pos_y + (part_ht >> 1);
    [all...]
hme_err_compute.c 783 S32 part_wd, part_ht, part_start_x, part_start_y; local
    [all...]

Completed in 187 milliseconds