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

  /external/libvpx/vp8/encoder/
firstpass.c 276 stats->MVc,
307 section->MVc = 0.0;
326 section->MVc += frame->MVc;
347 section->MVc /= section->count;
588 vpx_memcpy(cm->fc.mvc, vp8_default_mv_context, sizeof(vp8_default_mv_context));
589 vp8_build_component_cost_table(cpi->mb.mvcost, cpi->mb.mvsadcost, (const MV_CONTEXT *) cm->fc.mvc, flag);
810 fps.MVc = 0.0;
824 fps.MVc = (double)sum_mvc / (double)mvcount;
827 fps.MVcv = ((double)sum_mvcs - (fps.MVc * fps.MVc / (double)mvcount)) / (double)mvcount
    [all...]
onyx_int.h 63 MV_CONTEXT mvc[2]; member in struct:__anon5288
100 double MVc;

Completed in 78 milliseconds