Searched defs:intercount (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_firstpass.h57 int intercount; member in struct:__anon11942
/external/libvpx/libvpx/vp8/encoder/
H A Dfirstpass.c491 int intercount = 0; local
681 intercount++;
775 fps.pcnt_inter = 1.0 * (double)intercount / cm->MBs;

Completed in 190 milliseconds