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

  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.h 97 double MVcv;
vp9_firstpass.c 118 stats->MVcv, stats->mv_in_out_count, stats->count, stats->duration);
157 section->MVcv = 0.0;
188 section->MVcv += frame->MVcv;
217 section->MVcv -= frame->MVcv;
768 fps->MVcv = ((double)(fp_acc_data->sum_mvcs) -
781 fps->MVcv = 0.0;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 141 stats->MVcv, stats->mv_in_out_count, stats->new_mv_count,
162 section->MVcv = 0.0;
183 section->MVcv += frame->MVcv;
204 section->MVcv -= frame->MVcv;
226 section->MVcv /= section->count;
770 fps.MVcv = 0.0;
786 fps.MVcv = ((double)sum_mvcs - (fps.MVc * fps.MVc / (double)mvcount)) /
    [all...]
onyx_int.h 106 double MVcv;

Completed in 76 milliseconds