Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.h27 double pcnt_neutral; member
Dvp9_firstpass.c146 stats->pcnt_neutral, in output_stats()
171 section->pcnt_neutral = 0.0; in zero_stats()
196 section->pcnt_neutral += frame->pcnt_neutral; in accumulate_stats()
219 section->pcnt_neutral -= frame->pcnt_neutral; in subtract_stats()
242 section->pcnt_neutral /= section->count; in avg_stats()
801 fps.pcnt_neutral = (double)neutral_count / cm->MBs; in vp9_first_pass()
1832 (((this_frame->pcnt_inter - this_frame->pcnt_neutral) < 0.35) && in test_candidate_kf()
1869 local_next_frame.pcnt_neutral) < 0.20) && in test_candidate_kf()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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()
826 fps.pcnt_neutral = 1.0 * (double)neutral_count / cm->MBs; in vp8_first_pass()
2639 ((this_frame->pcnt_inter - this_frame->pcnt_neutral) < .25) && in test_candidate_kf()
2685 local_next_frame.pcnt_neutral) < 0.20) && in test_candidate_kf()
Donyx_int.h110 double pcnt_neutral; member