Searched refs:bytesCount (Results 1 – 3 of 3) sorted by relevance
47 bool CompareImagesPSNR(uint8 * img1, uint8 * img2, uint32 bytesCount, double psnrThreshold) in CompareImagesPSNR() argument51 for (uint32 i = 0; i < bytesCount; i++) in CompareImagesPSNR()57 mse = mse / (double)bytesCount; in CompareImagesPSNR()325 uint32 bytesCount = blkWidth * blkHeight * 48; in SUITE() local326 decompressedImage = MT::ArrayView<uint8>( MT::Memory::Alloc(bytesCount), bytesCount); in SUITE()
130 size_t bytesCount = sizeof(T) * CAPACITY; in Create() local131 data = Memory::Alloc(bytesCount, ALIGNMENT); in Create()
266 size_t bytesCount = sizeof(PoolItem) * N; in TaskPool() local267 data = Memory::Alloc(bytesCount, ALIGNMENT); in TaskPool()