Lines Matching defs:RootIdx
40937 unsigned RootIdx = i >> RootRatioLog2;40938 if (RootMask[RootIdx] < 0) {40940 Mask[i] = RootMask[RootIdx];40946 ? RootMask[RootIdx]40947 : (RootMask[RootIdx] << RootRatioLog2) + (i & (RootRatio - 1));