Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
DLVCS_Process.cpp172 (channels == FCC_1) ? LVCS_COMPGAINFRAME : FCC_2 * LVCS_COMPGAINFRAME; in LVCS_Process()
223 if (NumSamples < LVCS_COMPGAINFRAME) { in LVCS_Process()
235 GainStep = (LVM_FLOAT)(((Gain - pInstance->CompressGain) * LVCS_COMPGAINFRAME) / in LVCS_Process()
262 if (SampleToProcess > LVCS_COMPGAINFRAME) { in LVCS_Process()
266 SampleToProcess = (LVM_INT16)(SampleToProcess - LVCS_COMPGAINFRAME); in LVCS_Process()
DLVCS_Private.h55 #define LVCS_COMPGAINFRAME 64 /* Compressor gain update interval */ macro