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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_firstpass.h25 double pcnt_motion; member in struct:__anon24945
H A Dvp9_firstpass.c146 stats->pcnt_motion,
171 section->pcnt_motion = 0.0;
196 section->pcnt_motion += frame->pcnt_motion;
219 section->pcnt_motion -= frame->pcnt_motion;
245 section->pcnt_motion /= section->count;
813 fps.pcnt_motion = (double)mvcount / cm->MBs;
823 fps.pcnt_motion = 0.0;
1081 if (tmp_next_frame.pcnt_inter - tmp_next_frame.pcnt_motion < 0.99
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_firstpass.h48 double pcnt_motion; member in struct:__anon13173
H A Dvp9_firstpass.c122 stats->pcnt_motion,
157 section->pcnt_motion = 0.0;
181 section->pcnt_motion += frame->pcnt_motion;
203 section->pcnt_motion -= frame->pcnt_motion;
861 fps.pcnt_motion = (double)mvcount / cm->MBs;
871 fps.pcnt_motion = 0.0;
1085 frame->pcnt_motion * ((frame->mvc_abs + frame->mvr_abs) / 2);
1102 frame->pcnt_motion;
[all...]
H A Dvp9_encoder.c2021 (twopass->stats_in - 1)->pcnt_inter - (twopass->stats_in - 1)->pcnt_motion
2023 (twopass->stats_in - 2)->pcnt_inter - (twopass->stats_in - 2)->pcnt_motion
2025 twopass->stats_in->pcnt_inter - twopass->stats_in->pcnt_motion == 1);
/external/chromium_org/third_party/libvpx/source/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;
813 fps.pcnt_motion = 0.0;
839 fps.pcnt_motion = 1.0 * (double)mvcount / cpi->common.MBs;
924 double av_pct_motion = fpstats->pcnt_motion / fpstat
[all...]
H A Donyx_int.h105 double pcnt_motion; member in struct:__anon13086
/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;
813 fps.pcnt_motion = 0.0;
839 fps.pcnt_motion = 1.0 * (double)mvcount / cpi->common.MBs;
924 double av_pct_motion = fpstats->pcnt_motion / fpstat
[all...]
H A Donyx_int.h108 double pcnt_motion; member in struct:__anon24876

Completed in 524 milliseconds