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

  /external/zopfli/src/zopflipng/lodepng/
lodepng.cpp 718 size_t sum = 0, numpresent = 0; local
731 numpresent++;
743 if(numpresent == 0)
747 else if(numpresent == 1)
764 coinmem = numpresent * 2; /*max amount of coins needed with the current algo*/
778 numcoins = numpresent;
808 numcoins += numpresent;
817 for(i = 0; i < numpresent - 1; i++)
    [all...]

Completed in 86 milliseconds