Searched refs:s_wt_pred (Results 1 – 7 of 7) sorted by relevance
/external/libhevc/encoder/ |
D | hme_coarse.c | 1274 &ps_ctxt->s_wt_pred, in hme_coarsest() 1365 &ps_ctxt->s_wt_pred, in hme_coarsest() 1376 &ps_ctxt->s_wt_pred, in hme_coarsest() 1447 &ps_ctxt->s_wt_pred, in hme_coarsest() 1458 &ps_ctxt->s_wt_pred, in hme_coarsest() 1548 &ps_ctxt->s_wt_pred, in hme_coarsest() 1559 &ps_ctxt->s_wt_pred, in hme_coarsest()
|
D | hme_interface.c | 1571 ps_ctxt->aps_me_frm_prms[j]->s_wt_pred.apu1_wt_inp_buf_array[i] = pu1_mem; in hme_enc_alloc_init_mem() 2130 ps_ctxt->s_wt_pred.apu1_wt_inp_buf_array[i] = pu1_mem; in hme_coarse_alloc_init_mem() 4044 ps_ctxt->s_wt_pred.a_wpred_wt[ref_id_lc] = ps_ref_desc->i2_weight; in hme_process_frm_init() 4047 ps_ctxt->s_wt_pred.a_inv_wpred_wt[ref_id_lc] = in hme_process_frm_init() 4049 ps_ctxt->s_wt_pred.a_wpred_off[ref_id_lc] = ps_ref_desc->i2_offset; in hme_process_frm_init() 4054 ps_ctxt->s_wt_pred.a_wpred_wt[ref_id_lc] = WGHT_DEFAULT; in hme_process_frm_init() 4057 ps_ctxt->s_wt_pred.a_inv_wpred_wt[ref_id_lc] = in hme_process_frm_init() 4060 ps_ctxt->s_wt_pred.a_wpred_off[ref_id_lc] = 0; in hme_process_frm_init() 4295 ps_ctxt->s_wt_pred.a_wpred_wt[ref_id_lc] = ps_ref_desc->i2_weight; in hme_coarse_process_frm_init() 4298 ps_ctxt->s_wt_pred.a_inv_wpred_wt[ref_id_lc] = in hme_coarse_process_frm_init() [all …]
|
D | hme_refine.c | 995 wgt_pred_ctxt_t *ps_wt_inp_prms = &ps_ctxt->s_wt_pred; in hme_try_merge_high_speed() 1420 &ps_ctxt->s_wt_pred, in hme_try_merge_high_speed() 6259 ps_inter_ctb_prms->wpred_log_wdc = ps_ctxt->s_wt_pred.wpred_log_wdc; in hme_refine() 6272 ps_inter_ctb_prms->pi4_inv_wt = ps_ctxt->s_wt_pred.a_inv_wpred_wt; in hme_refine() 6764 GETRANGE(i4_bits_req, ps_ctxt->s_wt_pred.a_inv_wpred_wt[i4_ref_id]); in hme_refine() 6768 ps_ctxt->s_wt_pred.ai4_shift_val[i4_ref_id] = (i4_bits_req - 12); in hme_refine() 6772 ps_ctxt->s_wt_pred.ai4_shift_val[i4_ref_id] = 0; in hme_refine() 6776 s_common_frm_prms.pi4_inv_wt_shift_val = ps_ctxt->s_wt_pred.ai4_shift_val; in hme_refine() 6910 &ps_ctxt->s_wt_pred, in hme_refine() 7039 &ps_ctxt->s_wt_pred, in hme_refine() [all …]
|
D | ihevce_coarse_me_pass.c | 880 ps_ctxt->s_wt_pred.wpred_log_wdc = in ihevce_coarse_me_frame_init() 886 ps_ctxt->s_wt_pred.wpred_log_wdc = DENOM_DEFAULT; in ihevce_coarse_me_frame_init()
|
D | ihevce_me_pass.c | 1231 ps_me_tmp_frm_ctxt->s_wt_pred.wpred_log_wdc = in ihevce_me_frame_init() 1237 ps_me_tmp_frm_ctxt->s_wt_pred.wpred_log_wdc = DENOM_DEFAULT; in ihevce_me_frame_init()
|
D | hme_defs.h | 2810 wgt_pred_ctxt_t s_wt_pred; member 3165 wgt_pred_ctxt_t s_wt_pred; member
|
D | hme_utils.c | 3174 ps_ctxt->s_wt_pred.a_wpred_wt[ps_search_node->i1_ref_idx] + in hme_populate_pus() 3363 ps_ctxt->s_wt_pred.a_wpred_wt[ps_search_node->i1_ref_idx] + in hme_populate_pus_8x8_cu() 5323 ps_wt_inp_prms = &ps_ctxt->s_wt_pred; in ihevce_16x16block_temporal_noise_detect()
|