Home
last modified time | relevance | path

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

/TaskScheduler/SchedulerTests/Tests/
H A DDxtTests.cpp47 bool CompareImagesPSNR(uint8 * img1, uint8 * img2, uint32 bytesCount, double psnrThreshold) in CompareImagesPSNR() argument
51 for (uint32 i = 0; i < bytesCount; i++) in CompareImagesPSNR()
57 mse = mse / (double)bytesCount; in CompareImagesPSNR()
325 uint32 bytesCount = blkWidth * blkHeight * 48; in SUITE() local
326 decompressedImage = MT::ArrayView<uint8>( MT::Memory::Alloc(bytesCount), bytesCount); in SUITE()
/TaskScheduler/Scheduler/Include/
H A DMTTaskQueue.h130 size_t bytesCount = sizeof(T) * CAPACITY; in Create() local
131 data = Memory::Alloc(bytesCount, ALIGNMENT); in Create()
H A DMTTaskPool.h266 size_t bytesCount = sizeof(PoolItem) * N; in TaskPool() local
267 data = Memory::Alloc(bytesCount, ALIGNMENT); in TaskPool()