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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_firstpass.h 21 double coded_error; member in struct:__anon24233
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...]
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 102 double coded_error; member in struct:__anon13804
onyx_if.c     [all...]
  /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:__anon24166
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.h 45 double coded_error; member in struct:__anon13891
vp9_firstpass.c 127 stats->coded_error,
162 section->coded_error = 0.0;
186 section->coded_error += frame->coded_error;
208 section->coded_error -= frame->coded_error;
233 const double av_err = stats->coded_error / stats->count;
235 pow(this_frame->coded_error / DOUBLE_DIVIDE_CHECK(av_err),
418 int64_t coded_error = 0; local
668 // (just as will be done for) accumulation of "coded_error" fo
1297 double coded_error = 0.0; local
    [all...]
vp9_encoder.c     [all...]

Completed in 329 milliseconds