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

  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.h 30 double MVc;
vp9_firstpass.c 151 stats->MVc,
176 section->MVc = 0.0;
201 section->MVc += frame->MVc;
224 section->MVc -= frame->MVc;
248 section->MVc /= section->count;
807 fps.MVc = (double)sum_mvc / mvcount;
810 fps.MVcv = ((double)sum_mvcs - (fps.MVc * fps.MVc / mvcount)) / mvcount
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_firstpass.h 30 double MVc;
vp9_firstpass.c 149 stats->MVc,
174 section->MVc = 0.0;
199 section->MVc += frame->MVc;
222 section->MVc -= frame->MVc;
246 section->MVc /= section->count;
806 fps.MVc = (double)sum_mvc / mvcount;
809 fps.MVcv = ((double)sum_mvcs - (fps.MVc * fps.MVc / mvcount)) / mvcount
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_firstpass.h 53 double MVc;
vp9_firstpass.c 127 stats->MVc,
162 section->MVc = 0.0;
186 section->MVc += frame->MVc;
208 section->MVc -= frame->MVc;
855 fps.MVc = (double)sum_mvc / mvcount;
858 fps.MVcv = ((double)sum_mvcs - (fps.MVc * fps.MVc / mvcount)) / mvcount;
865 fps.MVc = 0.0
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
firstpass.c 160 stats->MVc,
185 section->MVc = 0.0;
207 section->MVc += frame->MVc;
229 section->MVc -= frame->MVc;
253 section->MVc /= section->count;
574 vpx_memcpy(cm->fc.mvc, vp8_default_mv_context, sizeof(vp8_default_mv_context));
575 vp8_build_component_cost_table(cpi->mb.mvcost, (const MV_CONTEXT *) cm->fc.mvc, flag);
816 fps.MVc = 0.0
    [all...]
onyx_int.h 73 MV_CONTEXT mvc[2]; member in struct:__anon17710
110 double MVc;
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 160 stats->MVc,
185 section->MVc = 0.0;
207 section->MVc += frame->MVc;
229 section->MVc -= frame->MVc;
253 section->MVc /= section->count;
574 vpx_memcpy(cm->fc.mvc, vp8_default_mv_context, sizeof(vp8_default_mv_context));
575 vp8_build_component_cost_table(cpi->mb.mvcost, (const MV_CONTEXT *) cm->fc.mvc, flag);
816 fps.MVc = 0.0
    [all...]
onyx_int.h 76 MV_CONTEXT mvc[2]; member in struct:__anon29486
113 double MVc;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
firstpass.c 160 stats->MVc,
185 section->MVc = 0.0;
207 section->MVc += frame->MVc;
229 section->MVc -= frame->MVc;
253 section->MVc /= section->count;
574 vpx_memcpy(cm->fc.mvc, vp8_default_mv_context, sizeof(vp8_default_mv_context));
575 vp8_build_component_cost_table(cpi->mb.mvcost, (const MV_CONTEXT *) cm->fc.mvc, flag);
816 fps.MVc = 0.0
    [all...]
onyx_int.h 76 MV_CONTEXT mvc[2]; member in struct:__anon40669
113 double MVc;

Completed in 113 milliseconds