Home
last modified time | relevance | path

Searched refs:af_sum_weigh (Results 1 – 7 of 7) sorted by relevance

/external/libhevc/encoder/
Dbit_allocation.c122 float af_sum_weigh[MAX_PIC_TYPE][3]; member
424 float af_sum_weigh[MAX_PIC_TYPE][3]; in get_bits_based_on_complexity() local
426 memmove(af_sum_weigh, ps_bit_allocation->af_sum_weigh, ((sizeof(float)) * MAX_PIC_TYPE * 3)); in get_bits_based_on_complexity()
446 trace_printf("1 CUrr / avg %f", af_sum_weigh[e_pic_type][0]); in get_bits_based_on_complexity()
448 if(af_sum_weigh[e_pic_type][0] > 4.0f) in get_bits_based_on_complexity()
449 af_sum_weigh[e_pic_type][0] = 4.0f; in get_bits_based_on_complexity()
450 if(af_sum_weigh[e_pic_type][0] < 0.3f) in get_bits_based_on_complexity()
451 af_sum_weigh[e_pic_type][0] = 0.3f; in get_bits_based_on_complexity()
454 trace_printf("2 CUrr / avg %f", af_sum_weigh[e_pic_type][0]); in get_bits_based_on_complexity()
460 convert_float_to_fix(af_sum_weigh[e_pic_type][0], &vq_comp_coeff); in get_bits_based_on_complexity()
[all …]
Dihevce_rc_interface.c887 ps_rc_ctxt->af_sum_weigh[j][i][0] = 1.0; in ihevce_rc_init()
888 ps_rc_ctxt->af_sum_weigh[j][i][1] = 0.0; in ihevce_rc_init()
889 ps_rc_ctxt->af_sum_weigh[j][i][2] = 0.0; in ihevce_rc_init()
1024 ps_rc_ctxt->af_sum_weigh[0], in ihevce_rc_init()
1192 ps_rc_ctxt->af_sum_weigh[0][i][0] = 1.0; in ihevce_rc_get_bpp_based_frame_qp()
1193 ps_rc_ctxt->af_sum_weigh[0][i][1] = 0.0; in ihevce_rc_get_bpp_based_frame_qp()
1194 ps_rc_ctxt->af_sum_weigh[0][i][2] = 0.0; in ihevce_rc_get_bpp_based_frame_qp()
1219 ps_rc_ctxt->af_sum_weigh[0], in ihevce_rc_get_bpp_based_frame_qp()
1374 ps_rc_ctxt->af_sum_weigh[0], in ihevce_rc_get_bpp_based_frame_qp()
1463 ps_rc_ctxt->af_sum_weigh[0][i][0] = 1.0; in ihevce_rc_get_pre_enc_pic_quant()
[all …]
Drate_control_api.h143 float af_sum_weigh[MAX_PIC_TYPE][3],
191 float af_sum_weigh[MAX_PIC_TYPE][3],
267 float af_sum_weigh[MAX_PIC_TYPE][3],
306 float af_sum_weigh[MAX_PIC_TYPE][3],
Drc_frame_info_collector.h87 float af_sum_weigh[MAX_PIC_TYPE][3]; member
Drate_control_api.c1132 float af_sum_weigh[MAX_PIC_TYPE][3], in get_frame_level_qp()
1179 assign_complexity_coeffs(ps_rate_control_api->ps_bit_allocation, af_sum_weigh); in get_frame_level_qp()
1574 if(af_sum_weigh[e_pic_type][0] > 1.0f) in get_frame_level_qp()
1597 if(af_sum_weigh[e_pic_type][0] < 1.0f) in get_frame_level_qp()
3354 float af_sum_weigh[MAX_PIC_TYPE][3], in rc_get_qp_for_scd_frame()
3372 assign_complexity_coeffs(ps_rate_control_api->ps_bit_allocation, af_sum_weigh); in rc_get_qp_for_scd_frame()
3551 float af_sum_weigh[MAX_PIC_TYPE][3], in rc_get_bpp_based_scene_cut_qp()
3562 assign_complexity_coeffs(ps_rate_control_api->ps_bit_allocation, af_sum_weigh); in rc_get_bpp_based_scene_cut_qp()
3650 float af_sum_weigh[MAX_PIC_TYPE][3], in rc_get_scene_change_est_header_bits()
3655 assign_complexity_coeffs(ps_rate_control_api->ps_bit_allocation, af_sum_weigh); in rc_get_scene_change_est_header_bits()
Dihevce_rc_structs.h358 float af_sum_weigh[MAX_NUM_ENC_LOOP_PARALLEL][MAX_PIC_TYPE][3]; member
Dbit_allocation.h80 bit_allocation_handle ps_bit_allocation, float af_sum_weigh[MAX_PIC_TYPE][3]);