Searched refs:LVCS_COMPGAINFRAME (Results 1 – 2 of 2) sorted by relevance
290 if(NumSamples < LVCS_COMPGAINFRAME) in LVCS_Process()315 LVCS_COMPGAINFRAME) / NumSamples); in LVCS_Process()352 if(SampleToProcess > LVCS_COMPGAINFRAME) in LVCS_Process()357 (LVM_INT32)(2 * LVCS_COMPGAINFRAME)); in LVCS_Process()358 pOutPtr += (2 * LVCS_COMPGAINFRAME); in LVCS_Process()359 SampleToProcess = (LVM_INT16)(SampleToProcess - LVCS_COMPGAINFRAME); in LVCS_Process()
54 #define LVCS_COMPGAINFRAME 64 /* Compressor gain update interval */ macro