Home
last modified time | relevance | path

Searched refs:pu_ht (Results 1 – 7 of 7) sorted by relevance

/external/libhevc/decoder/
Dihevcd_inter_pred.c127 WORD32 pu_wd, pu_ht; in ihevcd_inter_pred_ctb() local
223 pu_ht = (ps_pu->b4_ht + 1) << 2; in ihevcd_inter_pred_ctb()
415 func_ht = pu_ht >> clr_indx; in ihevcd_inter_pred_ctb()
433 func_ht = pu_ht >> clr_indx; in ihevcd_inter_pred_ctb()
457 func_ht = pu_ht >> clr_indx; in ihevcd_inter_pred_ctb()
475 func_ht = pu_ht >> clr_indx; in ihevcd_inter_pred_ctb()
514 pu_ht, in ihevcd_inter_pred_ctb()
541 pu_ht >> 1, in ihevcd_inter_pred_ctb()
563 pu_ht >> 1, in ihevcd_inter_pred_ctb()
596 pu_ht, in ihevcd_inter_pred_ctb()
[all …]
Dihevcd_get_mv.c123 WORD32 num_pu_per_ctb, pu_wd, pu_ht, pu_cnt; in ihevcd_get_mv_ctb() local
275 pu_ht = (ps_pu->b4_ht + 1) << 2; in ihevcd_get_mv_ctb()
278 pu_ht_single_mcl = pu_ht; in ihevcd_get_mv_ctb()
420 && (pu_ht == 8))) in ihevcd_get_mv_ctb()
455 for(i = 0; i < pu_ht / MIN_PU_SIZE; i++) in ihevcd_get_mv_ctb()
470 for(row = 0; row < pu_ht / MIN_PU_SIZE; row++) in ihevcd_get_mv_ctb()
Dihevcd_boundary_strength.c721 WORD32 pu_wd, pu_ht; in ihevcd_ctb_boundary_strength_pbslice() local
731 pu_ht = (ps_pu->b4_ht + 1); in ihevcd_ctb_boundary_strength_pbslice()
734 end_pos_y = start_pos_y + pu_ht; in ihevcd_ctb_boundary_strength_pbslice()
740 u4_bs = DUP_LSB_10(pu_ht); in ihevcd_ctb_boundary_strength_pbslice()
833 pu_ht -= min_pu_ht; in ihevcd_ctb_boundary_strength_pbslice()
835 }while(pu_ht > 0); in ihevcd_ctb_boundary_strength_pbslice()
838 pu_ht = ps_pu->b4_ht + 1; in ihevcd_ctb_boundary_strength_pbslice()
Dihevcd_process_slice.c723 WORD32 pu_ht = (ps_pu->b4_ht + 1) << 2; in ihevcd_process() local
728 for(row = 0; row < pu_ht / MIN_PU_SIZE; row++) in ihevcd_process()
Dihevcd_parse_slice.c3130 WORD32 pu_ht = (ps_pu->b4_ht + 1) << 2; in ihevcd_parse_slice_data() local
3135 for(row = 0; row < pu_ht / MIN_PU_SIZE; row++) in ihevcd_parse_slice_data()
/external/libhevc/encoder/
Dihevce_inter_pred.c386 WORD32 pu_ht = (ps_pu->b4_ht + 1) << 2; in ihevce_luma_inter_pred_pu() local
518 if((frm_y_ofst < min_y) || (frm_y_ofst + pu_ht) > max_y) in ihevce_luma_inter_pred_pu()
542 pu_ht, in ihevce_luma_inter_pred_pu()
557 pu_ht, in ihevce_luma_inter_pred_pu()
629 if((frm_y_ofst < min_y) || (frm_y_ofst + pu_ht) > max_y) in ihevce_luma_inter_pred_pu()
653 pu_ht, in ihevce_luma_inter_pred_pu()
668 pu_ht, in ihevce_luma_inter_pred_pu()
707 pi2_src, pu1_dst_buf, pu_wd, dst_stride, wgt0, off0, shift, lvl_shift, pu_ht, pu_wd); in ihevce_luma_inter_pred_pu()
742 pu_ht, in ihevce_luma_inter_pred_pu()
759 pu_ht, in ihevce_luma_inter_pred_pu()
Dihevce_bs_compute_ctb.c435 WORD32 pu_ht = (ps_pu->b4_ht) + 1; in ihevce_bs_compute_cu() local
514 pu_dim = pu_ht; in ihevce_bs_compute_cu()