Searched refs:logMax (Results 1 – 2 of 2) sorted by relevance
293 float logMax = (float) Math.log(maxValue + 1);297 (float) Math.pow((Math.log(bucketedValues[i] + 1) / logMax), LOG_FACTOR)));315 float logMax = (float) Math.log(legendArea.height() + 1);318 (Math.log(legendArea.bottom - y + 1) / logMax), LOG_FACTOR);
323 float follow, logMax; in compute_frame_features() local349 logMax = -2; in compute_frame_features()353 Ly[i] = MAX16(logMax-7, MAX16(follow-1.5, Ly[i])); in compute_frame_features()354 logMax = MAX16(logMax, Ly[i]); in compute_frame_features()