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

  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 148 stats->pcnt_inter,
173 section->pcnt_inter = 0.0;
195 section->pcnt_inter += frame->pcnt_inter;
217 section->pcnt_inter -= frame->pcnt_inter;
241 section->pcnt_inter /= section->count;
818 fps.pcnt_inter = 0.0;
830 fps.pcnt_inter = 1.0 * (double)intercount / cm->MBs;
865 (cpi->twopass.this_frame_stats.pcnt_inter > 0.20) &
    [all...]
vp9_onyx_int.h 83 double pcnt_inter; member in struct:__anon23076
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 154 stats->pcnt_inter,
179 section->pcnt_inter = 0.0;
201 section->pcnt_inter += frame->pcnt_inter;
223 section->pcnt_inter -= frame->pcnt_inter;
247 section->pcnt_inter /= section->count;
812 fps.pcnt_inter = 0.0;
824 fps.pcnt_inter = 1.0 * (double)intercount / cm->MBs;
860 (cpi->twopass.this_frame_stats.pcnt_inter > 0.20) &
    [all...]
onyx_int.h 103 double pcnt_inter; member in struct:__anon23009

Completed in 106 milliseconds