HomeSort by relevance Sort by last modified time
    Searched refs:pcnt_neutral (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 157 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;
    [all...]
onyx_int.h 106 double pcnt_neutral; member in struct:__anon21241
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 151 stats->pcnt_neutral,
176 section->pcnt_neutral = 0.0;
198 section->pcnt_neutral += frame->pcnt_neutral;
220 section->pcnt_neutral -= frame->pcnt_neutral;
243 section->pcnt_neutral /= section->count;
832 fps.pcnt_neutral = 1.0 * (double)neutral_count / cm->MBs;
    [all...]
vp9_onyx_int.h 86 double pcnt_neutral; member in struct:__anon21308

Completed in 75 milliseconds