Lines Matching defs:RootIdx
39892 unsigned RootIdx = i >> RootRatioLog2;39893 if (RootMask[RootIdx] < 0) {39895 Mask[i] = RootMask[RootIdx];39901 ? RootMask[RootIdx]39902 : (RootMask[RootIdx] << RootRatioLog2) + (i & (RootRatio - 1));