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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_firstpass.h24 double pcnt_inter; member in struct:__anon24945
H A Dvp9_firstpass.c145 stats->pcnt_inter,
170 section->pcnt_inter = 0.0;
195 section->pcnt_inter += frame->pcnt_inter;
218 section->pcnt_inter -= frame->pcnt_inter;
242 section->pcnt_inter /= section->count;
800 fps.pcnt_inter = (double)intercount / cm->MBs;
841 (twopass->this_frame_stats.pcnt_inter > 0.20) &&
1054 return MIN(second_ref_decay, next_frame->pcnt_inter);
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_firstpass.h47 double pcnt_inter; member in struct:__anon13173
H A Dvp9_firstpass.c121 stats->pcnt_inter,
156 section->pcnt_inter = 0.0;
180 section->pcnt_inter += frame->pcnt_inter;
202 section->pcnt_inter -= frame->pcnt_inter;
848 fps.pcnt_inter = (double)intercount / cm->MBs;
895 (twopass->this_frame_stats.pcnt_inter > 0.20) &&
1086 const double pcnt_intra = 100 * (1.0 - frame->pcnt_inter);
1094 return MAX(sr_decay, MIN(DEFAULT_DECAY_LIMIT, frame->pcnt_inter));
[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.c154 stats->pcnt_inter,
179 section->pcnt_inter = 0.0;
201 section->pcnt_inter += frame->pcnt_inter;
223 section->pcnt_inter -= frame->pcnt_inter;
247 section->pcnt_inter /= section->count;
812 fps.pcnt_inter = 0.0;
824 fps.pcnt_inter = 1.0 * (double)intercount / cm->MBs;
860 (cpi->twopass.this_frame_stats.pcnt_inter > 0.2
[all...]
H A Donyx_int.h104 double pcnt_inter; member in struct:__anon13086
/external/libvpx/libvpx/vp8/encoder/
H A Dfirstpass.c154 stats->pcnt_inter,
179 section->pcnt_inter = 0.0;
201 section->pcnt_inter += frame->pcnt_inter;
223 section->pcnt_inter -= frame->pcnt_inter;
247 section->pcnt_inter /= section->count;
812 fps.pcnt_inter = 0.0;
824 fps.pcnt_inter = 1.0 * (double)intercount / cm->MBs;
860 (cpi->twopass.this_frame_stats.pcnt_inter > 0.2
[all...]
H A Donyx_int.h107 double pcnt_inter; member in struct:__anon24876

Completed in 6909 milliseconds