This appears benign and should be slightly quicker
This commit is contained in:
@@ -92,6 +92,10 @@ R3Stretcher::R3Stretcher(Parameters parameters,
|
|||||||
BinClassifier::Parameters classifierParameters
|
BinClassifier::Parameters classifierParameters
|
||||||
(classificationBins, 9, 1, 10, 2.0, 2.0);
|
(classificationBins, 9, 1, 10, 2.0, 2.0);
|
||||||
|
|
||||||
|
if (isSingleWindowed()) {
|
||||||
|
classifierParameters.horizontalFilterLength = 7;
|
||||||
|
}
|
||||||
|
|
||||||
int inRingBufferSize = getWindowSourceSize() * 2;
|
int inRingBufferSize = getWindowSourceSize() * 2;
|
||||||
int outRingBufferSize = getWindowSourceSize() * 16;
|
int outRingBufferSize = getWindowSourceSize() * 16;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user