Searched refs:pcnt_motion (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_firstpass.h51 double pcnt_motion; member in struct:__anon11108
H A Dvp9_firstpass.c125 stats->pcnt_motion,
164 section->pcnt_motion = 0.0;
192 section->pcnt_motion += frame->pcnt_motion;
218 section->pcnt_motion -= frame->pcnt_motion;
1070 fps.pcnt_motion = (double)mvcount / num_mbs;
1080 fps.pcnt_motion = 0.0;
1360 frame->pcnt_motion * ((frame->mvc_abs + frame->mvr_abs) / 2);
1384 frame->pcnt_motion;
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Dfirstpass.c155 stats->pcnt_motion,
180 section->pcnt_motion = 0.0;
202 section->pcnt_motion += frame->pcnt_motion;
224 section->pcnt_motion -= frame->pcnt_motion;
250 section->pcnt_motion /= section->count;
814 fps.pcnt_motion = 0.0;
840 fps.pcnt_motion = 1.0 * (double)mvcount / cpi->common.MBs;
925 double av_pct_motion = fpstats->pcnt_motion / fpstat
[all...]
H A Donyx_int.h105 double pcnt_motion; member in struct:__anon11039

Completed in 121 milliseconds