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

  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.h 85 double pcnt_neutral; member in struct:__anon26230
vp9_firstpass.c 113 stats->pcnt_motion, stats->pcnt_second_ref, stats->pcnt_neutral,
145 section->pcnt_neutral = 0.0;
176 section->pcnt_neutral += frame->pcnt_neutral;
205 section->pcnt_neutral -= frame->pcnt_neutral;
759 fps->pcnt_neutral = (double)(fp_acc_data->neutral_count) / num_mbs;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 139 stats->pcnt_motion, stats->pcnt_second_ref, stats->pcnt_neutral,
156 section->pcnt_neutral = 0.0;
177 section->pcnt_neutral += frame->pcnt_neutral;
198 section->pcnt_neutral -= frame->pcnt_neutral;
219 section->pcnt_neutral /= section->count;
777 fps.pcnt_neutral = 1.0 * (double)neutral_count / cm->MBs;
    [all...]
onyx_int.h 100 double pcnt_neutral; member in struct:__anon26149

Completed in 131 milliseconds