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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_firstpass.h27 double pcnt_neutral; member in struct:__anon617
H A Dvp9_firstpass.c146 stats->pcnt_neutral,
171 section->pcnt_neutral = 0.0;
196 section->pcnt_neutral += frame->pcnt_neutral;
219 section->pcnt_neutral -= frame->pcnt_neutral;
242 section->pcnt_neutral /= section->count;
801 fps.pcnt_neutral = (double)neutral_count / cm->MBs;
1832 (((this_frame->pcnt_inter - this_frame->pcnt_neutral) < 0.35) &&
1869 local_next_frame.pcnt_neutral) < 0.2
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dfirstpass.c157 stats->pcnt_neutral,
182 section->pcnt_neutral = 0.0;
204 section->pcnt_neutral += frame->pcnt_neutral;
226 section->pcnt_neutral -= frame->pcnt_neutral;
249 section->pcnt_neutral /= section->count;
826 fps.pcnt_neutral = 1.0 * (double)neutral_count / cm->MBs;
2639 ((this_frame->pcnt_inter - this_frame->pcnt_neutral) < .25) &&
2685 local_next_frame.pcnt_neutral) < 0.2
[all...]
H A Donyx_int.h110 double pcnt_neutral; member in struct:__anon550

Completed in 57 milliseconds