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 313 stats->MVc,
347 section->MVc = 0.0;
367 section->MVc += frame->MVc;
389 section->MVc /= section->count;
542 vpx_memcpy(cm->fc.mvc, vp8_default_mv_context, sizeof(vp8_default_mv_context));
543 vp8_build_component_cost_table(cpi->mb.mvcost, cpi->mb.mvsadcost, (const MV_CONTEXT *) cm->fc.mvc, flag);
766 fps.MVc = 0.0;
781 fps.MVc = (double)sum_mvc / (double)mvcount;
784 fps.MVcv = ((double)sum_mvcs - (fps.MVc * fps.MVc / (double)mvcount)) / (double)mvcount
    [all...]
onyx_int.h 67 MV_CONTEXT mvc[2]; member in struct:__anon8483
105 double MVc;

Completed in 139 milliseconds