HomeSort by relevance Sort by last modified time
    Searched refs:model_coeff_b (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
205 model_coeff_b.sm = 0;
206 model_coeff_b.e = 0;
364 /* model_coeff_b = (var_x_y * var_x2_x - var_x2_y * var_x_x); */
367 sub32_var_q(temp, temp1, &model_coeff_b);
369 /* model_coeff_b /= model_coeff_den; */
370 div32_var_q(model_coeff_b, model_coeff_den, &model_coeff_b);
381 (model_coeff_b * sum_x2); */
383 mult32_var_q(model_coeff_b, sum_x2, &temp1)
    [all...]
rc_rd_model.c 157 float model_coeff_a, model_coeff_b, model_coeff_c, model_coeff_den; local
208 model_coeff_b = (var_x_y * var_x2_x - var_x2_y * var_x_x);
209 model_coeff_b /= model_coeff_den;
214 model_coeff_c = sum_y - (model_coeff_a * sum_x) - (model_coeff_b * sum_x2);
217 pmc_model_coeff[0] = model_coeff_b;
231 /*model_coeff_b = 0;*/
232 model_coeff_b = model_coeff_a;
234 pmc_model_coeff_lin[0] = model_coeff_b;
261 model_coeff_b = 0;
264 pmc_model_coeff_lin_wo_int[0] = model_coeff_b;
    [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
185 model_coeff_b = 0;
188 pmc_model_coeff_lin_wo_int[0] = model_coeff_b;

Completed in 3450 milliseconds