Searched refs:sr_coded_error (Results 1 – 2 of 2) sorted by relevance
123 stats->sr_coded_error, in output_stats()162 section->sr_coded_error = 0.0; in zero_stats()190 section->sr_coded_error += frame->sr_coded_error; in accumulate_stats()216 section->sr_coded_error -= frame->sr_coded_error; in subtract_stats()509 int64_t sr_coded_error = 0; in vp9_first_pass() local852 sr_coded_error += gf_motion_error; in vp9_first_pass()854 sr_coded_error += this_error; in vp9_first_pass()856 sr_coded_error += motion_error; in vp9_first_pass()859 sr_coded_error += motion_error; in vp9_first_pass()996 sr_coded_error += (int64_t)this_error; in vp9_first_pass()[all …]
49 double sr_coded_error; member