Home
last modified time | relevance | path

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

/dports/graphics/freeimage/FreeImage/Source/LibJXR/image/sys/
H A Dstrcodec.c1206 float fltMegaPixels) in OutputIndivPerfTimer() argument
1219 1000000000 * fltMegaPixels / rResults.iElapsedTime); in OutputIndivPerfTimer()
1235 float fltMegaPixels; in OutputPerfTimerReport() local
1243 fltMegaPixels = (float)pState->WMII.cWidth * pState->WMII.cHeight / 1000000; in OutputPerfTimerReport()
1245 (int) pState->WMII.cWidth, (int) pState->WMII.cHeight, fltMegaPixels); in OutputPerfTimerReport()
1247 OutputIndivPerfTimer(pState->m_ptEncDecPerf, "m_ptEncDecPerf", "excl I/O", fltMegaPixels); in OutputPerfTimerReport()
1248 OutputIndivPerfTimer(pState->m_ptEndToEndPerf, "m_ptEndToEndPerf", "incl I/O", fltMegaPixels); in OutputPerfTimerReport()