HomeSort by relevance Sort by last modified time
    Searched refs: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 489 int intercount = 0; local
680 intercount++;
772 fps.pcnt_inter = 1.0 * (double)intercount / cm->MBs;
    [all...]

Completed in 2256 milliseconds