Searched refs:ps_model_coeff (Results 1 – 1 of 1) sorted by relevance
/external/libhevc/encoder/ |
D | rc_rd_model_fix.c | 505 number_t *ps_model_coeff, in refine_set_of_points() argument 561 mult32_var_q(temp, ps_model_coeff[0], &temp); in refine_set_of_points() 562 mult32_var_q(x_val, ps_model_coeff[1], &temp1); in refine_set_of_points() 564 add32_var_q(s_estimated_bits, ps_model_coeff[2], &s_estimated_bits); in refine_set_of_points() 630 mult32_var_q(temp, ps_model_coeff[0], &temp); in refine_set_of_points() 631 mult32_var_q(x_val, ps_model_coeff[1], &temp1); in refine_set_of_points() 633 add32_var_q(s_estimated_bits, ps_model_coeff[2], &s_estimated_bits); in refine_set_of_points() 707 number_t *ps_model_coeff, in calc_avg_sqr_dev_for_model() argument 760 mult32_var_q(x_val, ps_model_coeff[1], &s_estimated_bits); in calc_avg_sqr_dev_for_model() 761 add32_var_q(s_estimated_bits, ps_model_coeff[2], &s_estimated_bits); in calc_avg_sqr_dev_for_model()
|