HomeSort by relevance Sort by last modified time
    Searched refs:coded_error (Results 1 - 6 of 6) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 145 stats->coded_error,
170 section->coded_error = 0.0;
192 section->coded_error += frame->coded_error;
214 section->coded_error -= frame->coded_error;
238 section->coded_error /= section->count;
499 int64_t coded_error = 0; local
699 // accumulation of "coded_error" for the last frame.
781 coded_error += (int64_t)this_error
    [all...]
vp9_onyx_int.h 80 double coded_error; member in struct:__anon21308
vp9_onyx_if.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 152 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 = (double)(coded_error >> 8)
    [all...]
onyx_int.h 101 double coded_error; member in struct:__anon21241
onyx_if.c     [all...]

Completed in 32 milliseconds