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()
4055 (chrm_rdopt_cost * ps_ctxt->u4_chroma_cost_weighing_factor + in ihevce_intra_rdopt_cu_ntu()
4838 (chrm_rdopt_cost * ps_ctxt->u4_chroma_cost_weighing_factor + in ihevce_inter_rdopt_cu_ntu()
5496 (chrm_rdopt_cost * ps_ctxt->u4_chroma_cost_weighing_factor + in ihevce_inter_tu_tree_selector_and_rdopt_cost_computer()
7649 (curr_cb_cod_cost * ps_ctxt->u4_chroma_cost_weighing_factor + in ihevce_chroma_cu_prcs_rdopt()
7660 ((curr_cb_cod_cost * ps_ctxt->u4_chroma_cost_weighing_factor + in ihevce_chroma_cu_prcs_rdopt()
7914 (curr_cr_cod_cost * ps_ctxt->u4_chroma_cost_weighing_factor + in ihevce_chroma_cu_prcs_rdopt()
7925 ((curr_cr_cod_cost * ps_ctxt->u4_chroma_cost_weighing_factor + in ihevce_chroma_cu_prcs_rdopt()
10681 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()
11053 (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.h1192 UWORD32 u4_chroma_cost_weighing_factor; member
Dihevce_enc_loop_structs.h1909 UWORD32 u4_chroma_cost_weighing_factor; member
Dihevce_frame_process.c2147 ps_cur_pic_ctxt->as_lambda_prms[i4_inst_id].u4_chroma_cost_weighing_factor = in ihevce_get_frame_lambda_prms()
2209 ps_cur_pic_ctxt->as_lambda_prms[i4_inst_id].u4_chroma_cost_weighing_factor = in ihevce_get_frame_lambda_prms()
2271 ps_cur_pic_ctxt->as_lambda_prms[i4_inst_id].u4_chroma_cost_weighing_factor = in ihevce_get_frame_lambda_prms()
2314 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.c3006 ps_ctxt->u4_chroma_cost_weighing_factor = ps_frm_lamda->u4_chroma_cost_weighing_factor; in ihevce_enc_loop_process()