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

  /external/libaom/libaom/av1/encoder/
firstpass.h 82 double MVcv;
firstpass.c 79 stats->MVcv, stats->mv_in_out_count, stats->new_mv_count,
105 section->MVcv = 0.0;
132 section->MVcv += frame->MVcv;
783 fps.MVcv =
794 fps.MVcv = 0.0;
pass2_strategy.c 113 section->MVcv -= frame->MVcv;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.h 101 double MVcv;
vp9_firstpass.c 115 stats->MVcv, stats->mv_in_out_count, stats->count, stats->duration);
154 section->MVcv = 0.0;
185 section->MVcv += frame->MVcv;
214 section->MVcv -= frame->MVcv;
761 fps->MVcv = ((double)(fp_acc_data->sum_mvcs) -
774 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 232 milliseconds