Searched refs:ppScratch (Results 1 – 3 of 3) sorted by relevance
162 pContext->ppScratch = new uint8_t*[pContext->NumWorkerThreads]; in SwrCreateContext()186 pContext->ppScratch[i] = (uint8_t*)VirtualAllocExNuma(GetCurrentProcess(), in SwrCreateContext()193 pContext->ppScratch[i] = in SwrCreateContext()447 VirtualFree(pContext->ppScratch[i], 0, MEM_RELEASE); in SwrDestroyContext()449 AlignedFree(pContext->ppScratch[i]); in SwrDestroyContext()461 delete[] pContext->ppScratch; in SwrDestroyContext()
552 uint8_t** ppScratch; member
81 csContext.pTGSM = pContext->ppScratch[workerId]; in ProcessComputeBE()