Home
last modified time | relevance | path

Searched refs:blockcount (Results 1 – 1 of 1) sorted by relevance

/TaskScheduler/ThirdParty/Squish/
H A Dsquish.cpp131 int blockcount = ( ( width + 3 )/4 ) * ( ( height + 3 )/4 ); in GetStorageRequirements() local
133 return blockcount*blocksize; in GetStorageRequirements()