Searched refs:log2sample (Results 1 – 1 of 1) sorted by relevance
1353 const UINT_32 log2sample = Log2(numSamples); in ComputeBlockDimensionForSurf() local1354 const UINT_32 q = log2sample >> 1; in ComputeBlockDimensionForSurf()1355 const UINT_32 r = log2sample & 1; in ComputeBlockDimensionForSurf()