OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LEVELS
(Results
1 - 2
of
2
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/experiments/
GainLinearityExperiment.java
32
private static final int
LEVELS
= 4;
50
return
LEVELS
;
55
float db = (trial - (
LEVELS
- 1)) * DB_STEP_SIZE;
65
short[][] pcms = new short[
LEVELS
][];
66
for (int i = 0; i <
LEVELS
; i++) {
69
// We specify the middle stimulus (
LEVELS
/ 2) as the "reference":
71
DB_STEP_SIZE,
LEVELS
/ 2);
/prebuilt/common/jfreechart/
jcommon-1.0.12.jar
Completed in 67 milliseconds