Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_mc.c220 wd = (ps_curr_pu->b4_wd + 1) << 2; in ih264e_motion_comp_luma()
359 wd = (ps_curr_pu->b4_wd + 1) << 1; in ih264e_motion_comp_chroma()
421 wd = (ps_curr_pu->b4_wd + 1) << 1; in ih264e_motion_comp_chroma()
Dih264e_structs.h259 UWORD32 b4_wd : 2; member
Dih264e_me.c1077 ps_proc->ps_pu->b4_wd = 3; in ih264e_compute_me_single_reflist()
2118 ps_proc->ps_pu->b4_wd = 3; in ih264e_compute_me_multi_reflist()
/external/libhevc/decoder/
Dihevcd_boundary_strength.c730 pu_wd = (ps_pu->b4_wd + 1); in ihevcd_ctb_boundary_strength_pbslice()
855 pu_ngbr_wd = ps_ngbr_pu->b4_wd + 1; in ihevcd_ctb_boundary_strength_pbslice()
906 pu_wd = ps_pu->b4_wd + 1; in ihevcd_ctb_boundary_strength_pbslice()
Dihevcd_get_mv.c276 pu_wd = (ps_pu->b4_wd + 1) << 2; in ihevcd_get_mv_ctb()
Dihevcd_parse_slice.c640 pu_w_plus_pu_h = ((ps_pu->b4_wd + 1) << 2) + ((ps_pu->b4_ht + 1) << 2); in ihevcd_parse_pu_mvp()
829 ps_pu->b4_wd = (wd >> 2) - 1; in ihevcd_parse_prediction_unit()
969 ps_pu->b4_wd = (cb_size >> 2) - 1; in ihevcd_parse_coding_unit_intra()
2609 ps_pu->b4_wd = (ctb_size >> 2) - 1; in ihevcd_parse_slice_data()
2995 WORD32 pu_wd = (ps_pu->b4_wd + 1) << 2; in ihevcd_parse_slice_data()
Dihevcd_inter_pred.c222 pu_wd = (ps_pu->b4_wd + 1) << 2; in ihevcd_inter_pred_ctb()
Dihevcd_mv_pred.c420 part_wd = (ps_pu->b4_wd + 1) << 2; in ihevcd_mv_pred()
Dihevcd_process_slice.c728 WORD32 pu_wd = (ps_pu->b4_wd + 1) << 2; in ihevcd_process()
/external/libhevc/common/
Dihevc_structs.h1244 UWORD32 b4_wd : 4; member