Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.h22 double sr_coded_error; member
Dvp9_firstpass.c141 stats->sr_coded_error, in output_stats()
166 section->sr_coded_error = 0.0; in zero_stats()
191 section->sr_coded_error += frame->sr_coded_error; in accumulate_stats()
214 section->sr_coded_error -= frame->sr_coded_error; in subtract_stats()
238 section->sr_coded_error /= section->count; in avg_stats()
491 int64_t sr_coded_error = 0; in vp9_first_pass() local
692 sr_coded_error += gf_motion_error; in vp9_first_pass()
694 sr_coded_error += this_error; in vp9_first_pass()
696 sr_coded_error += motion_error; in vp9_first_pass()
765 sr_coded_error += (int64_t)this_error; in vp9_first_pass()
[all …]