comparison transform/FeatureExtractionPluginTransform.cpp @ 176:4c120dfffe1d

...
author Chris Cannam
date Tue, 14 Aug 2007 19:37:10 +0000
parents 37cb005f7c40
children dab257bd9d2d
comparison
equal deleted inserted replaced
175:2599f0ffb89b 176:4c120dfffe1d
308 } else { 308 } else {
309 if (blockFrame >= endFrame) break; 309 if (blockFrame >= endFrame) break;
310 } 310 }
311 311
312 // std::cerr << "FeatureExtractionPluginTransform::run: blockFrame " 312 // std::cerr << "FeatureExtractionPluginTransform::run: blockFrame "
313 // << blockFrame << std::endl; 313 // << blockFrame << ", endFrame " << endFrame << ", blockSize "
314 // << m_context.blockSize << std::endl;
314 315
315 long completion = 316 long completion =
316 (((blockFrame - startFrame) / m_context.stepSize) * 99) / 317 (((blockFrame - startFrame) / m_context.stepSize) * 99) /
317 ( (endFrame - startFrame) / m_context.stepSize); 318 ( (endFrame - startFrame) / m_context.stepSize);
318 319