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

  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.h 92 double MVr;
vp9_firstpass.c 116 stats->inactive_zone_rows, stats->inactive_zone_cols, stats->MVr,
152 section->MVr = 0.0;
183 section->MVr += frame->MVr;
212 section->MVr -= frame->MVr;
760 fps->MVr = (double)(fp_acc_data->sum_mvr) / fp_acc_data->mvcount;
776 fps->MVr = 0.0;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 140 stats->MVr, stats->mvr_abs, stats->MVc, stats->mvc_abs, stats->MVrv,
157 section->MVr = 0.0;
178 section->MVr += frame->MVr;
199 section->MVr -= frame->MVr;
221 section->MVr /= section->count;
765 fps.MVr = 0.0;
780 fps.MVr = (double)sum_mvr / (double)mvcount;
784 fps.MVrv = ((double)sum_mvrs - (fps.MVr * fps.MVr / (double)mvcount))
    [all...]
onyx_int.h 101 double MVr;

Completed in 86 milliseconds