Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
DLVCS_Private.h58 #define LVCS_SCRATCHBUFFERS 8 /* Number of buffers required for inplace processin… macro
60 #define LVCS_SCRATCHBUFFERS 6 /* Number of buffers required for inplace processin… macro
DLVCS_Process.cpp107 pStIn = pScratch + ((LVCS_SCRATCHBUFFERS - 2) * NrFrames); in LVCS_Process_CS()
254 ((LVCS_SCRATCHBUFFERS - 4) * NrFrames); in LVCS_Process()
DLVCS_Init.cpp102 (LVCS_SCRATCHBUFFERS * sizeof(LVM_FLOAT) * pCapabilities->MaxBlockSize); in LVCS_Memory()