comparison src/Silvet.cpp @ 80:21e7920556ed timing

Timing outputs
author Chris Cannam
date Tue, 06 May 2014 11:26:33 +0100
parents 5314d3361dfb
children 81eaba98985b 840c0d703bbb
comparison
equal deleted inserted replaced
79:5314d3361dfb 80:21e7920556ed
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 = 6; 388 int iterations = 12;
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) {