HomeSort by relevance Sort by last modified time
    Searched refs:model_coeff_a_lin_wo_int (Results 1 - 8 of 8) sorted by null

  /external/libavc/encoder/
irc_rd_model_struct.h 70 model_coeff model_coeff_a_lin_wo_int; member in struct:rc_rd_model_t
irc_rd_model.c 87 ps_rd_model->model_coeff_a_lin_wo_int = 0;
97 ps_rd_model->model_coeff_a_lin_wo_int = 0;
345 ps_rd_model->model_coeff_a_lin_wo_int = model_coeff_array_lin_wo_int[1];
355 fl_num_bits = ps_rd_model->model_coeff_a_lin_wo_int
374 / ps_rd_model->model_coeff_a_lin_wo_int;
518 * ps_rd_model_of_pic_type->model_coeff_a_lin_wo_int
531 ps_rd_model_of_pic_type->model_coeff_a_lin_wo_int
563 return (ps_rd_model->model_coeff_a_lin_wo_int);
  /external/libhevc/encoder/
rc_rd_model.h 83 void set_linear_coefficient(rc_rd_model_handle ps_rd_model, number_t model_coeff_a_lin_wo_int);
rc_rd_model_struct.h 101 model_coeff model_coeff_a_lin_wo_int; member in struct:rc_rd_model_t
rc_rd_model_fix.c 103 ps_rd_model->model_coeff_a_lin_wo_int.sm = 0;
115 ps_rd_model->model_coeff_a_lin_wo_int.e = 0;
140 ps_rd_model->model_coeff_a_lin_wo_int.sm = 0;
152 ps_rd_model->model_coeff_a_lin_wo_int.e = 0;
    [all...]
rc_frame_info_collector.h 88 number_t_frame model_coeff_a_lin_wo_int; member in struct:__anon28789
rc_rd_model.c 101 ps_rd_model->model_coeff_a_lin_wo_int = 0;
120 ps_rd_model->model_coeff_a_lin_wo_int = 0;
663 ps_rd_model->model_coeff_a_lin_wo_int = model_coeff_array_lin_wo_int[1];
677 ps_rd_model->model_coeff_a_lin_wo_int * ((float)(u4_estimated_sad / u1_avg_qp));
723 x_value = (float)u4_target_res_bits / ps_rd_model->model_coeff_a_lin_wo_int;
    [all...]
rate_control_api.c     [all...]

Completed in 249 milliseconds