Searched defs:coded_error (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_firstpass.h21 double coded_error; member in struct:__anon617
H A Dvp9_firstpass.c140 stats->coded_error,
165 section->coded_error = 0.0;
190 section->coded_error += frame->coded_error;
213 section->coded_error -= frame->coded_error;
237 section->coded_error /= section->count;
490 int64_t coded_error = 0; local
689 // (just as will be done for) accumulation of "coded_error" for
767 coded_error
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dfirstpass.c152 stats->coded_error,
177 section->coded_error = 0.0;
199 section->coded_error += frame->coded_error;
221 section->coded_error -= frame->coded_error;
245 section->coded_error /= section->count;
521 int64_t coded_error = 0; local
774 coded_error += (int64_t)this_error;
803 fps.coded_error
[all...]
H A Donyx_int.h105 double coded_error; member in struct:__anon550

Completed in 60 milliseconds