Searched refs:UserIC (Results 1 – 1 of 1) sorted by relevance
1811 unsigned UserIC = Hints.getInterleave(); in processLoop() local1831 if (IC == 1 && UserIC <= 1) { in processLoop()1837 if (UserIC == 1) in processLoop()1840 } else if (IC > 1 && UserIC == 1) { in processLoop()1850 IC = UserIC > 0 ? UserIC : IC; in processLoop()