Searched refs:y_log2 (Results 1 – 1 of 1) sorted by relevance
272 int y_log2 = 31 - base::bits::CountLeadingZeros32(y_scaled); in RUNTIME_FUNCTION() local273 int y_log10 = ((y_log2 + 1) * 1233) >> 12; in RUNTIME_FUNCTION()