Home
last modified time | relevance | path

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

/dports/graphics/opencv/.build/3rdparty/ippicv/ippicv_lnx/iw/include/
H A Diw_owni.h186 size_t opMemory = (int)(pImage->m_step*pImage->m_size.height*multiplier); in owniSuggestThreadsNum() local
191 return IPP_MAX(1, (IPP_MIN((int)(opMemory/(l2cache*0.6)), maxThreads))); in owniSuggestThreadsNum()
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dprivate.hpp351 size_t opMemory = (int)(width*height*elemSize*multiplier); in ippiSuggestThreadsNum() local
359 return IPP_MAX(1, (IPP_MIN((int)(opMemory/l2cache), threads))); in ippiSuggestThreadsNum()
/dports/graphics/opencv/.build/3rdparty/ippicv/ippicv_lnx/iw/src/
H A Diw_image.c539 …IwSize opMemory = (IwSize)(pImage->m_size.width*pImage->m_size.height*pImage->m_typeSize*pIma… in owniSuggestTileSize_k2() local
555 nCaches = ((float)opMemory/l2cache); in owniSuggestTileSize_k2()