Home
last modified time | relevance | path

Searched refs:b1_l1_mvp_idx (Results 1 – 5 of 5) sorted by relevance

/external/libhevc/decoder/
Dihevcd_mv_pred.c403 max_l1_mvp_cand = ps_pu->b1_l1_mvp_idx + 1; in ihevcd_mv_pred()
Dihevcd_parse_slice.c788 ps_pu->b1_l1_mvp_idx = value; in ihevcd_parse_pu_mvp()
/external/libhevc/encoder/
Dihevce_cabac_cu_pu.c1011 ret |= ihevce_cabac_encode_bin(ps_cabac, ps_pu->b1_l1_mvp_idx, ctxt_inc); in ihevce_cabac_encode_inter_pu()
1013 AEV_TRACE("mvp_l0/l1_flag", ps_pu->b1_l1_mvp_idx, ps_cabac->u4_range); in ihevce_cabac_encode_inter_pu()
Dihevce_enc_loop_utils.c6013 ps_final_prms->as_pu_enc_loop[ctr].b1_l1_mvp_idx = 0; in ihevce_inter_rdopt_cu_mc_mvp()
6022 ps_final_prms->as_pu_enc_loop[ctr].b1_l1_mvp_idx = 1; in ihevce_inter_rdopt_cu_mc_mvp()
/external/libhevc/common/
Dihevc_structs.h1311 UWORD32 b1_l1_mvp_idx : 1; member