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

  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.h 32 double MVrv;
vp9_firstpass.c 153 stats->MVrv,
178 section->MVrv = 0.0;
203 section->MVrv += frame->MVrv;
226 section->MVrv -= frame->MVrv;
250 section->MVrv /= section->count;
809 fps.MVrv = ((double)sum_mvrs - (fps.MVr * fps.MVr / mvcount)) / mvcount;
819 fps.MVrv = 0.0;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_firstpass.h 32 double MVrv;
vp9_firstpass.c 151 stats->MVrv,
176 section->MVrv = 0.0;
201 section->MVrv += frame->MVrv;
224 section->MVrv -= frame->MVrv;
248 section->MVrv /= section->count;
808 fps.MVrv = ((double)sum_mvrs - (fps.MVr * fps.MVr / mvcount)) / mvcount;
818 fps.MVrv = 0.0;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_firstpass.h 55 double MVrv;
vp9_firstpass.c 129 stats->MVrv,
164 section->MVrv = 0.0;
188 section->MVrv += frame->MVrv;
210 section->MVrv -= frame->MVrv;
857 fps.MVrv = ((double)sum_mvrs - (fps.MVr * fps.MVr / mvcount)) / mvcount;
867 fps.MVrv = 0.0;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
firstpass.c 162 stats->MVrv,
187 section->MVrv = 0.0;
209 section->MVrv += frame->MVrv;
231 section->MVrv -= frame->MVrv;
255 section->MVrv /= section->count;
818 fps.MVrv = 0.0;
834 fps.MVrv = ((double)sum_mvrs - (fps.MVr * fps.MVr / (double)mvcount)) / (double)mvcount;
    [all...]
onyx_int.h 112 double MVrv;
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 162 stats->MVrv,
187 section->MVrv = 0.0;
209 section->MVrv += frame->MVrv;
231 section->MVrv -= frame->MVrv;
255 section->MVrv /= section->count;
818 fps.MVrv = 0.0;
834 fps.MVrv = ((double)sum_mvrs - (fps.MVr * fps.MVr / (double)mvcount)) / (double)mvcount;
    [all...]
onyx_int.h 115 double MVrv;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
firstpass.c 162 stats->MVrv,
187 section->MVrv = 0.0;
209 section->MVrv += frame->MVrv;
231 section->MVrv -= frame->MVrv;
255 section->MVrv /= section->count;
818 fps.MVrv = 0.0;
834 fps.MVrv = ((double)sum_mvrs - (fps.MVr * fps.MVr / (double)mvcount)) / (double)mvcount;
    [all...]
onyx_int.h 115 double MVrv;

Completed in 184 milliseconds