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

  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.h 94 double MVc;
vp9_firstpass.c 117 stats->mvr_abs, stats->MVc, stats->mvc_abs, stats->MVrv,
154 section->MVc = 0.0;
185 section->MVc += frame->MVc;
214 section->MVc -= frame->MVc;
771 fps->MVc = (double)(fp_acc_data->sum_mvc) / fp_acc_data->mvcount;
787 fps->MVc = 0.0;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 140 stats->MVr, stats->mvr_abs, stats->MVc, stats->mvc_abs, stats->MVrv,
159 section->MVc = 0.0;
180 section->MVc += frame->MVc;
201 section->MVc -= frame->MVc;
223 section->MVc /= section->count;
536 memcpy(cm->fc.mvc, vp8_default_mv_context, sizeof(vp8_default_mv_context));
538 (const MV_CONTEXT *)cm->fc.mvc, flag);
767 fps.MVc = 0.0
    [all...]
onyx_int.h 68 MV_CONTEXT mvc[2]; member in struct:__anon26148
103 double MVc;

Completed in 80 milliseconds