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

  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.h 21 double coded_error; member in struct:__anon8643
vp9_firstpass.c 142 stats->coded_error,
167 section->coded_error = 0.0;
192 section->coded_error += frame->coded_error;
215 section->coded_error -= frame->coded_error;
239 section->coded_error /= section->count;
491 int64_t coded_error = 0; local
690 // (just as will be done for) accumulation of "coded_error" for
768 coded_error += (int64_t)this_error
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_firstpass.h 21 double coded_error; member in struct:__anon19824
vp9_firstpass.c 140 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 += (int64_t)this_error
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_firstpass.h 45 double coded_error; member in struct:__anon17798
vp9_firstpass.c 119 stats->coded_error,
154 section->coded_error = 0.0;
178 section->coded_error += frame->coded_error;
200 section->coded_error -= frame->coded_error;
225 const double av_err = stats->coded_error / stats->count;
227 pow(this_frame->coded_error / DOUBLE_DIVIDE_CHECK(av_err),
410 int64_t coded_error = 0; local
671 // (just as will be done for) accumulation of "coded_error" fo
1316 double coded_error = 0.0; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/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 102 double coded_error; member in struct:__anon17711
  /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 105 double coded_error; member in struct:__anon8574
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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 105 double coded_error; member in struct:__anon19757

Completed in 529 milliseconds