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

  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.h 83 double pcnt_motion; member in struct:__anon24784
vp9_firstpass.c 113 stats->pcnt_motion, stats->pcnt_second_ref, stats->pcnt_neutral,
143 section->pcnt_motion = 0.0;
174 section->pcnt_motion += frame->pcnt_motion;
203 section->pcnt_motion -= frame->pcnt_motion;
774 fps->pcnt_motion = (double)(fp_acc_data->mvcount) / num_mbs;
783 fps->pcnt_motion = 0.0;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 139 stats->pcnt_motion, stats->pcnt_second_ref, stats->pcnt_neutral,
154 section->pcnt_motion = 0.0;
175 section->pcnt_motion += frame->pcnt_motion;
196 section->pcnt_motion -= frame->pcnt_motion;
220 section->pcnt_motion /= section->count;
764 fps.pcnt_motion = 0.0;
791 fps.pcnt_motion = 1.0 * (double)mvcount / cpi->common.MBs;
866 double av_pct_motion = fpstats->pcnt_motion / fpstats->count
    [all...]
onyx_int.h 98 double pcnt_motion; member in struct:__anon24703

Completed in 210 milliseconds