comparison src/Silvet.cpp @ 79:5314d3361dfb timing

Halve number of iterations
author Chris Cannam
date Tue, 06 May 2014 11:23:07 +0100
parents 4422cf710cf4
children 21e7920556ed
comparison
equal deleted inserted replaced
77:4422cf710cf4 79:5314d3361dfb
383 fs[m_fcqOutputNo].push_back(f); 383 fs[m_fcqOutputNo].push_back(f);
384 } 384 }
385 385
386 int width = filtered.size(); 386 int width = filtered.size();
387 387
388 int iterations = 12; 388 int iterations = 6;
389 389
390 for (int i = 0; i < width; ++i) { 390 for (int i = 0; i < width; ++i) {
391 391
392 double sum = 0.0; 392 double sum = 0.0;
393 for (int j = 0; j < processingHeight; ++j) { 393 for (int j = 0; j < processingHeight; ++j) {