Home
last modified time | relevance | path

Searched refs:pu_ht (Results 1 – 5 of 5) 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.c719 WORD32 pu_wd, pu_ht; in ihevcd_ctb_boundary_strength_pbslice() local
729 pu_ht = (ps_pu->b4_ht + 1); in ihevcd_ctb_boundary_strength_pbslice()
732 end_pos_y = start_pos_y + pu_ht; in ihevcd_ctb_boundary_strength_pbslice()
738 u4_bs = DUP_LSB_10(pu_ht); in ihevcd_ctb_boundary_strength_pbslice()
831 pu_ht -= min_pu_ht; in ihevcd_ctb_boundary_strength_pbslice()
833 }while(pu_ht > 0); in ihevcd_ctb_boundary_strength_pbslice()
836 pu_ht = ps_pu->b4_ht + 1; in ihevcd_ctb_boundary_strength_pbslice()
Dihevcd_process_slice.c727 WORD32 pu_ht = (ps_pu->b4_ht + 1) << 2; in ihevcd_process() local
732 for(row = 0; row < pu_ht / MIN_PU_SIZE; row++) in ihevcd_process()
Dihevcd_parse_slice.c2920 WORD32 pu_ht = (ps_pu->b4_ht + 1) << 2; in ihevcd_parse_slice_data() local
2925 for(row = 0; row < pu_ht / MIN_PU_SIZE; row++) in ihevcd_parse_slice_data()