HomeSort by relevance Sort by last modified time
    Searched full:intercount (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 527 int intercount = 0; local
725 intercount++;
824 fps.pcnt_inter = 1.0 * (double)intercount / cm->MBs;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 506 int intercount = 0; local
738 intercount++;
830 fps.pcnt_inter = 1.0 * (double)intercount / cm->MBs;
    [all...]

Completed in 64 milliseconds