Home
last modified time | relevance | path

Searched refs:WGHT_DEFAULT (Results 1 – 6 of 6) sorted by relevance

/external/libhevc/encoder/
Dihevce_stasino_helpers.c818 const WORD32 i4_default_src_wt = ((1 << 15) + (WGHT_DEFAULT >> 1)) / WGHT_DEFAULT; in ihevce_calc_stim_injected_variance()
872 const WORD32 i4_default_src_wt = ((1 << 15) + (WGHT_DEFAULT >> 1)) / WGHT_DEFAULT; in ihevce_calc_variance_for_diff_weights()
Dihevce_lap_enc_structs.h62 #define WGHT_DEFAULT (1 << DENOM_DEFAULT) macro
Dhme_interface.c4054 ps_ctxt->s_wt_pred.a_wpred_wt[ref_id_lc] = WGHT_DEFAULT; in hme_process_frm_init()
4058 ((1 << 15) + (WGHT_DEFAULT >> 1)) / WGHT_DEFAULT; in hme_process_frm_init()
4306 ps_ctxt->s_wt_pred.a_wpred_wt[ref_id_lc] = WGHT_DEFAULT; in hme_coarse_process_frm_init()
4310 ((1 << 15) + (WGHT_DEFAULT >> 1)) / WGHT_DEFAULT; in hme_coarse_process_frm_init()
Dhme_subpel.c590 const S32 i4_default_src_wt = ((1 << 15) + (WGHT_DEFAULT >> 1)) / WGHT_DEFAULT; in hme_compute_pred_and_evaluate_bi()
Dhme_utils.c2529 const S32 i4_default_src_wt = ((1 << 15) + (WGHT_DEFAULT >> 1)) / WGHT_DEFAULT; in hme_decide_part_types()
/external/libhevc/encoder/arm/
Dihevce_hme_utils_neon.c317 if((WGHT_DEFAULT == wt) && (0 == off)) in hme_get_wt_inp_8x8_neon()
524 if((WGHT_DEFAULT == (ps_wt_inp_prms->a_wpred_wt[i])) && in hme_get_wt_inp_ctb_neon()