Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_mv_pred.c402 max_l0_mvp_cand = ps_pu->b1_l0_mvp_idx + 1; in ihevcd_mv_pred()
Dihevcd_parse_slice.c730 ps_pu->b1_l0_mvp_idx = value; in ihevcd_parse_pu_mvp()
/external/libhevc/encoder/
Dihevce_cabac_cu_pu.c962 ret |= ihevce_cabac_encode_bin(ps_cabac, ps_pu->b1_l0_mvp_idx, ctxt_inc); in ihevce_cabac_encode_inter_pu()
964 AEV_TRACE("mvp_l0/l1_flag", ps_pu->b1_l0_mvp_idx, ps_cabac->u4_range); in ihevce_cabac_encode_inter_pu()
Dihevce_enc_loop_utils.c5970 ps_final_prms->as_pu_enc_loop[ctr].b1_l0_mvp_idx = 0; in ihevce_inter_rdopt_cu_mc_mvp()
5979 ps_final_prms->as_pu_enc_loop[ctr].b1_l0_mvp_idx = 1; in ihevce_inter_rdopt_cu_mc_mvp()
/external/libhevc/common/
Dihevc_structs.h1306 UWORD32 b1_l0_mvp_idx : 1; member