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 284 stats->MVc,
323 section->MVc = 0.0;
342 section->MVc += frame->MVc;
363 section->MVc /= section->count;
570 vpx_memcpy(cm->fc.mvc, vp8_default_mv_context, sizeof(vp8_default_mv_context));
571 vp8_build_component_cost_table(cpi->mb.mvcost, cpi->mb.mvsadcost, (const MV_CONTEXT *) cm->fc.mvc, flag);
813 fps.MVc = 0.0;
827 fps.MVc = (double)sum_mvc / (double)mvcount;
830 fps.MVcv = ((double)sum_mvcs - (fps.MVc * fps.MVc / (double)mvcount)) / (double)mvcount
    [all...]
onyx_int.h 62 MV_CONTEXT mvc[2]; member in struct:__anon5124
99 double MVc;

Completed in 34 milliseconds