Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Drc_rd_model.c282 float fl_avg_deviation, fl_estimated_bits, fl_deviation, x_val; in refine_set_of_points() local
300 fl_deviation = in refine_set_of_points()
302 fl_deviation = fl_deviation * fl_deviation; in refine_set_of_points()
303 fl_avg_deviation += fl_deviation; in refine_set_of_points()
323 fl_deviation = in refine_set_of_points()
326 fl_deviation = fl_deviation * fl_deviation; in refine_set_of_points()
328 if(fl_deviation > (fl_avg_deviation)) in refine_set_of_points()
353 float fl_avg_deviation, fl_estimated_bits, fl_deviation, x_val; in calc_avg_sqr_dev_for_model() local
372 fl_deviation = in calc_avg_sqr_dev_for_model()
374 fl_deviation = fl_deviation * fl_deviation; in calc_avg_sqr_dev_for_model()
[all …]