Searched refs:kDivideCodeBlockSizeMin (Results 1 – 1 of 1) sorted by relevance
30 static const UInt32 kDivideCodeBlockSizeMin = (1 << 7); // [1, (1 << 32)); ratio/speed tradeoff; us… variable867 if (numDivPasses > 1 && numValues >= kDivideCodeBlockSizeMin) in GetBlockPrice()