Home
last modified time | relevance | path

Searched refs:pcnt_neutral (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.h53 double pcnt_neutral; member
Dvp9_firstpass.c127 stats->pcnt_neutral, in output_stats()
166 section->pcnt_neutral = 0.0; in zero_stats()
194 section->pcnt_neutral += frame->pcnt_neutral; in accumulate_stats()
220 section->pcnt_neutral -= frame->pcnt_neutral; in subtract_stats()
1054 fps.pcnt_neutral = (double)neutral_count / num_mbs; in vp9_first_pass()
1365 modified_pct_inter = frame->pcnt_inter - frame->pcnt_neutral; in get_sr_decay_rate()
2189 this_frame->pcnt_inter - this_frame->pcnt_neutral; in test_candidate_kf()
2239 local_next_frame.pcnt_neutral) < 0.20) && in test_candidate_kf()
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c157 stats->pcnt_neutral, in output_stats()
182 section->pcnt_neutral = 0.0; in zero_stats()
204 section->pcnt_neutral += frame->pcnt_neutral; in accumulate_stats()
226 section->pcnt_neutral -= frame->pcnt_neutral; in subtract_stats()
249 section->pcnt_neutral /= section->count; in avg_stats()
827 fps.pcnt_neutral = 1.0 * (double)neutral_count / cm->MBs; in vp8_first_pass()
2638 ((this_frame->pcnt_inter - this_frame->pcnt_neutral) < .25) && in test_candidate_kf()
2684 local_next_frame.pcnt_neutral) < 0.20) && in test_candidate_kf()
Donyx_int.h107 double pcnt_neutral; member