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

  /external/libhevc/encoder/
rc_rd_model_fix.c 198 number_t model_coeff_a, model_coeff_b, model_coeff_c, model_coeff_den; local
203 model_coeff_a.sm = 0;
204 model_coeff_a.e = 0;
372 /* model_coeff_a = (var_x2_y * var_x2_x - var_x_y * var_x2_x2); */
375 sub32_var_q(temp, temp1, &model_coeff_a);
377 /* model_coeff_a /= model_coeff_den; */
378 div32_var_q(model_coeff_a, model_coeff_den, &model_coeff_a);
380 /*model_coeff_c = sum_y - (model_coeff_a * sum_x) -
382 mult32_var_q(model_coeff_a, sum_x, &temp)
    [all...]
rc_rd_model.c 157 float model_coeff_a, model_coeff_b, model_coeff_c, model_coeff_den; local
211 model_coeff_a = (var_x2_y * var_x2_x - var_x_y * var_x2_x2);
212 model_coeff_a /= model_coeff_den;
214 model_coeff_c = sum_y - (model_coeff_a * sum_x) - (model_coeff_b * sum_x2);
218 pmc_model_coeff[1] = model_coeff_a;
229 model_coeff_a = (var_x_y / var_x_x);
230 model_coeff_c = sum_y - (model_coeff_a * sum_x);
232 model_coeff_b = model_coeff_a;
235 pmc_model_coeff_lin[1] = model_coeff_a;
257 model_coeff_a = (float)(u4_prevfrm_bits * u1_avgqp_prvfrm) / u4_prevfrm_sad
    [all...]
  /external/libavc/encoder/
irc_rd_model.c 127 float model_coeff_a = 0.0, model_coeff_b = 0.0, model_coeff_c = 0.0; local
180 model_coeff_a = (float)(u4_prevfrm_bits * u1_avgqp_prvfrm)
183 model_coeff_a = 0;
189 pmc_model_coeff_lin_wo_int[1] = model_coeff_a;

Completed in 247 milliseconds