Home
last modified time | relevance | path

Searched refs:u1_max_merge_candidates (Results 1 – 4 of 4) sorted by relevance

/external/libhevc/encoder/
Dihevce_enc_loop_inter_mode_sifter.h144 UWORD8 u1_max_merge_candidates; member
Dihevce_enc_loop_inter_mode_sifter.c2047 UWORD8 u1_max_merge_candidates = ps_ctxt->u1_max_merge_candidates; in ihevce_compute_pred_and_populate_modes() local
2119 u1_max_merge_candidates, in ihevce_compute_pred_and_populate_modes()
2289 if(u1_num_merge_cands > u1_max_merge_candidates) in ihevce_compute_pred_and_populate_modes()
2291 u1_num_merge_cands = u1_max_merge_candidates; in ihevce_compute_pred_and_populate_modes()
Dihevce_enc_loop_structs.h3054 UWORD8 u1_max_merge_candidates; member
Dihevce_enc_loop_pass.c654 s_prms.u1_max_merge_candidates = ps_ctxt->i4_max_merge_candidates; in ihevce_cu_mode_decide()