Home
last modified time | relevance | path

Searched refs:b4_ht (Results 1 – 10 of 10) sorted by relevance

/external/libavc/encoder/
Dih264e_mc.c221 ht = (ps_curr_pu->b4_ht + 1) << 2; in ih264e_motion_comp_luma()
360 ht = (ps_curr_pu->b4_ht + 1) << 1; in ih264e_motion_comp_chroma()
422 ht = (ps_curr_pu->b4_ht + 1) << 1; in ih264e_motion_comp_chroma()
Dih264e_structs.h264 UWORD32 b4_ht : 2; member
Dih264e_me.c1078 ps_proc->ps_pu->b4_ht = 3; in ih264e_compute_me_single_reflist()
2119 ps_proc->ps_pu->b4_ht = 3; in ih264e_compute_me_multi_reflist()
/external/libhevc/decoder/
Dihevcd_boundary_strength.c731 pu_ht = (ps_pu->b4_ht + 1); in ihevcd_ctb_boundary_strength_pbslice()
789 pu_ngbr_ht = ps_ngbr_pu->b4_ht + 1; in ihevcd_ctb_boundary_strength_pbslice()
838 pu_ht = ps_pu->b4_ht + 1; in ihevcd_ctb_boundary_strength_pbslice()
Dihevcd_get_mv.c275 pu_ht = (ps_pu->b4_ht + 1) << 2; in ihevcd_get_mv_ctb()
Dihevcd_parse_slice.c653 pu_w_plus_pu_h = ((ps_pu->b4_wd + 1) << 2) + ((ps_pu->b4_ht + 1) << 2); in ihevcd_parse_pu_mvp()
843 ps_pu->b4_ht = (ht >> 2) - 1; in ihevcd_parse_prediction_unit()
983 ps_pu->b4_ht = (cb_size >> 2) - 1; in ihevcd_parse_coding_unit_intra()
2256 ps_pu->b4_ht = 1; in ihevcd_set_ctb_skip()
3130 WORD32 pu_ht = (ps_pu->b4_ht + 1) << 2; in ihevcd_parse_slice_data()
Dihevcd_inter_pred.c223 pu_ht = (ps_pu->b4_ht + 1) << 2; in ihevcd_inter_pred_ctb()
Dihevcd_mv_pred.c421 part_ht = (ps_pu->b4_ht + 1) << 2; in ihevcd_mv_pred()
Dihevcd_process_slice.c723 WORD32 pu_ht = (ps_pu->b4_ht + 1) << 2; in ihevcd_process()
/external/libhevc/common/
Dihevc_structs.h1249 UWORD32 b4_ht : 4; member