Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_enc_loop_utils.c658 ps_ctxt->u4_chroma_cost_weighing_factor = in ihevce_get_cl_cu_lambda_prms()
4047 (chrm_rdopt_cost * ps_ctxt->u4_chroma_cost_weighing_factor + in ihevce_intra_rdopt_cu_ntu()
4880 (chrm_rdopt_cost * ps_ctxt->u4_chroma_cost_weighing_factor + in ihevce_inter_rdopt_cu_ntu()
5588 (chrm_rdopt_cost * ps_ctxt->u4_chroma_cost_weighing_factor + in ihevce_inter_tu_tree_selector_and_rdopt_cost_computer()
7790 (curr_cb_cod_cost * ps_ctxt->u4_chroma_cost_weighing_factor + in ihevce_chroma_cu_prcs_rdopt()
7801 ((curr_cb_cod_cost * ps_ctxt->u4_chroma_cost_weighing_factor + in ihevce_chroma_cu_prcs_rdopt()
8054 (curr_cr_cod_cost * ps_ctxt->u4_chroma_cost_weighing_factor + in ihevce_chroma_cu_prcs_rdopt()
8065 ((curr_cr_cod_cost * ps_ctxt->u4_chroma_cost_weighing_factor + in ihevce_chroma_cu_prcs_rdopt()
10818 ps_ctxt->i8_cu_not_coded_cost += (pi8_cost[0] * ps_ctxt->u4_chroma_cost_weighing_factor + in ihevce_chroma_t_q_iq_ssd_scan_fxn()
11188 (zero_cbf_cost_u * ps_ctxt->u4_chroma_cost_weighing_factor + in ihevce_chroma_t_q_iq_ssd_scan_fxn()
[all …]
Dihevce_tu_tree_selector.c1005 (ps_node->as_cb_data[i].i8_cost * ps_ctxt->u4_chroma_cost_weighing_factor + in ihevce_tu_processor()
1088 (ps_node->as_cr_data[i].i8_cost * ps_ctxt->u4_chroma_cost_weighing_factor + in ihevce_tu_processor()
Dihevce_enc_structs.h1201 UWORD32 u4_chroma_cost_weighing_factor; member
Dihevce_enc_loop_structs.h1908 UWORD32 u4_chroma_cost_weighing_factor; member
Dihevce_frame_process.c2133 ps_cur_pic_ctxt->as_lambda_prms[i4_inst_id].u4_chroma_cost_weighing_factor = in ihevce_get_frame_lambda_prms()
2195 ps_cur_pic_ctxt->as_lambda_prms[i4_inst_id].u4_chroma_cost_weighing_factor = in ihevce_get_frame_lambda_prms()
2257 ps_cur_pic_ctxt->as_lambda_prms[i4_inst_id].u4_chroma_cost_weighing_factor = in ihevce_get_frame_lambda_prms()
2300 ps_cur_pic_ctxt->as_lambda_prms[i4_inst_id].u4_chroma_cost_weighing_factor = in ihevce_get_frame_lambda_prms()
Dihevce_enc_loop_pass.c3132 ps_ctxt->u4_chroma_cost_weighing_factor = ps_frm_lamda->u4_chroma_cost_weighing_factor; in ihevce_enc_loop_process()