Home
last modified time | relevance | path

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

/frameworks/wilhelm/tools/permute/
Dpermute.c41 static double minSegmentLengthSeconds = 1.0; variable
214 s.mMinSegmentLengthFrames = minSegmentLengthSeconds * sfinfo_in.samplerate; in permute()
317 minSegmentLengthSeconds = mval; in main()
334 if (meanSegmentLengthSeconds < minSegmentLengthSeconds) in main()
335 meanSegmentLengthSeconds = minSegmentLengthSeconds * 2.0; in main()