Searched refs:blockcount (Results 1 – 1 of 1) sorted by relevance
131 int blockcount = ( ( width + 3 )/4 ) * ( ( height + 3 )/4 ); in GetStorageRequirements() local133 return blockcount*blocksize; in GetStorageRequirements()