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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_firstpass.h22 double sr_coded_error; member in struct:__anon1151
H A Dvp9_firstpass.c141 stats->sr_coded_error,
166 section->sr_coded_error = 0.0;
191 section->sr_coded_error += frame->sr_coded_error;
214 section->sr_coded_error -= frame->sr_coded_error;
238 section->sr_coded_error /= section->count;
491 int64_t sr_coded_error = 0; local
692 sr_coded_error += gf_motion_error;
694 sr_coded_error
[all...]

Completed in 829 milliseconds