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.c330 if(NumSamples < LVCS_COMPGAINFRAME) in LVCS_Process()
348 LVCS_COMPGAINFRAME) / NumSamples); in LVCS_Process()
381 if(SampleToProcess > LVCS_COMPGAINFRAME) in LVCS_Process()
386 (LVM_INT32)(2 * LVCS_COMPGAINFRAME)); in LVCS_Process()
387 pOutPtr += (2 * LVCS_COMPGAINFRAME); in LVCS_Process()
388 SampleToProcess = (LVM_INT16)(SampleToProcess - LVCS_COMPGAINFRAME); in LVCS_Process()
506 if(NumSamples < LVCS_COMPGAINFRAME) in LVCS_Process()
523 … GainStep = (LVM_INT16)(((Gain-pInstance->CompressGain) * LVCS_COMPGAINFRAME)/NumSamples); in LVCS_Process()
556 if(SampleToProcess > LVCS_COMPGAINFRAME) in LVCS_Process()
561 (LVM_INT32)(2*LVCS_COMPGAINFRAME)); in LVCS_Process()
[all …]
DLVCS_Private.h60 #define LVCS_COMPGAINFRAME 64 /* Compressor gain update interval */ macro