Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/
DrsCpuCore.cpp730 const uint32_t numAllocAccum = numThreads - (mtls->outFunc == nullptr); in launchReduceParallel() local
744 const size_t allocSize = mtls->accumStride * numAllocAccum; in launchReduceParallel()
748 mtls->accumAlloc = static_cast<uint8_t *>(malloc(mtls->accumStride * numAllocAccum)); in launchReduceParallel()