Home
last modified time | relevance | path

Searched refs:rampSize (Results 1 – 1 of 1) sorted by relevance

/cts/apps/CtsVerifier/jni/audio_loopback/analyzer/
DRoundedManchesterEncoder.h34 int rampSize = samplesPerPulse / 4; in RoundedManchesterEncoder() local
39 for (int rampIndex = 0; rampIndex < rampSize; rampIndex++) { in RoundedManchesterEncoder()
40 float phase = (rampIndex + 1) * M_PI / rampSize; in RoundedManchesterEncoder()
46 for (int rampIndex = 0; rampIndex < rampSize; rampIndex++) { in RoundedManchesterEncoder()
51 for (int rampIndex = 0; rampIndex < rampSize; rampIndex++) { in RoundedManchesterEncoder()
52 float phase = (rampIndex + 1) * M_PI / rampSize; in RoundedManchesterEncoder()
58 for (int rampIndex = 0; rampIndex < rampSize; rampIndex++) { in RoundedManchesterEncoder()