Searched refs:LVCS_COMPGAINFRAME (Results 1 – 2 of 2) sorted by relevance
208 if(NumSamples < LVCS_COMPGAINFRAME) in LVCS_Process()225 … GainStep = (LVM_INT16)(((Gain-pInstance->CompressGain) * LVCS_COMPGAINFRAME)/NumSamples); in LVCS_Process()258 if(SampleToProcess > LVCS_COMPGAINFRAME) in LVCS_Process()263 (LVM_INT32)(2*LVCS_COMPGAINFRAME)); in LVCS_Process()264 pOutPtr +=(2*LVCS_COMPGAINFRAME); in LVCS_Process()265 SampleToProcess = (LVM_INT16)(SampleToProcess-LVCS_COMPGAINFRAME); in LVCS_Process()
60 #define LVCS_COMPGAINFRAME 64 /* Compressor gain update interval */ macro