Home
last modified time | relevance | path

Searched refs:model_coeff_a_lin_wo_int (Results 1 – 8 of 8) sorted by relevance

/external/libavc/encoder/
Dirc_rd_model.c87 ps_rd_model->model_coeff_a_lin_wo_int = 0; in irc_init_frm_rc_rd_model()
97 ps_rd_model->model_coeff_a_lin_wo_int = 0; in irc_reset_frm_rc_rd_model()
345 ps_rd_model->model_coeff_a_lin_wo_int = model_coeff_array_lin_wo_int[1]; in irc_update_frame_rd_model()
355 fl_num_bits = ps_rd_model->model_coeff_a_lin_wo_int in irc_estimate_bits_for_qp()
374 / ps_rd_model->model_coeff_a_lin_wo_int; in irc_find_qp_for_target_bits()
518 * ps_rd_model_of_pic_type->model_coeff_a_lin_wo_int in irc_calc_per_frm_bits()
531 ps_rd_model_of_pic_type->model_coeff_a_lin_wo_int in irc_calc_per_frm_bits()
563 return (ps_rd_model->model_coeff_a_lin_wo_int); in irc_get_linear_coefficient()
Dirc_rd_model_struct.h70 model_coeff model_coeff_a_lin_wo_int; member
/external/libhevc/encoder/
Drc_rd_model_fix.c103 ps_rd_model->model_coeff_a_lin_wo_int.sm = 0; in init_frm_rc_rd_model()
115 ps_rd_model->model_coeff_a_lin_wo_int.e = 0; in init_frm_rc_rd_model()
140 ps_rd_model->model_coeff_a_lin_wo_int.sm = 0; in reset_frm_rc_rd_model()
152 ps_rd_model->model_coeff_a_lin_wo_int.e = 0; in reset_frm_rc_rd_model()
1212 ps_rd_model->model_coeff_a_lin_wo_int = model_coeff_array_lin_wo_int[1]; in update_frame_rd_model()
1255 mult32_var_q(ps_rd_model->model_coeff_a_lin_wo_int, x_val, &s_num_bits); in estimate_bits_for_qp()
1367 div32_var_q(s_target_res_bits, ps_rd_model->model_coeff_a_lin_wo_int, &x_value); in find_qp_for_target_bits()
1469 return (ps_rd_model->model_coeff_a_lin_wo_int); in get_linear_coefficient()
1479 void set_linear_coefficient(rc_rd_model_t *ps_rd_model, number_t model_coeff_a_lin_wo_int) in set_linear_coefficient() argument
1481 ps_rd_model->model_coeff_a_lin_wo_int = model_coeff_a_lin_wo_int; in set_linear_coefficient()
Drc_rd_model.c101 ps_rd_model->model_coeff_a_lin_wo_int = 0; in init_frm_rc_rd_model()
120 ps_rd_model->model_coeff_a_lin_wo_int = 0; in reset_frm_rc_rd_model()
663 ps_rd_model->model_coeff_a_lin_wo_int = model_coeff_array_lin_wo_int[1]; in update_frame_rd_model()
677 ps_rd_model->model_coeff_a_lin_wo_int * ((float)(u4_estimated_sad / u1_avg_qp)); in estimate_bits_for_qp()
723 x_value = (float)u4_target_res_bits / ps_rd_model->model_coeff_a_lin_wo_int; in find_qp_for_target_bits()
959 ps_rd_model_of_pic_type->model_coeff_a_lin_wo_int * pfl_gamma[u1_i]); in calc_per_frm_bits()
970 ps_rd_model_of_pic_type->model_coeff_a_lin_wo_int * fl_sad_by_qp_curr_frm; in calc_per_frm_bits()
998 return (ps_rd_model->model_coeff_a_lin_wo_int); in get_linear_coefficient()
Drc_rd_model_struct.h101 model_coeff model_coeff_a_lin_wo_int; member
Drc_rd_model.h83 void set_linear_coefficient(rc_rd_model_handle ps_rd_model, number_t model_coeff_a_lin_wo_int);
Drc_frame_info_collector.h88 number_t_frame model_coeff_a_lin_wo_int; member
Drate_control_api.c2208 ps_frame_info->model_coeff_a_lin_wo_int.e = temp.e; in update_frame_level_info()
2209 ps_frame_info->model_coeff_a_lin_wo_int.sm = temp.sm; in update_frame_level_info()