Searched refs:log2Width (Results 1 – 1 of 1) sorted by relevance
1471 const UINT_32 log2Width = (log2NumEle + (widthPrecedent ? 1 : 0)) / 2; in ComputeThinBlockDimension() local1473 *pWidth = 1u << log2Width; in ComputeThinBlockDimension()1474 *pHeight = 1u << (log2NumEle - log2Width); in ComputeThinBlockDimension()