summaryrefslogtreecommitdiffstats
path: root/media/libeffects/lvm
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2010-08-27 10:52:56 -0700
committerEric Laurent <elaurent@google.com>2010-08-27 11:54:39 -0700
commitd918324d44aa48b3b064ea9b87d0c520c38f15a9 (patch)
tree83632ad570c190d498d18a8e15f8301ae5171ace /media/libeffects/lvm
parent14cc6fcf8803ae7289a1e342532c26fe257b3d3f (diff)
downloadframeworks_av-d918324d44aa48b3b064ea9b87d0c520c38f15a9.zip
frameworks_av-d918324d44aa48b3b064ea9b87d0c520c38f15a9.tar.gz
frameworks_av-d918324d44aa48b3b064ea9b87d0c520c38f15a9.tar.bz2
LVM release 1.07 delivery.
- Virtualizer now uses the correct control parameter, instead of reverberation - Volume smoothing for first frame has been added - Equalizer_setParameter now returns correct error code - Correcting Non-Linear compressor gain step noise during transitions and effect level changes - Removed SVN header blocks - Memory and MIPS values have been added to the API - Reverb uses a more efficient malloc for input PCM - Reverb DecayHFRatio now ranges up to 2000 - Logging has been removed for most volume functions Change-Id: Ib59e7e331263c3811559231b4ae90c82e34a8421
Diffstat (limited to 'media/libeffects/lvm')
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Bass/lib/LVDBE.h8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Bass/src/LVDBE_Coeffs.h0
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Bass/src/LVDBE_Control.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Bass/src/LVDBE_Init.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Bass/src/LVDBE_Private.h8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Bass/src/LVDBE_Process.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Bass/src/LVDBE_Tables.c7
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Bass/src/LVDBE_Tables.h8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Bundle/lib/LVM.h8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Bundle/src/LVM_API_Specials.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Bundle/src/LVM_Buffers.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Bundle/src/LVM_Coeffs.h0
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Bundle/src/LVM_Control.c10
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Bundle/src/LVM_Init.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Bundle/src/LVM_Private.h8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Bundle/src/LVM_Process.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Bundle/src/LVM_Tables.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Bundle/src/LVM_Tables.h8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/lib/AGC.h8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/lib/BIQUAD.h8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/lib/CompLim.h8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/lib/Filter.h9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/lib/InstAlloc.h7
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/lib/LVM_Common.h8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/lib/LVM_Macros.h8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/lib/LVM_Timer.h9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/lib/LVM_Types.h8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/lib/Mixer.h8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/lib/ScalarArithmetic.h8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/lib/VectorArithmetic.h8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/AGC_MIX_VOL_2St1Mon_D32_WRA.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/Abs_32.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/Add2_Sat_16x16.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/Add2_Sat_32x32.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/BP_1I_D16F16C14_TRC_WRA_01.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/BP_1I_D16F16Css_TRC_WRA_01_Init.c5
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/BP_1I_D16F16Css_TRC_WRA_01_Private.h8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/BP_1I_D16F32C30_TRC_WRA_01.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/BP_1I_D16F32Cll_TRC_WRA_01_Init.c5
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/BP_1I_D16F32Cll_TRC_WRA_01_Private.h8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/BP_1I_D32F32C30_TRC_WRA_02.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/BP_1I_D32F32Cll_TRC_WRA_02_Init.c5
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/BP_1I_D32F32Cll_TRC_WRA_02_Private.h8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/BQ_1I_D16F16C15_TRC_WRA_01.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/BQ_1I_D16F16Css_TRC_WRA_01_Init.c5
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/BQ_1I_D16F16Css_TRC_WRA_01_Private.h8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/BQ_1I_D16F32C14_TRC_WRA_01.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/BQ_1I_D16F32Css_TRC_WRA_01_Private.h8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/BQ_1I_D16F32Css_TRC_WRA_01_init.c5
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/BQ_2I_D16F16C14_TRC_WRA_01.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/BQ_2I_D16F16C15_TRC_WRA_01.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/BQ_2I_D16F16Css_TRC_WRA_01_Init.c5
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/BQ_2I_D16F16Css_TRC_WRA_01_Private.h9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/BQ_2I_D16F32C13_TRC_WRA_01.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/BQ_2I_D16F32C14_TRC_WRA_01.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/BQ_2I_D16F32C15_TRC_WRA_01.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/BQ_2I_D16F32Css_TRC_WRA_01_Private.h9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/BQ_2I_D16F32Css_TRC_WRA_01_init.c6
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/BQ_2I_D32F32C30_TRC_WRA_01.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/BQ_2I_D32F32Cll_TRC_WRA_01_Init.c5
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/BQ_2I_D32F32Cll_TRC_WRA_01_Private.h9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/CompLim_private.h8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/Copy_16.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/Core_MixHard_2St_D32C31_SAT.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/Core_MixInSoft_D32C31_SAT.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/Core_MixSoft_1St_D32C31_WRA.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/DC_2I_D16_TRC_WRA_01.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/DC_2I_D16_TRC_WRA_01_Init.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/DC_2I_D16_TRC_WRA_01_Private.h9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/DelayAllPass_Sat_32x16To32.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/DelayMix_16x16.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/DelayWrite_32.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/FO_1I_D16F16C15_TRC_WRA_01.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/FO_1I_D16F16Css_TRC_WRA_01_Init.c5
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/FO_1I_D16F16Css_TRC_WRA_01_Private.h9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/FO_1I_D32F32C31_TRC_WRA_01.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/FO_1I_D32F32Cll_TRC_WRA_01_Init.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/FO_1I_D32F32Cll_TRC_WRA_01_Private.h9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/FO_2I_D16F32C15_LShx_TRC_WRA_01.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/FO_2I_D16F32Css_LShx_TRC_WRA_01_Init.c5
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/FO_2I_D16F32Css_LShx_TRC_WRA_01_Private.h9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/Filters.h8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/From2iToMS_16x16.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/From2iToMono_16.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/From2iToMono_32.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/InstAlloc.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/Int16LShiftToInt32_16x32.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/Int32RShiftToInt16_Sat_32x16.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/JoinTo2i_32x32.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/LVC_Core_MixHard_1St_2i_D16C31_SAT.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/LVC_Core_MixHard_2St_D16C31_SAT.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/LVC_Core_MixInSoft_D16C31_SAT.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/LVC_Core_MixSoft_1St_2i_D16C31_WRA.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/LVC_Core_MixSoft_1St_D16C31_WRA.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/LVC_MixInSoft_D16C31_SAT.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/LVC_MixSoft_1St_2i_D16C31_SAT.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/LVC_MixSoft_1St_D16C31_SAT.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/LVC_MixSoft_2St_D16C31_SAT.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/LVC_Mixer.h8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/LVC_Mixer_GetCurrent.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/LVC_Mixer_GetTarget.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/LVC_Mixer_Init.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/LVC_Mixer_Private.h8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/LVC_Mixer_SetTarget.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/LVC_Mixer_SetTimeConstant.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/LVC_Mixer_VarSlope_SetTimeConstant.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/LVM_FO_HPF.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/LVM_FO_LPF.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/LVM_GetOmega.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/LVM_Mixer_FilterCoeffs.h9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/LVM_Mixer_TimeConstant.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/LVM_Polynomial.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/LVM_Power10.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/LVM_Timer.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/LVM_Timer_Init.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/LVM_Timer_Private.h9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/LoadConst_16.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/LoadConst_32.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/MSTo2i_Sat_16x16.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/Mac3s_Sat_16x16.c0
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/Mac3s_Sat_32x16.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/MixInSoft_D32C31_SAT.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/MixSoft_1St_D32C31_WRA.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/MixSoft_2St_D32C31_SAT.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/Mixer_private.h8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/MonoTo2I_16.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/MonoTo2I_32.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/Mult3s_32x16.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/NonLinComp_D16.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/PK_2I_D32F32C14G11_TRC_WRA_01.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/PK_2I_D32F32C30G11_TRC_WRA_01.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/PK_2I_D32F32CllGss_TRC_WRA_01_Init.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/PK_2I_D32F32CllGss_TRC_WRA_01_Private.h9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/PK_2I_D32F32CssGss_TRC_WRA_01_Init.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/PK_2I_D32F32CssGss_TRC_WRA_01_Private.h9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/Shift_Sat_v16xv16.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/Shift_Sat_v32xv32.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/dB_to_Lin32.c0
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Common/src/mult3s_16x16.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Eq/lib/LVEQNB.h8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Eq/src/LVEQNB_CalcCoef.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Eq/src/LVEQNB_Coeffs.h0
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Eq/src/LVEQNB_Control.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Eq/src/LVEQNB_Init.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Eq/src/LVEQNB_Private.h8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Eq/src/LVEQNB_Process.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Eq/src/LVEQNB_Tables.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Reverb/lib/LVREV.h9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Reverb/src/LVREV_ApplyNewSettings.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Reverb/src/LVREV_ClearAudioBuffers.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Reverb/src/LVREV_GetControlParameters.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Reverb/src/LVREV_GetInstanceHandle.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Reverb/src/LVREV_GetMemoryTable.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Reverb/src/LVREV_Private.h9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Reverb/src/LVREV_Process.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Reverb/src/LVREV_SetControlParameters.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Reverb/src/LVREV_Tables.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Reverb/src/LVREV_Tables.h9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/SpectrumAnalyzer/lib/LVPSA.h8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/SpectrumAnalyzer/src/LVPSA_Control.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/SpectrumAnalyzer/src/LVPSA_Init.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/SpectrumAnalyzer/src/LVPSA_Memory.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/SpectrumAnalyzer/src/LVPSA_Private.h8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/SpectrumAnalyzer/src/LVPSA_Process.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/SpectrumAnalyzer/src/LVPSA_QPD.h8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/SpectrumAnalyzer/src/LVPSA_QPD_Init.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/SpectrumAnalyzer/src/LVPSA_QPD_Process.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/SpectrumAnalyzer/src/LVPSA_Tables.c9
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/StereoWidening/lib/LVCS.h8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/StereoWidening/src/LVCS_BypassMix.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/StereoWidening/src/LVCS_BypassMix.h8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/StereoWidening/src/LVCS_Control.c10
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/StereoWidening/src/LVCS_Equaliser.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/StereoWidening/src/LVCS_Equaliser.h8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/StereoWidening/src/LVCS_Headphone_Coeffs.h0
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/StereoWidening/src/LVCS_Init.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/StereoWidening/src/LVCS_Private.h10
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/StereoWidening/src/LVCS_Process.c86
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/StereoWidening/src/LVCS_ReverbGenerator.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/StereoWidening/src/LVCS_ReverbGenerator.h8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/StereoWidening/src/LVCS_StereoEnhancer.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/StereoWidening/src/LVCS_StereoEnhancer.h8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/StereoWidening/src/LVCS_Tables.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/StereoWidening/src/LVCS_Tables.h7
-rw-r--r--media/libeffects/lvm/wrapper/Bundle/EffectBundle.cpp180
-rw-r--r--media/libeffects/lvm/wrapper/Bundle/EffectBundle.h13
-rwxr-xr-xmedia/libeffects/lvm/wrapper/Reverb/EffectReverb.cpp78
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/wrapper/Reverb/EffectReverb.h8
188 files changed, 231 insertions, 1599 deletions
diff --git a/media/libeffects/lvm/lib/Bass/lib/LVDBE.h b/media/libeffects/lvm/lib/Bass/lib/LVDBE.h
index 48731df..228977d 100755..100644
--- a/media/libeffects/lvm/lib/Bass/lib/LVDBE.h
+++ b/media/libeffects/lvm/lib/Bass/lib/LVDBE.h
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/****************************************************************************************
-
- $Author: nxp007753 $
- $Revision: 1081 $
- $Date: 2010-07-05 11:48:44 +0200 (Mon, 05 Jul 2010) $
-
-*****************************************************************************************/
-
/****************************************************************************************/
/* */
/* Header file for the application layer interface of Dynamic Bass Enhancement */
diff --git a/media/libeffects/lvm/lib/Bass/src/LVDBE_Coeffs.h b/media/libeffects/lvm/lib/Bass/src/LVDBE_Coeffs.h
index 94a7869..94a7869 100755..100644
--- a/media/libeffects/lvm/lib/Bass/src/LVDBE_Coeffs.h
+++ b/media/libeffects/lvm/lib/Bass/src/LVDBE_Coeffs.h
diff --git a/media/libeffects/lvm/lib/Bass/src/LVDBE_Control.c b/media/libeffects/lvm/lib/Bass/src/LVDBE_Control.c
index 4a9dc72..ab2a832 100755..100644
--- a/media/libeffects/lvm/lib/Bass/src/LVDBE_Control.c
+++ b/media/libeffects/lvm/lib/Bass/src/LVDBE_Control.c
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/****************************************************************************************
-
- $Author: beq06068 $
- $Revision: 1401 $
- $Date: 2010-08-03 09:52:22 +0200 (Tue, 03 Aug 2010) $
-
-*****************************************************************************************/
-
/****************************************************************************************/
/* */
/* Includes */
diff --git a/media/libeffects/lvm/lib/Bass/src/LVDBE_Init.c b/media/libeffects/lvm/lib/Bass/src/LVDBE_Init.c
index 95c421d..3b3c07c 100755..100644
--- a/media/libeffects/lvm/lib/Bass/src/LVDBE_Init.c
+++ b/media/libeffects/lvm/lib/Bass/src/LVDBE_Init.c
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/****************************************************************************************
-
- $Author: beq06068 $
- $Revision: 1399 $
- $Date: 2010-08-03 08:16:00 +0200 (Tue, 03 Aug 2010) $
-
-*****************************************************************************************/
-
/****************************************************************************************/
/* */
/* Includes */
diff --git a/media/libeffects/lvm/lib/Bass/src/LVDBE_Private.h b/media/libeffects/lvm/lib/Bass/src/LVDBE_Private.h
index df32873..495b38f 100755..100644
--- a/media/libeffects/lvm/lib/Bass/src/LVDBE_Private.h
+++ b/media/libeffects/lvm/lib/Bass/src/LVDBE_Private.h
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/****************************************************************************************
-
- $Author: beq06068 $
- $Revision: 1399 $
- $Date: 2010-08-03 08:16:00 +0200 (Tue, 03 Aug 2010) $
-
-*****************************************************************************************/
-
/****************************************************************************************/
/* */
/* Header file for the private layer interface of Dynamic Bass Enhancement module */
diff --git a/media/libeffects/lvm/lib/Bass/src/LVDBE_Process.c b/media/libeffects/lvm/lib/Bass/src/LVDBE_Process.c
index 04032c0..69d79d2 100755..100644
--- a/media/libeffects/lvm/lib/Bass/src/LVDBE_Process.c
+++ b/media/libeffects/lvm/lib/Bass/src/LVDBE_Process.c
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/****************************************************************************************
-
- $Author: beq06068 $
- $Revision: 1400 $
- $Date: 2010-08-03 09:22:37 +0200 (Tue, 03 Aug 2010) $
-
-*****************************************************************************************/
-
/****************************************************************************************/
/* */
/* Includes */
diff --git a/media/libeffects/lvm/lib/Bass/src/LVDBE_Tables.c b/media/libeffects/lvm/lib/Bass/src/LVDBE_Tables.c
index da8ca5a..f5d229e 100755..100644
--- a/media/libeffects/lvm/lib/Bass/src/LVDBE_Tables.c
+++ b/media/libeffects/lvm/lib/Bass/src/LVDBE_Tables.c
@@ -14,13 +14,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-/************************************************************************************
-
- $Author: beq07716 $
- $Revision: 1009 $
- $Date: 2010-06-28 14:14:15 +0200 (Mon, 28 Jun 2010) $
-
-*************************************************************************************/
/************************************************************************************/
diff --git a/media/libeffects/lvm/lib/Bass/src/LVDBE_Tables.h b/media/libeffects/lvm/lib/Bass/src/LVDBE_Tables.h
index 4cb6d21..476e6a0 100755..100644
--- a/media/libeffects/lvm/lib/Bass/src/LVDBE_Tables.h
+++ b/media/libeffects/lvm/lib/Bass/src/LVDBE_Tables.h
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/************************************************************************************
-
- $Author: beq07716 $
- $Revision: 1009 $
- $Date: 2010-06-28 14:14:15 +0200 (Mon, 28 Jun 2010) $
-
-*************************************************************************************/
-
/************************************************************************************/
/* */
diff --git a/media/libeffects/lvm/lib/Bundle/lib/LVM.h b/media/libeffects/lvm/lib/Bundle/lib/LVM.h
index d472182..1ff2a2c 100755..100644
--- a/media/libeffects/lvm/lib/Bundle/lib/LVM.h
+++ b/media/libeffects/lvm/lib/Bundle/lib/LVM.h
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/*****************************************************************************************
-
- $Author: beq07716 $
- $Revision: 1002 $
- $Date: 2010-06-28 13:40:09 +0200 (Mon, 28 Jun 2010) $
-
-*****************************************************************************************/
-
/****************************************************************************************/
/* */
/* Header file for the application layer interface of Concert Sound, Bass Enhancement, */
diff --git a/media/libeffects/lvm/lib/Bundle/src/LVM_API_Specials.c b/media/libeffects/lvm/lib/Bundle/src/LVM_API_Specials.c
index 2f6fa4c..07b7f0e 100755..100644
--- a/media/libeffects/lvm/lib/Bundle/src/LVM_API_Specials.c
+++ b/media/libeffects/lvm/lib/Bundle/src/LVM_API_Specials.c
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/****************************************************************************************
-
- $Author: beq07716 $
- $Revision: 1002 $
- $Date: 2010-06-28 13:40:09 +0200 (Mon, 28 Jun 2010) $
-
-*****************************************************************************************/
-
/****************************************************************************************/
/* */
diff --git a/media/libeffects/lvm/lib/Bundle/src/LVM_Buffers.c b/media/libeffects/lvm/lib/Bundle/src/LVM_Buffers.c
index 7273400..6cbee7d 100755..100644
--- a/media/libeffects/lvm/lib/Bundle/src/LVM_Buffers.c
+++ b/media/libeffects/lvm/lib/Bundle/src/LVM_Buffers.c
@@ -16,14 +16,6 @@
*/
-/****************************************************************************************
-
- $Author: nxp007753 $
- $Revision: 1316 $
- $Date: 2010-07-23 11:53:24 +0200 (Fri, 23 Jul 2010) $
-
-*****************************************************************************************/
-
/****************************************************************************************/
/* */
/* Includes */
diff --git a/media/libeffects/lvm/lib/Bundle/src/LVM_Coeffs.h b/media/libeffects/lvm/lib/Bundle/src/LVM_Coeffs.h
index f578db9..f578db9 100755..100644
--- a/media/libeffects/lvm/lib/Bundle/src/LVM_Coeffs.h
+++ b/media/libeffects/lvm/lib/Bundle/src/LVM_Coeffs.h
diff --git a/media/libeffects/lvm/lib/Bundle/src/LVM_Control.c b/media/libeffects/lvm/lib/Bundle/src/LVM_Control.c
index cec7501..72564d4 100755..100644
--- a/media/libeffects/lvm/lib/Bundle/src/LVM_Control.c
+++ b/media/libeffects/lvm/lib/Bundle/src/LVM_Control.c
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/****************************************************************************************
-
- $Author: nxp007753 $
- $Revision: 1331 $
- $Date: 2010-07-27 12:26:23 +0200 (Tue, 27 Jul 2010) $
-
-*****************************************************************************************/
-
/****************************************************************************************/
/* */
@@ -201,7 +193,6 @@ LVM_ReturnStatus_en LVM_SetControlParameters(LVM_Handle_t hInstance,
* the copy to NewParams then one frame may have mixed parameters, some old and some new.
*/
pInstance->ControlPending = LVM_TRUE;
- pInstance->NoSmoothVolume = LVM_FALSE;
return(LVM_SUCCESS);
}
@@ -830,6 +821,7 @@ LVM_ReturnStatus_en LVM_ApplyNewSettings(LVM_Handle_t hInstance)
/*
* Update the parameters and clear the flag
*/
+ pInstance->NoSmoothVolume = LVM_FALSE;
pInstance->Params = LocalParams;
diff --git a/media/libeffects/lvm/lib/Bundle/src/LVM_Init.c b/media/libeffects/lvm/lib/Bundle/src/LVM_Init.c
index 323a2a3..20370b7 100755..100644
--- a/media/libeffects/lvm/lib/Bundle/src/LVM_Init.c
+++ b/media/libeffects/lvm/lib/Bundle/src/LVM_Init.c
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/************************************************************************************
-
- $Author: nxp007753 $
- $Revision: 1316 $
- $Date: 2010-07-23 11:53:24 +0200 (Fri, 23 Jul 2010) $
-
-*************************************************************************************/
-
/************************************************************************************/
/* */
/* Includes */
diff --git a/media/libeffects/lvm/lib/Bundle/src/LVM_Private.h b/media/libeffects/lvm/lib/Bundle/src/LVM_Private.h
index f70e473..2d1cf42 100755..100644
--- a/media/libeffects/lvm/lib/Bundle/src/LVM_Private.h
+++ b/media/libeffects/lvm/lib/Bundle/src/LVM_Private.h
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/**********************************************************************************
-
- $Author: nxp007753 $
- $Revision: 1082 $
- $Date: 2010-07-05 12:44:39 +0200 (Mon, 05 Jul 2010) $
-
-***********************************************************************************/
-
/************************************************************************************/
/* */
/* Header file for the private layer interface of concert sound bundle */
diff --git a/media/libeffects/lvm/lib/Bundle/src/LVM_Process.c b/media/libeffects/lvm/lib/Bundle/src/LVM_Process.c
index bad9450..794271b 100755..100644
--- a/media/libeffects/lvm/lib/Bundle/src/LVM_Process.c
+++ b/media/libeffects/lvm/lib/Bundle/src/LVM_Process.c
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/****************************************************************************************
-
- $Author: beq07716 $
- $Revision: 1002 $
- $Date: 2010-06-28 13:40:09 +0200 (Mon, 28 Jun 2010) $
-
-*****************************************************************************************/
-
/****************************************************************************************/
/* */
diff --git a/media/libeffects/lvm/lib/Bundle/src/LVM_Tables.c b/media/libeffects/lvm/lib/Bundle/src/LVM_Tables.c
index cb33541..e14f909 100755..100644
--- a/media/libeffects/lvm/lib/Bundle/src/LVM_Tables.c
+++ b/media/libeffects/lvm/lib/Bundle/src/LVM_Tables.c
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/************************************************************************************
-
- $Author: beq07716 $
- $Revision: 1002 $
- $Date: 2010-06-28 13:40:09 +0200 (Mon, 28 Jun 2010) $
-
-*************************************************************************************/
-
/************************************************************************************/
/* */
/* Includes */
diff --git a/media/libeffects/lvm/lib/Bundle/src/LVM_Tables.h b/media/libeffects/lvm/lib/Bundle/src/LVM_Tables.h
index 574f641..a7601ff 100755..100644
--- a/media/libeffects/lvm/lib/Bundle/src/LVM_Tables.h
+++ b/media/libeffects/lvm/lib/Bundle/src/LVM_Tables.h
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/************************************************************************************
-
- $Author: beq07716 $
- $Revision: 1002 $
- $Date: 2010-06-28 13:40:09 +0200 (Mon, 28 Jun 2010) $
-
-*************************************************************************************/
-
#ifndef __LVM_TABLES_H__
#define __LVM_TABLES_H__
diff --git a/media/libeffects/lvm/lib/Common/lib/AGC.h b/media/libeffects/lvm/lib/Common/lib/AGC.h
index 980a8e3..2080d64 100755..100644
--- a/media/libeffects/lvm/lib/Common/lib/AGC.h
+++ b/media/libeffects/lvm/lib/Common/lib/AGC.h
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/**********************************************************************************
-
- $Author: beq07716 $
- $Revision: 1000 $
- $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $
-
-***********************************************************************************/
-
#ifndef __AGC_H__
#define __AGC_H__
diff --git a/media/libeffects/lvm/lib/Common/lib/BIQUAD.h b/media/libeffects/lvm/lib/Common/lib/BIQUAD.h
index 08e5a6f..7ac7fbd 100755..100644
--- a/media/libeffects/lvm/lib/Common/lib/BIQUAD.h
+++ b/media/libeffects/lvm/lib/Common/lib/BIQUAD.h
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/**********************************************************************************
-
- $Author: beq07716 $
- $Revision: 722 $
- $Date: 2010-06-10 15:12:34 +0200 (Thu, 10 Jun 2010) $
-
-***********************************************************************************/
-
#ifndef _BIQUAD_H_
#define _BIQUAD_H_
diff --git a/media/libeffects/lvm/lib/Common/lib/CompLim.h b/media/libeffects/lvm/lib/Common/lib/CompLim.h
index df9b583..4cb8aa2 100755..100644
--- a/media/libeffects/lvm/lib/Common/lib/CompLim.h
+++ b/media/libeffects/lvm/lib/Common/lib/CompLim.h
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/**********************************************************************************
-
- $Author: nxp27078 $
- $Revision: 672 $
- $Date: 2010-06-08 19:39:38 +0200 (Tue, 08 Jun 2010) $
-
-***********************************************************************************/
-
#ifndef _COMP_LIM_H
#define _COMP_LIM_H
diff --git a/media/libeffects/lvm/lib/Common/lib/Filter.h b/media/libeffects/lvm/lib/Common/lib/Filter.h
index 93ccbcb..229701a 100755..100644
--- a/media/libeffects/lvm/lib/Common/lib/Filter.h
+++ b/media/libeffects/lvm/lib/Common/lib/Filter.h
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 771 $*/
-/* $Date: 2010-06-14 10:41:36 +0200 (Mon, 14 Jun 2010) $*/
-/* */
-/************************************************************************/
-
#ifndef _FILTER_H_
#define _FILTER_H_
diff --git a/media/libeffects/lvm/lib/Common/lib/InstAlloc.h b/media/libeffects/lvm/lib/Common/lib/InstAlloc.h
index 31409bf..c6954f2 100755..100644
--- a/media/libeffects/lvm/lib/Common/lib/InstAlloc.h
+++ b/media/libeffects/lvm/lib/Common/lib/InstAlloc.h
@@ -15,13 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
#ifndef __INSTALLOC_H__
#define __INSTALLOC_H__
diff --git a/media/libeffects/lvm/lib/Common/lib/LVM_Common.h b/media/libeffects/lvm/lib/Common/lib/LVM_Common.h
index f0f893d..ceccd7b 100755..100644
--- a/media/libeffects/lvm/lib/Common/lib/LVM_Common.h
+++ b/media/libeffects/lvm/lib/Common/lib/LVM_Common.h
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/*****************************************************************************************
-
- $Author: nxp27078 $
- $Revision: 672 $
- $Date: 2010-06-08 19:39:38 +0200 (Tue, 08 Jun 2010) $
-
-*****************************************************************************************/
-
/****************************************************************************************/
/* */
/* Header file for the common definitions used within the bundle and its algorithms. */
diff --git a/media/libeffects/lvm/lib/Common/lib/LVM_Macros.h b/media/libeffects/lvm/lib/Common/lib/LVM_Macros.h
index 8bd363d..97d13a5 100755..100644
--- a/media/libeffects/lvm/lib/Common/lib/LVM_Macros.h
+++ b/media/libeffects/lvm/lib/Common/lib/LVM_Macros.h
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/**********************************************************************************
-
- $Author: beq07716 $
- $Revision: 1000 $
- $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $
-
-***********************************************************************************/
-
#ifndef _LVM_MACROS_H_
#define _LVM_MACROS_H_
diff --git a/media/libeffects/lvm/lib/Common/lib/LVM_Timer.h b/media/libeffects/lvm/lib/Common/lib/LVM_Timer.h
index 22a16d6..81e288c 100755..100644
--- a/media/libeffects/lvm/lib/Common/lib/LVM_Timer.h
+++ b/media/libeffects/lvm/lib/Common/lib/LVM_Timer.h
@@ -17,14 +17,7 @@
#ifndef __LVM_TIMER_H__
#define __LVM_TIMER_H__
-/************************************************************************/
-/* */
-/* Project:: My Project */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
+
#include "LVM_Types.h"
/****************************************************************************************/
diff --git a/media/libeffects/lvm/lib/Common/lib/LVM_Types.h b/media/libeffects/lvm/lib/Common/lib/LVM_Types.h
index e4649ba..81655dd 100755..100644
--- a/media/libeffects/lvm/lib/Common/lib/LVM_Types.h
+++ b/media/libeffects/lvm/lib/Common/lib/LVM_Types.h
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/****************************************************************************************
-
- $Author: beq07716 $
- $Revision: 1000 $
- $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $
-
-*****************************************************************************************/
-
/****************************************************************************************/
/* */
/* Header file defining the standard LifeVibes types for use in the application layer */
diff --git a/media/libeffects/lvm/lib/Common/lib/Mixer.h b/media/libeffects/lvm/lib/Common/lib/Mixer.h
index d741980..89deb0d 100755..100644
--- a/media/libeffects/lvm/lib/Common/lib/Mixer.h
+++ b/media/libeffects/lvm/lib/Common/lib/Mixer.h
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/**********************************************************************************
-
- $Author: beq07716 $
- $Revision: 1000 $
- $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $
-
-***********************************************************************************/
-
#ifndef __MIXER_H__
#define __MIXER_H__
diff --git a/media/libeffects/lvm/lib/Common/lib/ScalarArithmetic.h b/media/libeffects/lvm/lib/Common/lib/ScalarArithmetic.h
index c66e201..3d62704 100755..100644
--- a/media/libeffects/lvm/lib/Common/lib/ScalarArithmetic.h
+++ b/media/libeffects/lvm/lib/Common/lib/ScalarArithmetic.h
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
#ifndef __SCALARARITHMETIC_H__
#define __SCALARARITHMETIC_H__
diff --git a/media/libeffects/lvm/lib/Common/lib/VectorArithmetic.h b/media/libeffects/lvm/lib/Common/lib/VectorArithmetic.h
index 290a996..2b791bd 100755..100644
--- a/media/libeffects/lvm/lib/Common/lib/VectorArithmetic.h
+++ b/media/libeffects/lvm/lib/Common/lib/VectorArithmetic.h
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/**********************************************************************************
-
- $Author: beq07716 $
- $Revision: 853 $
- $Date: 2010-06-16 15:10:28 +0200 (Wed, 16 Jun 2010) $
-
-***********************************************************************************/
-
#ifndef _VECTOR_ARITHMETIC_H_
#define _VECTOR_ARITHMETIC_H_
diff --git a/media/libeffects/lvm/lib/Common/src/AGC_MIX_VOL_2St1Mon_D32_WRA.c b/media/libeffects/lvm/lib/Common/src/AGC_MIX_VOL_2St1Mon_D32_WRA.c
index 40e0dbf..920b515 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/AGC_MIX_VOL_2St1Mon_D32_WRA.c
+++ b/media/libeffects/lvm/lib/Common/src/AGC_MIX_VOL_2St1Mon_D32_WRA.c
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/****************************************************************************************
-
- $Author: beq07716 $
- $Revision: 1070 $
- $Date: 2010-07-02 11:22:18 +0200 (Fri, 02 Jul 2010) $
-
-*****************************************************************************************/
-
/****************************************************************************************/
/* */
/* Includes */
diff --git a/media/libeffects/lvm/lib/Common/src/Abs_32.c b/media/libeffects/lvm/lib/Common/src/Abs_32.c
index 635315d..9128b82 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/Abs_32.c
+++ b/media/libeffects/lvm/lib/Common/src/Abs_32.c
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
/*######################################################################################*/
/* Include files */
/*######################################################################################*/
diff --git a/media/libeffects/lvm/lib/Common/src/Add2_Sat_16x16.c b/media/libeffects/lvm/lib/Common/src/Add2_Sat_16x16.c
index 18026c5..6978fe7 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/Add2_Sat_16x16.c
+++ b/media/libeffects/lvm/lib/Common/src/Add2_Sat_16x16.c
@@ -16,14 +16,6 @@
*/
/**********************************************************************************
-
- $Author: beq07716 $
- $Revision: 1000 $
- $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $
-
-***********************************************************************************/
-
-/**********************************************************************************
INCLUDE FILES
***********************************************************************************/
diff --git a/media/libeffects/lvm/lib/Common/src/Add2_Sat_32x32.c b/media/libeffects/lvm/lib/Common/src/Add2_Sat_32x32.c
index 96fc7e6..69d357e 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/Add2_Sat_32x32.c
+++ b/media/libeffects/lvm/lib/Common/src/Add2_Sat_32x32.c
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
/**********************************************************************************
INCLUDE FILES
***********************************************************************************/
diff --git a/media/libeffects/lvm/lib/Common/src/BP_1I_D16F16C14_TRC_WRA_01.c b/media/libeffects/lvm/lib/Common/src/BP_1I_D16F16C14_TRC_WRA_01.c
index 76d8e42..f4c5757 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/BP_1I_D16F16C14_TRC_WRA_01.c
+++ b/media/libeffects/lvm/lib/Common/src/BP_1I_D16F16C14_TRC_WRA_01.c
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
#include "BIQUAD.h"
#include "BP_1I_D16F16Css_TRC_WRA_01_Private.h"
#include "LVM_Macros.h"
diff --git a/media/libeffects/lvm/lib/Common/src/BP_1I_D16F16Css_TRC_WRA_01_Init.c b/media/libeffects/lvm/lib/Common/src/BP_1I_D16F16Css_TRC_WRA_01_Init.c
index 9338eb2..88914ad 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/BP_1I_D16F16Css_TRC_WRA_01_Init.c
+++ b/media/libeffects/lvm/lib/Common/src/BP_1I_D16F16Css_TRC_WRA_01_Init.c
@@ -15,11 +15,6 @@
* limitations under the License.
*/
-/* */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
/*-------------------------------------------------------------------------*/
#include "BIQUAD.h"
#include "BP_1I_D16F16Css_TRC_WRA_01_Private.h"
diff --git a/media/libeffects/lvm/lib/Common/src/BP_1I_D16F16Css_TRC_WRA_01_Private.h b/media/libeffects/lvm/lib/Common/src/BP_1I_D16F16Css_TRC_WRA_01_Private.h
index 2a0d7d5..980539c 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/BP_1I_D16F16Css_TRC_WRA_01_Private.h
+++ b/media/libeffects/lvm/lib/Common/src/BP_1I_D16F16Css_TRC_WRA_01_Private.h
@@ -16,14 +16,6 @@
*/
#ifndef _BP_1I_D16F16CSS_TRC_WRA_01_PRIVATE_H_
#define _BP_1I_D16F16CSS_TRC_WRA_01_PRIVATE_H_
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
/* The internal state variables are implemented in a (for the user) hidden structure */
/* In this (private) file, the internal structure is declared fro private use. */
diff --git a/media/libeffects/lvm/lib/Common/src/BP_1I_D16F32C30_TRC_WRA_01.c b/media/libeffects/lvm/lib/Common/src/BP_1I_D16F32C30_TRC_WRA_01.c
index f52d3db..ba1a42f 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/BP_1I_D16F32C30_TRC_WRA_01.c
+++ b/media/libeffects/lvm/lib/Common/src/BP_1I_D16F32C30_TRC_WRA_01.c
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
#include "BIQUAD.h"
#include "BP_1I_D16F32Cll_TRC_WRA_01_Private.h"
#include "LVM_Macros.h"
diff --git a/media/libeffects/lvm/lib/Common/src/BP_1I_D16F32Cll_TRC_WRA_01_Init.c b/media/libeffects/lvm/lib/Common/src/BP_1I_D16F32Cll_TRC_WRA_01_Init.c
index c560085..e833218 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/BP_1I_D16F32Cll_TRC_WRA_01_Init.c
+++ b/media/libeffects/lvm/lib/Common/src/BP_1I_D16F32Cll_TRC_WRA_01_Init.c
@@ -15,11 +15,6 @@
* limitations under the License.
*/
-/* */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
/*-------------------------------------------------------------------------*/
#include "BIQUAD.h"
#include "BP_1I_D16F32Cll_TRC_WRA_01_Private.h"
diff --git a/media/libeffects/lvm/lib/Common/src/BP_1I_D16F32Cll_TRC_WRA_01_Private.h b/media/libeffects/lvm/lib/Common/src/BP_1I_D16F32Cll_TRC_WRA_01_Private.h
index 76777f6..9cca627 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/BP_1I_D16F32Cll_TRC_WRA_01_Private.h
+++ b/media/libeffects/lvm/lib/Common/src/BP_1I_D16F32Cll_TRC_WRA_01_Private.h
@@ -16,14 +16,6 @@
*/
#ifndef _BP_1I_D16F32CLL_TRC_WRA_01_PRIVATE_H_
#define _BP_1I_D16F32CLL_TRC_WRA_01_PRIVATE_H_
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
/* The internal state variables are implemented in a (for the user) hidden structure */
/* In this (private) file, the internal structure is declared fro private use. */
diff --git a/media/libeffects/lvm/lib/Common/src/BP_1I_D32F32C30_TRC_WRA_02.c b/media/libeffects/lvm/lib/Common/src/BP_1I_D32F32C30_TRC_WRA_02.c
index 2b3555f..b09c1aa 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/BP_1I_D32F32C30_TRC_WRA_02.c
+++ b/media/libeffects/lvm/lib/Common/src/BP_1I_D32F32C30_TRC_WRA_02.c
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
#include "BIQUAD.h"
#include "BP_1I_D32F32Cll_TRC_WRA_02_Private.h"
#include "LVM_Macros.h"
diff --git a/media/libeffects/lvm/lib/Common/src/BP_1I_D32F32Cll_TRC_WRA_02_Init.c b/media/libeffects/lvm/lib/Common/src/BP_1I_D32F32Cll_TRC_WRA_02_Init.c
index f3f4571..9367912 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/BP_1I_D32F32Cll_TRC_WRA_02_Init.c
+++ b/media/libeffects/lvm/lib/Common/src/BP_1I_D32F32Cll_TRC_WRA_02_Init.c
@@ -15,11 +15,6 @@
* limitations under the License.
*/
-/* */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
/*-------------------------------------------------------------------------*/
#include "BIQUAD.h"
#include "BP_1I_D32F32Cll_TRC_WRA_02_Private.h"
diff --git a/media/libeffects/lvm/lib/Common/src/BP_1I_D32F32Cll_TRC_WRA_02_Private.h b/media/libeffects/lvm/lib/Common/src/BP_1I_D32F32Cll_TRC_WRA_02_Private.h
index 8884537..5cc1ce2 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/BP_1I_D32F32Cll_TRC_WRA_02_Private.h
+++ b/media/libeffects/lvm/lib/Common/src/BP_1I_D32F32Cll_TRC_WRA_02_Private.h
@@ -16,14 +16,6 @@
*/
#ifndef _BP_1I_D32F32CLL_TRC_WRA_02_PRIVATE_H_
#define _BP_1I_D32F32CLL_TRC_WRA_02_PRIVATE_H_
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
/* The internal state variables are implemented in a (for the user) hidden structure */
/* In this (private) file, the internal structure is declared fro private use. */
diff --git a/media/libeffects/lvm/lib/Common/src/BQ_1I_D16F16C15_TRC_WRA_01.c b/media/libeffects/lvm/lib/Common/src/BQ_1I_D16F16C15_TRC_WRA_01.c
index 00e3b52..f2f8c6b 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/BQ_1I_D16F16C15_TRC_WRA_01.c
+++ b/media/libeffects/lvm/lib/Common/src/BQ_1I_D16F16C15_TRC_WRA_01.c
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
#include "BIQUAD.h"
#include "BQ_1I_D16F16Css_TRC_WRA_01_Private.h"
#include "LVM_Macros.h"
diff --git a/media/libeffects/lvm/lib/Common/src/BQ_1I_D16F16Css_TRC_WRA_01_Init.c b/media/libeffects/lvm/lib/Common/src/BQ_1I_D16F16Css_TRC_WRA_01_Init.c
index 3fedc45..baf0c1a 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/BQ_1I_D16F16Css_TRC_WRA_01_Init.c
+++ b/media/libeffects/lvm/lib/Common/src/BQ_1I_D16F16Css_TRC_WRA_01_Init.c
@@ -15,11 +15,6 @@
* limitations under the License.
*/
-/* */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
/*-------------------------------------------------------------------------*/
#include "BIQUAD.h"
#include "BQ_1I_D16F16Css_TRC_WRA_01_Private.h"
diff --git a/media/libeffects/lvm/lib/Common/src/BQ_1I_D16F16Css_TRC_WRA_01_Private.h b/media/libeffects/lvm/lib/Common/src/BQ_1I_D16F16Css_TRC_WRA_01_Private.h
index 18dacd3..909c699 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/BQ_1I_D16F16Css_TRC_WRA_01_Private.h
+++ b/media/libeffects/lvm/lib/Common/src/BQ_1I_D16F16Css_TRC_WRA_01_Private.h
@@ -16,14 +16,6 @@
*/
#ifndef _BQ_1I_D16F16CSS_TRC_WRA_01_PRIVATE_H_
#define _BQ_1I_D16F16CSS_TRC_WRA_01_PRIVATE_H_
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
/* The internal state variables are implemented in a (for the user) hidden structure */
/* In this (private) file, the internal structure is declared fro private use. */
diff --git a/media/libeffects/lvm/lib/Common/src/BQ_1I_D16F32C14_TRC_WRA_01.c b/media/libeffects/lvm/lib/Common/src/BQ_1I_D16F32C14_TRC_WRA_01.c
index cdff1d9..92f6caf 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/BQ_1I_D16F32C14_TRC_WRA_01.c
+++ b/media/libeffects/lvm/lib/Common/src/BQ_1I_D16F32C14_TRC_WRA_01.c
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
#include "BIQUAD.h"
#include "BQ_1I_D16F32Css_TRC_WRA_01_Private.h"
#include "LVM_Macros.h"
diff --git a/media/libeffects/lvm/lib/Common/src/BQ_1I_D16F32Css_TRC_WRA_01_Private.h b/media/libeffects/lvm/lib/Common/src/BQ_1I_D16F32Css_TRC_WRA_01_Private.h
index bc88847..aea10f0 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/BQ_1I_D16F32Css_TRC_WRA_01_Private.h
+++ b/media/libeffects/lvm/lib/Common/src/BQ_1I_D16F32Css_TRC_WRA_01_Private.h
@@ -16,14 +16,6 @@
*/
#ifndef _BQ_1I_D16F32CSS_TRC_WRA_01_PRIVATE_H_
#define _BQ_1I_D16F32CSS_TRC_WRA_01_PRIVATE_H_
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
/* The internal state variables are implemented in a (for the user) hidden structure */
/* In this (private) file, the internal structure is declared fro private use. */
diff --git a/media/libeffects/lvm/lib/Common/src/BQ_1I_D16F32Css_TRC_WRA_01_init.c b/media/libeffects/lvm/lib/Common/src/BQ_1I_D16F32Css_TRC_WRA_01_init.c
index 520c969..1d6be4e 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/BQ_1I_D16F32Css_TRC_WRA_01_init.c
+++ b/media/libeffects/lvm/lib/Common/src/BQ_1I_D16F32Css_TRC_WRA_01_init.c
@@ -15,11 +15,6 @@
* limitations under the License.
*/
-/* */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
/*-------------------------------------------------------------------------*/
#include "BIQUAD.h"
#include "BQ_1I_D16F32Css_TRC_WRA_01_Private.h"
diff --git a/media/libeffects/lvm/lib/Common/src/BQ_2I_D16F16C14_TRC_WRA_01.c b/media/libeffects/lvm/lib/Common/src/BQ_2I_D16F16C14_TRC_WRA_01.c
index c267a90..972e704 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/BQ_2I_D16F16C14_TRC_WRA_01.c
+++ b/media/libeffects/lvm/lib/Common/src/BQ_2I_D16F16C14_TRC_WRA_01.c
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
#include "BIQUAD.h"
#include "BQ_2I_D16F16Css_TRC_WRA_01_Private.h"
#include "LVM_Macros.h"
diff --git a/media/libeffects/lvm/lib/Common/src/BQ_2I_D16F16C15_TRC_WRA_01.c b/media/libeffects/lvm/lib/Common/src/BQ_2I_D16F16C15_TRC_WRA_01.c
index ded2bb3..e056373 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/BQ_2I_D16F16C15_TRC_WRA_01.c
+++ b/media/libeffects/lvm/lib/Common/src/BQ_2I_D16F16C15_TRC_WRA_01.c
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
#include "BIQUAD.h"
#include "BQ_2I_D16F16Css_TRC_WRA_01_Private.h"
#include "LVM_Macros.h"
diff --git a/media/libeffects/lvm/lib/Common/src/BQ_2I_D16F16Css_TRC_WRA_01_Init.c b/media/libeffects/lvm/lib/Common/src/BQ_2I_D16F16Css_TRC_WRA_01_Init.c
index b0cd1b9..0a8ac35 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/BQ_2I_D16F16Css_TRC_WRA_01_Init.c
+++ b/media/libeffects/lvm/lib/Common/src/BQ_2I_D16F16Css_TRC_WRA_01_Init.c
@@ -15,11 +15,6 @@
* limitations under the License.
*/
-/* */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
/*-------------------------------------------------------------------------*/
#include "BIQUAD.h"
#include "BQ_2I_D16F16Css_TRC_WRA_01_Private.h"
diff --git a/media/libeffects/lvm/lib/Common/src/BQ_2I_D16F16Css_TRC_WRA_01_Private.h b/media/libeffects/lvm/lib/Common/src/BQ_2I_D16F16Css_TRC_WRA_01_Private.h
index bcb0093..7d42ced 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/BQ_2I_D16F16Css_TRC_WRA_01_Private.h
+++ b/media/libeffects/lvm/lib/Common/src/BQ_2I_D16F16Css_TRC_WRA_01_Private.h
@@ -18,15 +18,6 @@
#ifndef _BQ_2I_D16F16CSS_TRC_WRA_01_PRIVATE_H_
#define _BQ_2I_D16F16CSS_TRC_WRA_01_PRIVATE_H_
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
/* The internal state variables are implemented in a (for the user) hidden structure */
/* In this (private) file, the internal structure is declared fro private use. */
typedef struct _Filter_State_
diff --git a/media/libeffects/lvm/lib/Common/src/BQ_2I_D16F32C13_TRC_WRA_01.c b/media/libeffects/lvm/lib/Common/src/BQ_2I_D16F32C13_TRC_WRA_01.c
index ae743f2..4a0cce4 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/BQ_2I_D16F32C13_TRC_WRA_01.c
+++ b/media/libeffects/lvm/lib/Common/src/BQ_2I_D16F32C13_TRC_WRA_01.c
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
#include "BIQUAD.h"
#include "BQ_2I_D16F32Css_TRC_WRA_01_Private.h"
#include "LVM_Macros.h"
diff --git a/media/libeffects/lvm/lib/Common/src/BQ_2I_D16F32C14_TRC_WRA_01.c b/media/libeffects/lvm/lib/Common/src/BQ_2I_D16F32C14_TRC_WRA_01.c
index a0ca2cc..052e2a0 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/BQ_2I_D16F32C14_TRC_WRA_01.c
+++ b/media/libeffects/lvm/lib/Common/src/BQ_2I_D16F32C14_TRC_WRA_01.c
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
#include "BIQUAD.h"
#include "BQ_2I_D16F32Css_TRC_WRA_01_Private.h"
#include "LVM_Macros.h"
diff --git a/media/libeffects/lvm/lib/Common/src/BQ_2I_D16F32C15_TRC_WRA_01.c b/media/libeffects/lvm/lib/Common/src/BQ_2I_D16F32C15_TRC_WRA_01.c
index f1ab815..8c741e1 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/BQ_2I_D16F32C15_TRC_WRA_01.c
+++ b/media/libeffects/lvm/lib/Common/src/BQ_2I_D16F32C15_TRC_WRA_01.c
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
#include "BIQUAD.h"
#include "BQ_2I_D16F32Css_TRC_WRA_01_Private.h"
#include "LVM_Macros.h"
diff --git a/media/libeffects/lvm/lib/Common/src/BQ_2I_D16F32Css_TRC_WRA_01_Private.h b/media/libeffects/lvm/lib/Common/src/BQ_2I_D16F32Css_TRC_WRA_01_Private.h
index 3cbb58b..4f0cf67 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/BQ_2I_D16F32Css_TRC_WRA_01_Private.h
+++ b/media/libeffects/lvm/lib/Common/src/BQ_2I_D16F32Css_TRC_WRA_01_Private.h
@@ -18,15 +18,6 @@
#ifndef _BQ_2I_D16F32CSS_TRC_WRA_01_PRIVATE_H_
#define _BQ_2I_D16F32CSS_TRC_WRA_01_PRIVATE_H_
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
/* The internal state variables are implemented in a (for the user) hidden structure */
/* In this (private) file, the internal structure is declared fro private use. */
typedef struct _Filter_State_
diff --git a/media/libeffects/lvm/lib/Common/src/BQ_2I_D16F32Css_TRC_WRA_01_init.c b/media/libeffects/lvm/lib/Common/src/BQ_2I_D16F32Css_TRC_WRA_01_init.c
index 0c6b33e..4591ee0 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/BQ_2I_D16F32Css_TRC_WRA_01_init.c
+++ b/media/libeffects/lvm/lib/Common/src/BQ_2I_D16F32Css_TRC_WRA_01_init.c
@@ -15,12 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
#include "BIQUAD.h"
#include "BQ_2I_D16F32Css_TRC_WRA_01_Private.h"
diff --git a/media/libeffects/lvm/lib/Common/src/BQ_2I_D32F32C30_TRC_WRA_01.c b/media/libeffects/lvm/lib/Common/src/BQ_2I_D32F32C30_TRC_WRA_01.c
index 51278cf..fd8212e 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/BQ_2I_D32F32C30_TRC_WRA_01.c
+++ b/media/libeffects/lvm/lib/Common/src/BQ_2I_D32F32C30_TRC_WRA_01.c
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
#include "BIQUAD.h"
#include "BQ_2I_D32F32Cll_TRC_WRA_01_Private.h"
#include "LVM_Macros.h"
diff --git a/media/libeffects/lvm/lib/Common/src/BQ_2I_D32F32Cll_TRC_WRA_01_Init.c b/media/libeffects/lvm/lib/Common/src/BQ_2I_D32F32Cll_TRC_WRA_01_Init.c
index 7c460d3..1709f71 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/BQ_2I_D32F32Cll_TRC_WRA_01_Init.c
+++ b/media/libeffects/lvm/lib/Common/src/BQ_2I_D32F32Cll_TRC_WRA_01_Init.c
@@ -15,11 +15,6 @@
* limitations under the License.
*/
-/* */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
/*-------------------------------------------------------------------------*/
#include "BIQUAD.h"
#include "BQ_2I_D32F32Cll_TRC_WRA_01_Private.h"
diff --git a/media/libeffects/lvm/lib/Common/src/BQ_2I_D32F32Cll_TRC_WRA_01_Private.h b/media/libeffects/lvm/lib/Common/src/BQ_2I_D32F32Cll_TRC_WRA_01_Private.h
index fb4f2dd..747af6a 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/BQ_2I_D32F32Cll_TRC_WRA_01_Private.h
+++ b/media/libeffects/lvm/lib/Common/src/BQ_2I_D32F32Cll_TRC_WRA_01_Private.h
@@ -19,15 +19,6 @@
#define _BQ_2I_D32F32CLL_TRC_WRA_01_PRIVATE_H_
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
/* The internal state variables are implemented in a (for the user) hidden structure */
/* In this (private) file, the internal structure is declared fro private use. */
typedef struct _Filter_State_
diff --git a/media/libeffects/lvm/lib/Common/src/CompLim_private.h b/media/libeffects/lvm/lib/Common/src/CompLim_private.h
index 07a8833..06a21c3 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/CompLim_private.h
+++ b/media/libeffects/lvm/lib/Common/src/CompLim_private.h
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/**********************************************************************************
-
- $Author: beq07716 $
- $Revision: 1000 $
- $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $
-
-***********************************************************************************/
-
#ifndef _COMP_LIM_PRIVATE_
#define _COMP_LIM_PRIVATE_
diff --git a/media/libeffects/lvm/lib/Common/src/Copy_16.c b/media/libeffects/lvm/lib/Common/src/Copy_16.c
index 6ee1ff6..20404ad 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/Copy_16.c
+++ b/media/libeffects/lvm/lib/Common/src/Copy_16.c
@@ -16,14 +16,6 @@
*/
/**********************************************************************************
-
- $Author: beq07716 $
- $Revision: 1000 $
- $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $
-
-***********************************************************************************/
-
-/**********************************************************************************
INCLUDE FILES
***********************************************************************************/
diff --git a/media/libeffects/lvm/lib/Common/src/Core_MixHard_2St_D32C31_SAT.c b/media/libeffects/lvm/lib/Common/src/Core_MixHard_2St_D32C31_SAT.c
index adac24f..bf69e35 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/Core_MixHard_2St_D32C31_SAT.c
+++ b/media/libeffects/lvm/lib/Common/src/Core_MixHard_2St_D32C31_SAT.c
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
/**********************************************************************************
INCLUDE FILES
***********************************************************************************/
diff --git a/media/libeffects/lvm/lib/Common/src/Core_MixInSoft_D32C31_SAT.c b/media/libeffects/lvm/lib/Common/src/Core_MixInSoft_D32C31_SAT.c
index d557f6e..3471f05 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/Core_MixInSoft_D32C31_SAT.c
+++ b/media/libeffects/lvm/lib/Common/src/Core_MixInSoft_D32C31_SAT.c
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
/**********************************************************************************
INCLUDE FILES
***********************************************************************************/
diff --git a/media/libeffects/lvm/lib/Common/src/Core_MixSoft_1St_D32C31_WRA.c b/media/libeffects/lvm/lib/Common/src/Core_MixSoft_1St_D32C31_WRA.c
index 7b4e66d..709c304 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/Core_MixSoft_1St_D32C31_WRA.c
+++ b/media/libeffects/lvm/lib/Common/src/Core_MixSoft_1St_D32C31_WRA.c
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
/**********************************************************************************
INCLUDE FILES
***********************************************************************************/
diff --git a/media/libeffects/lvm/lib/Common/src/DC_2I_D16_TRC_WRA_01.c b/media/libeffects/lvm/lib/Common/src/DC_2I_D16_TRC_WRA_01.c
index 187fe68..49fa184 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/DC_2I_D16_TRC_WRA_01.c
+++ b/media/libeffects/lvm/lib/Common/src/DC_2I_D16_TRC_WRA_01.c
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
#include "BIQUAD.h"
#include "DC_2I_D16_TRC_WRA_01_Private.h"
#include "LVM_Macros.h"
diff --git a/media/libeffects/lvm/lib/Common/src/DC_2I_D16_TRC_WRA_01_Init.c b/media/libeffects/lvm/lib/Common/src/DC_2I_D16_TRC_WRA_01_Init.c
index 292641b..468a88d 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/DC_2I_D16_TRC_WRA_01_Init.c
+++ b/media/libeffects/lvm/lib/Common/src/DC_2I_D16_TRC_WRA_01_Init.c
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
#include "BIQUAD.h"
#include "DC_2I_D16_TRC_WRA_01_Private.h"
diff --git a/media/libeffects/lvm/lib/Common/src/DC_2I_D16_TRC_WRA_01_Private.h b/media/libeffects/lvm/lib/Common/src/DC_2I_D16_TRC_WRA_01_Private.h
index 2514a77..89a4e68 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/DC_2I_D16_TRC_WRA_01_Private.h
+++ b/media/libeffects/lvm/lib/Common/src/DC_2I_D16_TRC_WRA_01_Private.h
@@ -20,15 +20,6 @@
#define DC_D16_STEP 0x200;
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
/* The internal state variables are implemented in a (for the user) hidden structure */
/* In this (private) file, the internal structure is declared fro private use.*/
diff --git a/media/libeffects/lvm/lib/Common/src/DelayAllPass_Sat_32x16To32.c b/media/libeffects/lvm/lib/Common/src/DelayAllPass_Sat_32x16To32.c
index cda72ac..2e20d79 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/DelayAllPass_Sat_32x16To32.c
+++ b/media/libeffects/lvm/lib/Common/src/DelayAllPass_Sat_32x16To32.c
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
/**********************************************************************************
INCLUDE FILES
***********************************************************************************/
diff --git a/media/libeffects/lvm/lib/Common/src/DelayMix_16x16.c b/media/libeffects/lvm/lib/Common/src/DelayMix_16x16.c
index ee41701..7e3182d 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/DelayMix_16x16.c
+++ b/media/libeffects/lvm/lib/Common/src/DelayMix_16x16.c
@@ -16,14 +16,6 @@
*/
/**********************************************************************************
-
- $Author: beq07716 $
- $Revision: 1000 $
- $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $
-
-***********************************************************************************/
-
-/**********************************************************************************
INCLUDE FILES
***********************************************************************************/
diff --git a/media/libeffects/lvm/lib/Common/src/DelayWrite_32.c b/media/libeffects/lvm/lib/Common/src/DelayWrite_32.c
index 0ae4c42..809cddc 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/DelayWrite_32.c
+++ b/media/libeffects/lvm/lib/Common/src/DelayWrite_32.c
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
/**********************************************************************************
INCLUDE FILES
***********************************************************************************/
diff --git a/media/libeffects/lvm/lib/Common/src/FO_1I_D16F16C15_TRC_WRA_01.c b/media/libeffects/lvm/lib/Common/src/FO_1I_D16F16C15_TRC_WRA_01.c
index 831a115..de77361 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/FO_1I_D16F16C15_TRC_WRA_01.c
+++ b/media/libeffects/lvm/lib/Common/src/FO_1I_D16F16C15_TRC_WRA_01.c
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
#include "BIQUAD.h"
#include "FO_1I_D16F16Css_TRC_WRA_01_Private.h"
#include "LVM_Macros.h"
diff --git a/media/libeffects/lvm/lib/Common/src/FO_1I_D16F16Css_TRC_WRA_01_Init.c b/media/libeffects/lvm/lib/Common/src/FO_1I_D16F16Css_TRC_WRA_01_Init.c
index 4675084..96252cc 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/FO_1I_D16F16Css_TRC_WRA_01_Init.c
+++ b/media/libeffects/lvm/lib/Common/src/FO_1I_D16F16Css_TRC_WRA_01_Init.c
@@ -15,11 +15,6 @@
* limitations under the License.
*/
-/* */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
/*-------------------------------------------------------------------------*/
#include "BIQUAD.h"
#include "FO_1I_D16F16Css_TRC_WRA_01_Private.h"
diff --git a/media/libeffects/lvm/lib/Common/src/FO_1I_D16F16Css_TRC_WRA_01_Private.h b/media/libeffects/lvm/lib/Common/src/FO_1I_D16F16Css_TRC_WRA_01_Private.h
index e1a818c..516ca83 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/FO_1I_D16F16Css_TRC_WRA_01_Private.h
+++ b/media/libeffects/lvm/lib/Common/src/FO_1I_D16F16Css_TRC_WRA_01_Private.h
@@ -18,15 +18,6 @@
#ifndef _FO_1I_D16F16CSS_TRC_WRA_01_PRIVATE_H_
#define _FO_1I_D16F16CSS_TRC_WRA_01_PRIVATE_H_
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $ */
-/* */
-/************************************************************************/
-
/* The internal state variables are implemented in a (for the user) hidden structure */
/* In this (private) file, the internal structure is declared fro private use. */
typedef struct _Filter_State_
diff --git a/media/libeffects/lvm/lib/Common/src/FO_1I_D32F32C31_TRC_WRA_01.c b/media/libeffects/lvm/lib/Common/src/FO_1I_D32F32C31_TRC_WRA_01.c
index 9bdc5b4..0f1d5bc 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/FO_1I_D32F32C31_TRC_WRA_01.c
+++ b/media/libeffects/lvm/lib/Common/src/FO_1I_D32F32C31_TRC_WRA_01.c
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
#include "BIQUAD.h"
#include "FO_1I_D32F32Cll_TRC_WRA_01_Private.h"
#include "LVM_Macros.h"
diff --git a/media/libeffects/lvm/lib/Common/src/FO_1I_D32F32Cll_TRC_WRA_01_Init.c b/media/libeffects/lvm/lib/Common/src/FO_1I_D32F32Cll_TRC_WRA_01_Init.c
index eea0b64..136e4f6 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/FO_1I_D32F32Cll_TRC_WRA_01_Init.c
+++ b/media/libeffects/lvm/lib/Common/src/FO_1I_D32F32Cll_TRC_WRA_01_Init.c
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
#include "BIQUAD.h"
#include "FO_1I_D32F32Cll_TRC_WRA_01_Private.h"
diff --git a/media/libeffects/lvm/lib/Common/src/FO_1I_D32F32Cll_TRC_WRA_01_Private.h b/media/libeffects/lvm/lib/Common/src/FO_1I_D32F32Cll_TRC_WRA_01_Private.h
index 9329150..94ad48c 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/FO_1I_D32F32Cll_TRC_WRA_01_Private.h
+++ b/media/libeffects/lvm/lib/Common/src/FO_1I_D32F32Cll_TRC_WRA_01_Private.h
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
#ifndef _FO_1I_D32F32CLL_TRC_WRA_01_PRIVATE_H_
#define _FO_1I_D32F32CLL_TRC_WRA_01_PRIVATE_H_
diff --git a/media/libeffects/lvm/lib/Common/src/FO_2I_D16F32C15_LShx_TRC_WRA_01.c b/media/libeffects/lvm/lib/Common/src/FO_2I_D16F32C15_LShx_TRC_WRA_01.c
index 4b219a2..8388050 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/FO_2I_D16F32C15_LShx_TRC_WRA_01.c
+++ b/media/libeffects/lvm/lib/Common/src/FO_2I_D16F32C15_LShx_TRC_WRA_01.c
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
#include "BIQUAD.h"
#include "FO_2I_D16F32Css_LShx_TRC_WRA_01_Private.h"
#include "LVM_Macros.h"
diff --git a/media/libeffects/lvm/lib/Common/src/FO_2I_D16F32Css_LShx_TRC_WRA_01_Init.c b/media/libeffects/lvm/lib/Common/src/FO_2I_D16F32Css_LShx_TRC_WRA_01_Init.c
index 7f212f5..a19c32c 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/FO_2I_D16F32Css_LShx_TRC_WRA_01_Init.c
+++ b/media/libeffects/lvm/lib/Common/src/FO_2I_D16F32Css_LShx_TRC_WRA_01_Init.c
@@ -15,11 +15,6 @@
* limitations under the License.
*/
-/* */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
/*-------------------------------------------------------------------------*/
#include "BIQUAD.h"
#include "FO_2I_D16F32Css_LShx_TRC_WRA_01_Private.h"
diff --git a/media/libeffects/lvm/lib/Common/src/FO_2I_D16F32Css_LShx_TRC_WRA_01_Private.h b/media/libeffects/lvm/lib/Common/src/FO_2I_D16F32Css_LShx_TRC_WRA_01_Private.h
index 6a4564a..4640743 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/FO_2I_D16F32Css_LShx_TRC_WRA_01_Private.h
+++ b/media/libeffects/lvm/lib/Common/src/FO_2I_D16F32Css_LShx_TRC_WRA_01_Private.h
@@ -18,15 +18,6 @@
#ifndef _FO_2I_D16F32CSS_LSHX_TRC_WRA_01_PRIVATE_H_
#define _FO_2I_D16F32CSS_LSHX_TRC_WRA_01_PRIVATE_H_
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
/* The internal state variables are implemented in a (for the user) hidden structure */
/* In this (private) file, the internal structure is declared fro private use. */
typedef struct _Filter_State_
diff --git a/media/libeffects/lvm/lib/Common/src/Filters.h b/media/libeffects/lvm/lib/Common/src/Filters.h
index a274f32..4d32df1 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/Filters.h
+++ b/media/libeffects/lvm/lib/Common/src/Filters.h
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/************************************************************************************
-
- $Author: beq07716 $
- $Revision: 1001 $
- $Date: 2010-06-28 13:23:02 +0200 (Mon, 28 Jun 2010) $
-
-*************************************************************************************/
-
#ifndef FILTERS_H
#define FILTERS_H
diff --git a/media/libeffects/lvm/lib/Common/src/From2iToMS_16x16.c b/media/libeffects/lvm/lib/Common/src/From2iToMS_16x16.c
index fb00768..7975e8b 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/From2iToMS_16x16.c
+++ b/media/libeffects/lvm/lib/Common/src/From2iToMS_16x16.c
@@ -16,14 +16,6 @@
*/
/**********************************************************************************
-
- $Author: beq07716 $
- $Revision: 1000 $
- $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $
-
-***********************************************************************************/
-
-/**********************************************************************************
INCLUDE FILES
***********************************************************************************/
diff --git a/media/libeffects/lvm/lib/Common/src/From2iToMono_16.c b/media/libeffects/lvm/lib/Common/src/From2iToMono_16.c
index 0ebb4ae..b758ee7 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/From2iToMono_16.c
+++ b/media/libeffects/lvm/lib/Common/src/From2iToMono_16.c
@@ -16,14 +16,6 @@
*/
/**********************************************************************************
-
- $Author: beq07716 $
- $Revision: 1000 $
- $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $
-
-***********************************************************************************/
-
-/**********************************************************************************
INCLUDE FILES
***********************************************************************************/
diff --git a/media/libeffects/lvm/lib/Common/src/From2iToMono_32.c b/media/libeffects/lvm/lib/Common/src/From2iToMono_32.c
index 5181368..8bb292f 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/From2iToMono_32.c
+++ b/media/libeffects/lvm/lib/Common/src/From2iToMono_32.c
@@ -16,14 +16,6 @@
*/
/**********************************************************************************
-
- $Author: beq07716 $
- $Revision: 1000 $
- $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $
-
-***********************************************************************************/
-
-/**********************************************************************************
INCLUDE FILES
***********************************************************************************/
diff --git a/media/libeffects/lvm/lib/Common/src/InstAlloc.c b/media/libeffects/lvm/lib/Common/src/InstAlloc.c
index ff900e0..481df84 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/InstAlloc.c
+++ b/media/libeffects/lvm/lib/Common/src/InstAlloc.c
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
#include "InstAlloc.h"
/****************************************************************************************
diff --git a/media/libeffects/lvm/lib/Common/src/Int16LShiftToInt32_16x32.c b/media/libeffects/lvm/lib/Common/src/Int16LShiftToInt32_16x32.c
index e6be756..9f09e4d 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/Int16LShiftToInt32_16x32.c
+++ b/media/libeffects/lvm/lib/Common/src/Int16LShiftToInt32_16x32.c
@@ -16,14 +16,6 @@
*/
/**********************************************************************************
-
- $Author: beq07716 $
- $Revision: 1000 $
- $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $
-
-***********************************************************************************/
-
-/**********************************************************************************
INCLUDE FILES
***********************************************************************************/
diff --git a/media/libeffects/lvm/lib/Common/src/Int32RShiftToInt16_Sat_32x16.c b/media/libeffects/lvm/lib/Common/src/Int32RShiftToInt16_Sat_32x16.c
index b21eef5..8c9980d 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/Int32RShiftToInt16_Sat_32x16.c
+++ b/media/libeffects/lvm/lib/Common/src/Int32RShiftToInt16_Sat_32x16.c
@@ -16,14 +16,6 @@
*/
/**********************************************************************************
-
- $Author: beq07716 $
- $Revision: 1000 $
- $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $
-
-***********************************************************************************/
-
-/**********************************************************************************
INCLUDE FILES
***********************************************************************************/
diff --git a/media/libeffects/lvm/lib/Common/src/JoinTo2i_32x32.c b/media/libeffects/lvm/lib/Common/src/JoinTo2i_32x32.c
index e04f1c3..9b938bd 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/JoinTo2i_32x32.c
+++ b/media/libeffects/lvm/lib/Common/src/JoinTo2i_32x32.c
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
/**********************************************************************************
INCLUDE FILES
***********************************************************************************/
diff --git a/media/libeffects/lvm/lib/Common/src/LVC_Core_MixHard_1St_2i_D16C31_SAT.c b/media/libeffects/lvm/lib/Common/src/LVC_Core_MixHard_1St_2i_D16C31_SAT.c
index c1d2b2c..3d39b93 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/LVC_Core_MixHard_1St_2i_D16C31_SAT.c
+++ b/media/libeffects/lvm/lib/Common/src/LVC_Core_MixHard_1St_2i_D16C31_SAT.c
@@ -16,14 +16,6 @@
*/
/**********************************************************************************
-
- $Author: beq07716 $
- $Revision: 1000 $
- $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $
-
-***********************************************************************************/
-
-/**********************************************************************************
INCLUDE FILES
***********************************************************************************/
diff --git a/media/libeffects/lvm/lib/Common/src/LVC_Core_MixHard_2St_D16C31_SAT.c b/media/libeffects/lvm/lib/Common/src/LVC_Core_MixHard_2St_D16C31_SAT.c
index 2bb212c..2daf74a 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/LVC_Core_MixHard_2St_D16C31_SAT.c
+++ b/media/libeffects/lvm/lib/Common/src/LVC_Core_MixHard_2St_D16C31_SAT.c
@@ -16,14 +16,6 @@
*/
/**********************************************************************************
-
- $Author: beq07716 $
- $Revision: 1000 $
- $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $
-
-***********************************************************************************/
-
-/**********************************************************************************
INCLUDE FILES
***********************************************************************************/
diff --git a/media/libeffects/lvm/lib/Common/src/LVC_Core_MixInSoft_D16C31_SAT.c b/media/libeffects/lvm/lib/Common/src/LVC_Core_MixInSoft_D16C31_SAT.c
index 0408f42..caa0951 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/LVC_Core_MixInSoft_D16C31_SAT.c
+++ b/media/libeffects/lvm/lib/Common/src/LVC_Core_MixInSoft_D16C31_SAT.c
@@ -16,14 +16,6 @@
*/
/**********************************************************************************
-
- $Author: beq07716 $
- $Revision: 1000 $
- $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $
-
-***********************************************************************************/
-
-/**********************************************************************************
INCLUDE FILES
***********************************************************************************/
diff --git a/media/libeffects/lvm/lib/Common/src/LVC_Core_MixSoft_1St_2i_D16C31_WRA.c b/media/libeffects/lvm/lib/Common/src/LVC_Core_MixSoft_1St_2i_D16C31_WRA.c
index 2847d47..09ec427 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/LVC_Core_MixSoft_1St_2i_D16C31_WRA.c
+++ b/media/libeffects/lvm/lib/Common/src/LVC_Core_MixSoft_1St_2i_D16C31_WRA.c
@@ -16,14 +16,6 @@
*/
/**********************************************************************************
-
- $Author: beq07716 $
- $Revision: 1000 $
- $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $
-
-***********************************************************************************/
-
-/**********************************************************************************
INCLUDE FILES
***********************************************************************************/
diff --git a/media/libeffects/lvm/lib/Common/src/LVC_Core_MixSoft_1St_D16C31_WRA.c b/media/libeffects/lvm/lib/Common/src/LVC_Core_MixSoft_1St_D16C31_WRA.c
index 78f0122..f1a9ca3 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/LVC_Core_MixSoft_1St_D16C31_WRA.c
+++ b/media/libeffects/lvm/lib/Common/src/LVC_Core_MixSoft_1St_D16C31_WRA.c
@@ -16,14 +16,6 @@
*/
/**********************************************************************************
-
- $Author: beq07716 $
- $Revision: 1000 $
- $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $
-
-***********************************************************************************/
-
-/**********************************************************************************
INCLUDE FILES
***********************************************************************************/
diff --git a/media/libeffects/lvm/lib/Common/src/LVC_MixInSoft_D16C31_SAT.c b/media/libeffects/lvm/lib/Common/src/LVC_MixInSoft_D16C31_SAT.c
index 52be129..0052dd7 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/LVC_MixInSoft_D16C31_SAT.c
+++ b/media/libeffects/lvm/lib/Common/src/LVC_MixInSoft_D16C31_SAT.c
@@ -16,14 +16,6 @@
*/
/**********************************************************************************
-
- $Author: beq07716 $
- $Revision: 1000 $
- $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $
-
-***********************************************************************************/
-
-/**********************************************************************************
INCLUDE FILES
***********************************************************************************/
diff --git a/media/libeffects/lvm/lib/Common/src/LVC_MixSoft_1St_2i_D16C31_SAT.c b/media/libeffects/lvm/lib/Common/src/LVC_MixSoft_1St_2i_D16C31_SAT.c
index d832e06..f443c8f 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/LVC_MixSoft_1St_2i_D16C31_SAT.c
+++ b/media/libeffects/lvm/lib/Common/src/LVC_MixSoft_1St_2i_D16C31_SAT.c
@@ -16,14 +16,6 @@
*/
/**********************************************************************************
-
- $Author: beq07716 $
- $Revision: 1000 $
- $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $
-
-***********************************************************************************/
-
-/**********************************************************************************
INCLUDE FILES
***********************************************************************************/
diff --git a/media/libeffects/lvm/lib/Common/src/LVC_MixSoft_1St_D16C31_SAT.c b/media/libeffects/lvm/lib/Common/src/LVC_MixSoft_1St_D16C31_SAT.c
index cfb1239..c8dcad7 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/LVC_MixSoft_1St_D16C31_SAT.c
+++ b/media/libeffects/lvm/lib/Common/src/LVC_MixSoft_1St_D16C31_SAT.c
@@ -16,14 +16,6 @@
*/
/**********************************************************************************
-
- $Author: beq07716 $
- $Revision: 1000 $
- $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $
-
-***********************************************************************************/
-
-/**********************************************************************************
INCLUDE FILES
***********************************************************************************/
diff --git a/media/libeffects/lvm/lib/Common/src/LVC_MixSoft_2St_D16C31_SAT.c b/media/libeffects/lvm/lib/Common/src/LVC_MixSoft_2St_D16C31_SAT.c
index 6184736..7240705 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/LVC_MixSoft_2St_D16C31_SAT.c
+++ b/media/libeffects/lvm/lib/Common/src/LVC_MixSoft_2St_D16C31_SAT.c
@@ -16,14 +16,6 @@
*/
/**********************************************************************************
-
- $Author: beq07716 $
- $Revision: 1000 $
- $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $
-
-***********************************************************************************/
-
-/**********************************************************************************
INCLUDE FILES
***********************************************************************************/
diff --git a/media/libeffects/lvm/lib/Common/src/LVC_Mixer.h b/media/libeffects/lvm/lib/Common/src/LVC_Mixer.h
index 3b32e21..980c783 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/LVC_Mixer.h
+++ b/media/libeffects/lvm/lib/Common/src/LVC_Mixer.h
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/**********************************************************************************
-
- $Author: beq07716 $
- $Revision: 1000 $
- $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $
-
-***********************************************************************************/
-
#ifndef __LVC_MIXER_H__
#define __LVC_MIXER_H__
diff --git a/media/libeffects/lvm/lib/Common/src/LVC_Mixer_GetCurrent.c b/media/libeffects/lvm/lib/Common/src/LVC_Mixer_GetCurrent.c
index 09658ba..b5ae264 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/LVC_Mixer_GetCurrent.c
+++ b/media/libeffects/lvm/lib/Common/src/LVC_Mixer_GetCurrent.c
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 839 $*/
-/* $Date: 2010-06-16 14:15:52 +0200 (Wed, 16 Jun 2010) $*/
-/* */
-/************************************************************************/
-
#include "LVM_Types.h"
#include "LVM_Macros.h"
#include "LVC_Mixer_Private.h"
diff --git a/media/libeffects/lvm/lib/Common/src/LVC_Mixer_GetTarget.c b/media/libeffects/lvm/lib/Common/src/LVC_Mixer_GetTarget.c
index ed2cf94..dc2f8e9 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/LVC_Mixer_GetTarget.c
+++ b/media/libeffects/lvm/lib/Common/src/LVC_Mixer_GetTarget.c
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 839 $*/
-/* $Date: 2010-06-16 14:15:52 +0200 (Wed, 16 Jun 2010) $*/
-/* */
-/************************************************************************/
-
#include "LVM_Types.h"
#include "LVM_Macros.h"
#include "LVC_Mixer_Private.h"
diff --git a/media/libeffects/lvm/lib/Common/src/LVC_Mixer_Init.c b/media/libeffects/lvm/lib/Common/src/LVC_Mixer_Init.c
index c61e468..449e7b1 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/LVC_Mixer_Init.c
+++ b/media/libeffects/lvm/lib/Common/src/LVC_Mixer_Init.c
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
#include "LVM_Types.h"
#include "LVM_Macros.h"
#include "LVC_Mixer_Private.h"
diff --git a/media/libeffects/lvm/lib/Common/src/LVC_Mixer_Private.h b/media/libeffects/lvm/lib/Common/src/LVC_Mixer_Private.h
index d61d670..294e05c 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/LVC_Mixer_Private.h
+++ b/media/libeffects/lvm/lib/Common/src/LVC_Mixer_Private.h
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/**********************************************************************************
-
- $Author: beq07716 $
- $Revision: 1000 $
- $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $
-
-***********************************************************************************/
-
#ifndef __LVC_MIXER_PRIVATE_H__
#define __LVC_MIXER_PRIVATE_H__
diff --git a/media/libeffects/lvm/lib/Common/src/LVC_Mixer_SetTarget.c b/media/libeffects/lvm/lib/Common/src/LVC_Mixer_SetTarget.c
index 4d3fe0c..5efa501 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/LVC_Mixer_SetTarget.c
+++ b/media/libeffects/lvm/lib/Common/src/LVC_Mixer_SetTarget.c
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
#include "LVM_Types.h"
#include "LVM_Macros.h"
#include "LVC_Mixer_Private.h"
diff --git a/media/libeffects/lvm/lib/Common/src/LVC_Mixer_SetTimeConstant.c b/media/libeffects/lvm/lib/Common/src/LVC_Mixer_SetTimeConstant.c
index df0fd37..4c1c8b2 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/LVC_Mixer_SetTimeConstant.c
+++ b/media/libeffects/lvm/lib/Common/src/LVC_Mixer_SetTimeConstant.c
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
#include "LVM_Types.h"
#include "LVM_Macros.h"
#include "LVC_Mixer_Private.h"
diff --git a/media/libeffects/lvm/lib/Common/src/LVC_Mixer_VarSlope_SetTimeConstant.c b/media/libeffects/lvm/lib/Common/src/LVC_Mixer_VarSlope_SetTimeConstant.c
index 420af9a..8d5304e 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/LVC_Mixer_VarSlope_SetTimeConstant.c
+++ b/media/libeffects/lvm/lib/Common/src/LVC_Mixer_VarSlope_SetTimeConstant.c
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
#include "LVM_Types.h"
#include "LVM_Macros.h"
#include "LVC_Mixer_Private.h"
diff --git a/media/libeffects/lvm/lib/Common/src/LVM_FO_HPF.c b/media/libeffects/lvm/lib/Common/src/LVM_FO_HPF.c
index 37c199e..6d8fe46 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/LVM_FO_HPF.c
+++ b/media/libeffects/lvm/lib/Common/src/LVM_FO_HPF.c
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: nxp27078 $*/
-/* $Revision: 762 $*/
-/* $Date: 2010-06-11 14:50:33 +0200 (vr, 11 jun 2010) $*/
-/* */
-/************************************************************************/
-
#include "LVM_Types.h"
#include "LVM_Macros.h"
#include "ScalarArithmetic.h"
diff --git a/media/libeffects/lvm/lib/Common/src/LVM_FO_LPF.c b/media/libeffects/lvm/lib/Common/src/LVM_FO_LPF.c
index 6c73d59..86ec951 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/LVM_FO_LPF.c
+++ b/media/libeffects/lvm/lib/Common/src/LVM_FO_LPF.c
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: nxp27078 $*/
-/* $Revision: 762 $*/
-/* $Date: 2010-06-11 14:50:33 +0200 (vr, 11 jun 2010) $*/
-/* */
-/************************************************************************/
-
#include "LVM_Types.h"
#include "LVM_Macros.h"
#include "ScalarArithmetic.h"
diff --git a/media/libeffects/lvm/lib/Common/src/LVM_GetOmega.c b/media/libeffects/lvm/lib/Common/src/LVM_GetOmega.c
index 1cc10db..f3b9b3c 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/LVM_GetOmega.c
+++ b/media/libeffects/lvm/lib/Common/src/LVM_GetOmega.c
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: nxp27078 $*/
-/* $Revision: 762 $*/
-/* $Date: 2010-06-11 14:50:33 +0200 (vr, 11 jun 2010) $*/
-/* */
-/************************************************************************/
-
#include "LVM_Types.h"
#include "Filter.h"
#include "LVM_Macros.h"
diff --git a/media/libeffects/lvm/lib/Common/src/LVM_Mixer_FilterCoeffs.h b/media/libeffects/lvm/lib/Common/src/LVM_Mixer_FilterCoeffs.h
index 00235e0..6846d49 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/LVM_Mixer_FilterCoeffs.h
+++ b/media/libeffects/lvm/lib/Common/src/LVM_Mixer_FilterCoeffs.h
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
/************************************************************************************/
/* */
/* Mixer library tables */
diff --git a/media/libeffects/lvm/lib/Common/src/LVM_Mixer_TimeConstant.c b/media/libeffects/lvm/lib/Common/src/LVM_Mixer_TimeConstant.c
index db6975a..809d904 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/LVM_Mixer_TimeConstant.c
+++ b/media/libeffects/lvm/lib/Common/src/LVM_Mixer_TimeConstant.c
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
#include "LVM_Types.h"
#include "LVM_Macros.h"
#include "Mixer.h"
diff --git a/media/libeffects/lvm/lib/Common/src/LVM_Polynomial.c b/media/libeffects/lvm/lib/Common/src/LVM_Polynomial.c
index b8cf4b4..a6d7db2 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/LVM_Polynomial.c
+++ b/media/libeffects/lvm/lib/Common/src/LVM_Polynomial.c
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
#include "LVM_Types.h"
#include "LVM_Macros.h"
#include "ScalarArithmetic.h"
diff --git a/media/libeffects/lvm/lib/Common/src/LVM_Power10.c b/media/libeffects/lvm/lib/Common/src/LVM_Power10.c
index 9a3f632..6ca1077 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/LVM_Power10.c
+++ b/media/libeffects/lvm/lib/Common/src/LVM_Power10.c
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
#include "LVM_Types.h"
#include "LVM_Macros.h"
#include "ScalarArithmetic.h"
diff --git a/media/libeffects/lvm/lib/Common/src/LVM_Timer.c b/media/libeffects/lvm/lib/Common/src/LVM_Timer.c
index d49aadc..5995f54 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/LVM_Timer.c
+++ b/media/libeffects/lvm/lib/Common/src/LVM_Timer.c
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: My Project */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
/****************************************************************************************/
/* INCLUDE FILES */
/****************************************************************************************/
diff --git a/media/libeffects/lvm/lib/Common/src/LVM_Timer_Init.c b/media/libeffects/lvm/lib/Common/src/LVM_Timer_Init.c
index e473038..a935cfe 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/LVM_Timer_Init.c
+++ b/media/libeffects/lvm/lib/Common/src/LVM_Timer_Init.c
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: My Project */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
/****************************************************************************************/
/* INCLUDE FILES */
/****************************************************************************************/
diff --git a/media/libeffects/lvm/lib/Common/src/LVM_Timer_Private.h b/media/libeffects/lvm/lib/Common/src/LVM_Timer_Private.h
index 04d5af6..480944f 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/LVM_Timer_Private.h
+++ b/media/libeffects/lvm/lib/Common/src/LVM_Timer_Private.h
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: My Project */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
#ifndef LVM_TIMER_PRIVATE_H
#define LVM_TIMER_PRIVATE_H
diff --git a/media/libeffects/lvm/lib/Common/src/LoadConst_16.c b/media/libeffects/lvm/lib/Common/src/LoadConst_16.c
index bc2735f..f88ca0e 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/LoadConst_16.c
+++ b/media/libeffects/lvm/lib/Common/src/LoadConst_16.c
@@ -16,14 +16,6 @@
*/
/**********************************************************************************
-
- $Author: beq07716 $
- $Revision: 1000 $
- $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $
-
-***********************************************************************************/
-
-/**********************************************************************************
INCLUDE FILES
***********************************************************************************/
diff --git a/media/libeffects/lvm/lib/Common/src/LoadConst_32.c b/media/libeffects/lvm/lib/Common/src/LoadConst_32.c
index 19d5d4e..2f1e591 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/LoadConst_32.c
+++ b/media/libeffects/lvm/lib/Common/src/LoadConst_32.c
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
/**********************************************************************************
INCLUDE FILES
***********************************************************************************/
diff --git a/media/libeffects/lvm/lib/Common/src/MSTo2i_Sat_16x16.c b/media/libeffects/lvm/lib/Common/src/MSTo2i_Sat_16x16.c
index 1949f3c..26297e7 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/MSTo2i_Sat_16x16.c
+++ b/media/libeffects/lvm/lib/Common/src/MSTo2i_Sat_16x16.c
@@ -16,14 +16,6 @@
*/
/**********************************************************************************
-
- $Author: beq07716 $
- $Revision: 1000 $
- $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $
-
-***********************************************************************************/
-
-/**********************************************************************************
INCLUDE FILES
***********************************************************************************/
diff --git a/media/libeffects/lvm/lib/Common/src/Mac3s_Sat_16x16.c b/media/libeffects/lvm/lib/Common/src/Mac3s_Sat_16x16.c
index ef04ae8..ef04ae8 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/Mac3s_Sat_16x16.c
+++ b/media/libeffects/lvm/lib/Common/src/Mac3s_Sat_16x16.c
diff --git a/media/libeffects/lvm/lib/Common/src/Mac3s_Sat_32x16.c b/media/libeffects/lvm/lib/Common/src/Mac3s_Sat_32x16.c
index 746a273..f28f366 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/Mac3s_Sat_32x16.c
+++ b/media/libeffects/lvm/lib/Common/src/Mac3s_Sat_32x16.c
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
/**********************************************************************************
INCLUDE FILES
***********************************************************************************/
diff --git a/media/libeffects/lvm/lib/Common/src/MixInSoft_D32C31_SAT.c b/media/libeffects/lvm/lib/Common/src/MixInSoft_D32C31_SAT.c
index 36de6c1..73c26ed 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/MixInSoft_D32C31_SAT.c
+++ b/media/libeffects/lvm/lib/Common/src/MixInSoft_D32C31_SAT.c
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
/**********************************************************************************
INCLUDE FILES
***********************************************************************************/
diff --git a/media/libeffects/lvm/lib/Common/src/MixSoft_1St_D32C31_WRA.c b/media/libeffects/lvm/lib/Common/src/MixSoft_1St_D32C31_WRA.c
index 5cf1a29..ca88b04 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/MixSoft_1St_D32C31_WRA.c
+++ b/media/libeffects/lvm/lib/Common/src/MixSoft_1St_D32C31_WRA.c
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
/**********************************************************************************
INCLUDE FILES
***********************************************************************************/
diff --git a/media/libeffects/lvm/lib/Common/src/MixSoft_2St_D32C31_SAT.c b/media/libeffects/lvm/lib/Common/src/MixSoft_2St_D32C31_SAT.c
index 83f95ac..2e0a099 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/MixSoft_2St_D32C31_SAT.c
+++ b/media/libeffects/lvm/lib/Common/src/MixSoft_2St_D32C31_SAT.c
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: nxp007753 $*/
-/* $Revision: 1316 $*/
-/* $Date: 2010-07-23 11:53:24 +0200 (Fri, 23 Jul 2010) $*/
-/* */
-/************************************************************************/
-
/**********************************************************************************
INCLUDE FILES
***********************************************************************************/
diff --git a/media/libeffects/lvm/lib/Common/src/Mixer_private.h b/media/libeffects/lvm/lib/Common/src/Mixer_private.h
index d012548..607073c 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/Mixer_private.h
+++ b/media/libeffects/lvm/lib/Common/src/Mixer_private.h
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/**********************************************************************************
-
- $Author: beq07716 $
- $Revision: 1000 $
- $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $
-
-***********************************************************************************/
-
#ifndef __MIXER_PRIVATE_H__
#define __MIXER_PRIVATE_H__
diff --git a/media/libeffects/lvm/lib/Common/src/MonoTo2I_16.c b/media/libeffects/lvm/lib/Common/src/MonoTo2I_16.c
index b053e55..ead798d 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/MonoTo2I_16.c
+++ b/media/libeffects/lvm/lib/Common/src/MonoTo2I_16.c
@@ -16,14 +16,6 @@
*/
/**********************************************************************************
-
- $Author: beq07716 $
- $Revision: 1000 $
- $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $
-
-***********************************************************************************/
-
-/**********************************************************************************
INCLUDE FILES
***********************************************************************************/
diff --git a/media/libeffects/lvm/lib/Common/src/MonoTo2I_32.c b/media/libeffects/lvm/lib/Common/src/MonoTo2I_32.c
index e8164bb..c09ec0f 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/MonoTo2I_32.c
+++ b/media/libeffects/lvm/lib/Common/src/MonoTo2I_32.c
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
/**********************************************************************************
INCLUDE FILES
***********************************************************************************/
diff --git a/media/libeffects/lvm/lib/Common/src/Mult3s_32x16.c b/media/libeffects/lvm/lib/Common/src/Mult3s_32x16.c
index ee83524..a5dc50f 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/Mult3s_32x16.c
+++ b/media/libeffects/lvm/lib/Common/src/Mult3s_32x16.c
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
/**********************************************************************************
INCLUDE FILES
***********************************************************************************/
diff --git a/media/libeffects/lvm/lib/Common/src/NonLinComp_D16.c b/media/libeffects/lvm/lib/Common/src/NonLinComp_D16.c
index 1428777..73343cd 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/NonLinComp_D16.c
+++ b/media/libeffects/lvm/lib/Common/src/NonLinComp_D16.c
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/**********************************************************************************
-
- $Author: beq07716 $
- $Revision: 1000 $
- $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $
-
-***********************************************************************************/
-
/****************************************************************************************/
/* */
/* Includes */
diff --git a/media/libeffects/lvm/lib/Common/src/PK_2I_D32F32C14G11_TRC_WRA_01.c b/media/libeffects/lvm/lib/Common/src/PK_2I_D32F32C14G11_TRC_WRA_01.c
index 06cfe88..c8c1527 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/PK_2I_D32F32C14G11_TRC_WRA_01.c
+++ b/media/libeffects/lvm/lib/Common/src/PK_2I_D32F32C14G11_TRC_WRA_01.c
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
#include "BIQUAD.h"
#include "PK_2I_D32F32CssGss_TRC_WRA_01_Private.h"
#include "LVM_Macros.h"
diff --git a/media/libeffects/lvm/lib/Common/src/PK_2I_D32F32C30G11_TRC_WRA_01.c b/media/libeffects/lvm/lib/Common/src/PK_2I_D32F32C30G11_TRC_WRA_01.c
index 5b78f62..67a570b 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/PK_2I_D32F32C30G11_TRC_WRA_01.c
+++ b/media/libeffects/lvm/lib/Common/src/PK_2I_D32F32C30G11_TRC_WRA_01.c
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
#include "BIQUAD.h"
#include "PK_2I_D32F32CllGss_TRC_WRA_01_Private.h"
#include "LVM_Macros.h"
diff --git a/media/libeffects/lvm/lib/Common/src/PK_2I_D32F32CllGss_TRC_WRA_01_Init.c b/media/libeffects/lvm/lib/Common/src/PK_2I_D32F32CllGss_TRC_WRA_01_Init.c
index e7bcd0c..1d6142c 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/PK_2I_D32F32CllGss_TRC_WRA_01_Init.c
+++ b/media/libeffects/lvm/lib/Common/src/PK_2I_D32F32CllGss_TRC_WRA_01_Init.c
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
#include "BIQUAD.h"
#include "PK_2I_D32F32CllGss_TRC_WRA_01_Private.h"
diff --git a/media/libeffects/lvm/lib/Common/src/PK_2I_D32F32CllGss_TRC_WRA_01_Private.h b/media/libeffects/lvm/lib/Common/src/PK_2I_D32F32CllGss_TRC_WRA_01_Private.h
index 741f504..c5f9c7c 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/PK_2I_D32F32CllGss_TRC_WRA_01_Private.h
+++ b/media/libeffects/lvm/lib/Common/src/PK_2I_D32F32CllGss_TRC_WRA_01_Private.h
@@ -18,15 +18,6 @@
#ifndef _PK_2I_D32F32CLLGSS_TRC_WRA_01_PRIVATE_H_
#define _PK_2I_D32F32CLLGSS_TRC_WRA_01_PRIVATE_H_
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
/* The internal state variables are implemented in a (for the user) hidden structure */
/* In this (private) file, the internal structure is declared fro private use. */
typedef struct _Filter_State_
diff --git a/media/libeffects/lvm/lib/Common/src/PK_2I_D32F32CssGss_TRC_WRA_01_Init.c b/media/libeffects/lvm/lib/Common/src/PK_2I_D32F32CssGss_TRC_WRA_01_Init.c
index f02305e..b9f64e6 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/PK_2I_D32F32CssGss_TRC_WRA_01_Init.c
+++ b/media/libeffects/lvm/lib/Common/src/PK_2I_D32F32CssGss_TRC_WRA_01_Init.c
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
#include "BIQUAD.h"
#include "PK_2I_D32F32CssGss_TRC_WRA_01_Private.h"
diff --git a/media/libeffects/lvm/lib/Common/src/PK_2I_D32F32CssGss_TRC_WRA_01_Private.h b/media/libeffects/lvm/lib/Common/src/PK_2I_D32F32CssGss_TRC_WRA_01_Private.h
index ca31669..e2050e0 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/PK_2I_D32F32CssGss_TRC_WRA_01_Private.h
+++ b/media/libeffects/lvm/lib/Common/src/PK_2I_D32F32CssGss_TRC_WRA_01_Private.h
@@ -18,15 +18,6 @@
#ifndef _PK_2I_D32F32CSSGSS_TRC_WRA_01_PRIVATE_H_
#define _PK_2I_D32F32CSSGSS_TRC_WRA_01_PRIVATE_H_
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
/* The internal state variables are implemented in a (for the user) hidden structure */
/* In this (private) file, the internal structure is declared fro private use. */
diff --git a/media/libeffects/lvm/lib/Common/src/Shift_Sat_v16xv16.c b/media/libeffects/lvm/lib/Common/src/Shift_Sat_v16xv16.c
index e449a7f..8363270 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/Shift_Sat_v16xv16.c
+++ b/media/libeffects/lvm/lib/Common/src/Shift_Sat_v16xv16.c
@@ -16,14 +16,6 @@
*/
/**********************************************************************************
-
- $Author: beq07716 $
- $Revision: 1000 $
- $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $
-
-***********************************************************************************/
-
-/**********************************************************************************
INCLUDE FILES
***********************************************************************************/
diff --git a/media/libeffects/lvm/lib/Common/src/Shift_Sat_v32xv32.c b/media/libeffects/lvm/lib/Common/src/Shift_Sat_v32xv32.c
index 0ab98ea..fbd132e 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/Shift_Sat_v32xv32.c
+++ b/media/libeffects/lvm/lib/Common/src/Shift_Sat_v32xv32.c
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1000 $*/
-/* $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
/**********************************************************************************
INCLUDE FILES
***********************************************************************************/
diff --git a/media/libeffects/lvm/lib/Common/src/dB_to_Lin32.c b/media/libeffects/lvm/lib/Common/src/dB_to_Lin32.c
index ac0343f..ac0343f 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/dB_to_Lin32.c
+++ b/media/libeffects/lvm/lib/Common/src/dB_to_Lin32.c
diff --git a/media/libeffects/lvm/lib/Common/src/mult3s_16x16.c b/media/libeffects/lvm/lib/Common/src/mult3s_16x16.c
index b500979..4092560 100755..100644
--- a/media/libeffects/lvm/lib/Common/src/mult3s_16x16.c
+++ b/media/libeffects/lvm/lib/Common/src/mult3s_16x16.c
@@ -16,14 +16,6 @@
*/
/**********************************************************************************
-
- $Author: beq07716 $
- $Revision: 1000 $
- $Date: 2010-06-28 13:08:20 +0200 (Mon, 28 Jun 2010) $
-
-***********************************************************************************/
-
-/**********************************************************************************
INCLUDE FILES
***********************************************************************************/
diff --git a/media/libeffects/lvm/lib/Eq/lib/LVEQNB.h b/media/libeffects/lvm/lib/Eq/lib/LVEQNB.h
index 7ba583f..db6aabe 100755..100644
--- a/media/libeffects/lvm/lib/Eq/lib/LVEQNB.h
+++ b/media/libeffects/lvm/lib/Eq/lib/LVEQNB.h
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/**********************************************************************************
-
- $Author: beq07716 $
- $Revision: 1005 $
- $Date: 2010-06-28 13:58:28 +0200 (Mon, 28 Jun 2010) $
-
-***********************************************************************************/
-
/****************************************************************************************/
/* */
/* Header file for the application layer interface of the N-Band equaliser. */
diff --git a/media/libeffects/lvm/lib/Eq/src/LVEQNB_CalcCoef.c b/media/libeffects/lvm/lib/Eq/src/LVEQNB_CalcCoef.c
index 4881049..fddedb9 100755..100644
--- a/media/libeffects/lvm/lib/Eq/src/LVEQNB_CalcCoef.c
+++ b/media/libeffects/lvm/lib/Eq/src/LVEQNB_CalcCoef.c
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/**********************************************************************************
-
- $Author: beq07716 $
- $Revision: 1005 $
- $Date: 2010-06-28 13:58:28 +0200 (Mon, 28 Jun 2010) $
-
-***********************************************************************************/
-
/****************************************************************************************/
/* */
/* Includes */
diff --git a/media/libeffects/lvm/lib/Eq/src/LVEQNB_Coeffs.h b/media/libeffects/lvm/lib/Eq/src/LVEQNB_Coeffs.h
index 87d7145..87d7145 100755..100644
--- a/media/libeffects/lvm/lib/Eq/src/LVEQNB_Coeffs.h
+++ b/media/libeffects/lvm/lib/Eq/src/LVEQNB_Coeffs.h
diff --git a/media/libeffects/lvm/lib/Eq/src/LVEQNB_Control.c b/media/libeffects/lvm/lib/Eq/src/LVEQNB_Control.c
index dac2449..10e7d74 100755..100644
--- a/media/libeffects/lvm/lib/Eq/src/LVEQNB_Control.c
+++ b/media/libeffects/lvm/lib/Eq/src/LVEQNB_Control.c
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/**********************************************************************************
-
- $Author: nxp007753 $
- $Revision: 1316 $
- $Date: 2010-07-23 11:53:24 +0200 (Fri, 23 Jul 2010) $
-
-***********************************************************************************/
-
/****************************************************************************************/
/* */
/* Includes */
diff --git a/media/libeffects/lvm/lib/Eq/src/LVEQNB_Init.c b/media/libeffects/lvm/lib/Eq/src/LVEQNB_Init.c
index a29fe05..e83e515 100755..100644
--- a/media/libeffects/lvm/lib/Eq/src/LVEQNB_Init.c
+++ b/media/libeffects/lvm/lib/Eq/src/LVEQNB_Init.c
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/**********************************************************************************
-
- $Author: beq07716 $
- $Revision: 1005 $
- $Date: 2010-06-28 13:58:28 +0200 (Mon, 28 Jun 2010) $
-
-***********************************************************************************/
-
/****************************************************************************************/
/* */
diff --git a/media/libeffects/lvm/lib/Eq/src/LVEQNB_Private.h b/media/libeffects/lvm/lib/Eq/src/LVEQNB_Private.h
index 0ae84af..9df980c 100755..100644
--- a/media/libeffects/lvm/lib/Eq/src/LVEQNB_Private.h
+++ b/media/libeffects/lvm/lib/Eq/src/LVEQNB_Private.h
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/**********************************************************************************
-
- $Author: beq07716 $
- $Revision: 1005 $
- $Date: 2010-06-28 13:58:28 +0200 (Mon, 28 Jun 2010) $
-
-***********************************************************************************/
-
#ifndef __LVEQNB_PRIVATE_H__
#define __LVEQNB_PRIVATE_H__
diff --git a/media/libeffects/lvm/lib/Eq/src/LVEQNB_Process.c b/media/libeffects/lvm/lib/Eq/src/LVEQNB_Process.c
index e29e881..ac3c740 100755..100644
--- a/media/libeffects/lvm/lib/Eq/src/LVEQNB_Process.c
+++ b/media/libeffects/lvm/lib/Eq/src/LVEQNB_Process.c
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/**********************************************************************************
-
- $Author: beq07716 $
- $Revision: 1005 $
- $Date: 2010-06-28 13:58:28 +0200 (Mon, 28 Jun 2010) $
-
-***********************************************************************************/
-
/****************************************************************************************/
/* */
/* Includes */
diff --git a/media/libeffects/lvm/lib/Eq/src/LVEQNB_Tables.c b/media/libeffects/lvm/lib/Eq/src/LVEQNB_Tables.c
index 33c07da..8e2e0e8 100755..100644
--- a/media/libeffects/lvm/lib/Eq/src/LVEQNB_Tables.c
+++ b/media/libeffects/lvm/lib/Eq/src/LVEQNB_Tables.c
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/************************************************************************************
-
- $Author: beq07716 $
- $Revision: 1005 $
- $Date: 2010-06-28 13:58:28 +0200 (Mon, 28 Jun 2010) $
-
-*************************************************************************************/
-
/************************************************************************************/
/* */
diff --git a/media/libeffects/lvm/lib/Reverb/lib/LVREV.h b/media/libeffects/lvm/lib/Reverb/lib/LVREV.h
index 4c32db0..28e3369 100755..100644
--- a/media/libeffects/lvm/lib/Reverb/lib/LVREV.h
+++ b/media/libeffects/lvm/lib/Reverb/lib/LVREV.h
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq03888 $*/
-/* $Revision: 1204 $*/
-/* $Date: 2010-07-14 08:55:43 +0200 (Wed, 14 Jul 2010) $*/
-/* */
-/************************************************************************/
-
/****************************************************************************************/
/* */
/* Header file for the application layer interface of the LVREV module */
diff --git a/media/libeffects/lvm/lib/Reverb/src/LVREV_ApplyNewSettings.c b/media/libeffects/lvm/lib/Reverb/src/LVREV_ApplyNewSettings.c
index 0026652..6a8b39b 100755..100644
--- a/media/libeffects/lvm/lib/Reverb/src/LVREV_ApplyNewSettings.c
+++ b/media/libeffects/lvm/lib/Reverb/src/LVREV_ApplyNewSettings.c
@@ -17,15 +17,6 @@
/****************************************************************************************/
/* */
-/* Project:: */
-/* $Author: nxp007753 $ */
-/* $Revision: 1316 $ */
-/* $Date: 2010-07-23 11:53:24 +0200 (Fri, 23 Jul 2010) $ */
-/* */
-/****************************************************************************************/
-
-/****************************************************************************************/
-/* */
/* Includes */
/* */
/****************************************************************************************/
diff --git a/media/libeffects/lvm/lib/Reverb/src/LVREV_ClearAudioBuffers.c b/media/libeffects/lvm/lib/Reverb/src/LVREV_ClearAudioBuffers.c
index b02b1a7..6bb1e88 100755..100644
--- a/media/libeffects/lvm/lib/Reverb/src/LVREV_ClearAudioBuffers.c
+++ b/media/libeffects/lvm/lib/Reverb/src/LVREV_ClearAudioBuffers.c
@@ -17,15 +17,6 @@
/****************************************************************************************/
/* */
-/* Project:: */
-/* $Author: nxp007753 $ */
-/* $Revision: 1316 $ */
-/* $Date: 2010-07-23 11:53:24 +0200 (Fri, 23 Jul 2010) $ */
-/* */
-/****************************************************************************************/
-
-/****************************************************************************************/
-/* */
/* Includes */
/* */
/****************************************************************************************/
diff --git a/media/libeffects/lvm/lib/Reverb/src/LVREV_GetControlParameters.c b/media/libeffects/lvm/lib/Reverb/src/LVREV_GetControlParameters.c
index ebf145e..7cee26d 100755..100644
--- a/media/libeffects/lvm/lib/Reverb/src/LVREV_GetControlParameters.c
+++ b/media/libeffects/lvm/lib/Reverb/src/LVREV_GetControlParameters.c
@@ -17,15 +17,6 @@
/****************************************************************************************/
/* */
-/* Project:: */
-/* $Author: nxp27078 $*/
-/* $Revision: 762 $*/
-/* $Date: 2010-06-11 14:50:33 +0200 (Fri, 11 Jun 2010) $*/
-/* */
-/****************************************************************************************/
-
-/****************************************************************************************/
-/* */
/* Includes */
/* */
/****************************************************************************************/
diff --git a/media/libeffects/lvm/lib/Reverb/src/LVREV_GetInstanceHandle.c b/media/libeffects/lvm/lib/Reverb/src/LVREV_GetInstanceHandle.c
index ca1c84d..c2b266a 100755..100644
--- a/media/libeffects/lvm/lib/Reverb/src/LVREV_GetInstanceHandle.c
+++ b/media/libeffects/lvm/lib/Reverb/src/LVREV_GetInstanceHandle.c
@@ -17,15 +17,6 @@
/****************************************************************************************/
/* */
-/* Project:: */
-/* $Author: nxp007753 $ */
-/* $Revision: 1316 $ */
-/* $Date: 2010-07-23 11:53:24 +0200 (Fri, 23 Jul 2010) $ */
-/* */
-/****************************************************************************************/
-
-/****************************************************************************************/
-/* */
/* Includes */
/* */
/****************************************************************************************/
diff --git a/media/libeffects/lvm/lib/Reverb/src/LVREV_GetMemoryTable.c b/media/libeffects/lvm/lib/Reverb/src/LVREV_GetMemoryTable.c
index e16a3d3..2012432 100755..100644
--- a/media/libeffects/lvm/lib/Reverb/src/LVREV_GetMemoryTable.c
+++ b/media/libeffects/lvm/lib/Reverb/src/LVREV_GetMemoryTable.c
@@ -17,15 +17,6 @@
/****************************************************************************************/
/* */
-/* Project:: */
-/* $Author: beq07716 $*/
-/* $Revision: 1007 $*/
-/* $Date: 2010-06-28 14:06:36 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/****************************************************************************************/
-
-/****************************************************************************************/
-/* */
/* Includes */
/* */
/****************************************************************************************/
diff --git a/media/libeffects/lvm/lib/Reverb/src/LVREV_Private.h b/media/libeffects/lvm/lib/Reverb/src/LVREV_Private.h
index 896b051..fbfa437 100755..100644
--- a/media/libeffects/lvm/lib/Reverb/src/LVREV_Private.h
+++ b/media/libeffects/lvm/lib/Reverb/src/LVREV_Private.h
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/****************************************************************************************/
-/* */
-/* Project:: */
-/* $Author: nxp007753 $ */
-/* $Revision: 1316 $ */
-/* $Date: 2010-07-23 11:53:24 +0200 (Fri, 23 Jul 2010) $ */
-/* */
-/****************************************************************************************/
-
#ifndef __LVREV_PRIVATE_H__
#define __LVREV_PRIVATE_H__
diff --git a/media/libeffects/lvm/lib/Reverb/src/LVREV_Process.c b/media/libeffects/lvm/lib/Reverb/src/LVREV_Process.c
index 822ac8f..81521ba 100755..100644
--- a/media/libeffects/lvm/lib/Reverb/src/LVREV_Process.c
+++ b/media/libeffects/lvm/lib/Reverb/src/LVREV_Process.c
@@ -17,15 +17,6 @@
/****************************************************************************************/
/* */
-/* Project:: */
-/* $Author: nxp007753 $ */
-/* $Revision: 1316 $ */
-/* $Date: 2010-07-23 11:53:24 +0200 (Fri, 23 Jul 2010) $ */
-/* */
-/****************************************************************************************/
-
-/****************************************************************************************/
-/* */
/* Includes */
/* */
/****************************************************************************************/
diff --git a/media/libeffects/lvm/lib/Reverb/src/LVREV_SetControlParameters.c b/media/libeffects/lvm/lib/Reverb/src/LVREV_SetControlParameters.c
index 124fd3b..f5895a7 100755..100644
--- a/media/libeffects/lvm/lib/Reverb/src/LVREV_SetControlParameters.c
+++ b/media/libeffects/lvm/lib/Reverb/src/LVREV_SetControlParameters.c
@@ -17,15 +17,6 @@
/****************************************************************************************/
/* */
-/* Project:: */
-/* $Author: nxp007753 $ */
-/* $Revision: 1316 $ */
-/* $Date: 2010-07-23 11:53:24 +0200 (Fri, 23 Jul 2010) $ */
-/* */
-/****************************************************************************************/
-
-/****************************************************************************************/
-/* */
/* Includes */
/* */
/****************************************************************************************/
diff --git a/media/libeffects/lvm/lib/Reverb/src/LVREV_Tables.c b/media/libeffects/lvm/lib/Reverb/src/LVREV_Tables.c
index 9249a31..5a6d43d 100755..100644
--- a/media/libeffects/lvm/lib/Reverb/src/LVREV_Tables.c
+++ b/media/libeffects/lvm/lib/Reverb/src/LVREV_Tables.c
@@ -17,15 +17,6 @@
/****************************************************************************************/
/* */
-/* Project:: */
-/* $Author: beq07716 $ */
-/* $Revision: 1011 $ */
-/* $Date: 2010-06-28 15:07:08 +0200 (Mon, 28 Jun 2010) $ */
-/* */
-/****************************************************************************************/
-
-/****************************************************************************************/
-/* */
/* Includes */
/* */
/****************************************************************************************/
diff --git a/media/libeffects/lvm/lib/Reverb/src/LVREV_Tables.h b/media/libeffects/lvm/lib/Reverb/src/LVREV_Tables.h
index 98471be..5f993bd 100755..100644
--- a/media/libeffects/lvm/lib/Reverb/src/LVREV_Tables.h
+++ b/media/libeffects/lvm/lib/Reverb/src/LVREV_Tables.h
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/****************************************************************************************/
-/* */
-/* Project:: */
-/* $Author: beq07716 $ */
-/* $Revision: 773 $ */
-/* $Date: 2010-06-14 10:43:54 +0200 (Mon, 14 Jun 2010) $ */
-/* */
-/****************************************************************************************/
-
#ifndef _LVREV_TABLES_H_
#define _LVREV_TABLES_H_
diff --git a/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/LVPSA.h b/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/LVPSA.h
index b9903b2..a675cb2 100755..100644
--- a/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/LVPSA.h
+++ b/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/LVPSA.h
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: PSA_01_ARMC_01 */
-/* $Author: beq07716 $*/
-/* $Revision: 1006 $*/
-/* $Date: 2010-06-28 14:01:47 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
#ifndef _LVPSA_H_
#define _LVPSA_H_
diff --git a/media/libeffects/lvm/lib/SpectrumAnalyzer/src/LVPSA_Control.c b/media/libeffects/lvm/lib/SpectrumAnalyzer/src/LVPSA_Control.c
index 1be8ff0..cd5f69c 100755..100644
--- a/media/libeffects/lvm/lib/SpectrumAnalyzer/src/LVPSA_Control.c
+++ b/media/libeffects/lvm/lib/SpectrumAnalyzer/src/LVPSA_Control.c
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: PSA_01_ARMC_01 */
-/* $Author: beq07716 $*/
-/* $Revision: 1006 $*/
-/* $Date: 2010-06-28 14:01:47 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
#include "LVPSA.h"
#include "LVPSA_Private.h"
#include "VectorArithmetic.h"
diff --git a/media/libeffects/lvm/lib/SpectrumAnalyzer/src/LVPSA_Init.c b/media/libeffects/lvm/lib/SpectrumAnalyzer/src/LVPSA_Init.c
index ab45678..27a4bc3 100755..100644
--- a/media/libeffects/lvm/lib/SpectrumAnalyzer/src/LVPSA_Init.c
+++ b/media/libeffects/lvm/lib/SpectrumAnalyzer/src/LVPSA_Init.c
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: PSA_01_ARMC_01 */
-/* $Author: beq07716 $*/
-/* $Revision: 1006 $*/
-/* $Date: 2010-06-28 14:01:47 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
#include "LVPSA.h"
#include "LVPSA_Private.h"
#include "InstAlloc.h"
diff --git a/media/libeffects/lvm/lib/SpectrumAnalyzer/src/LVPSA_Memory.c b/media/libeffects/lvm/lib/SpectrumAnalyzer/src/LVPSA_Memory.c
index 059cb4e..0984b10 100755..100644
--- a/media/libeffects/lvm/lib/SpectrumAnalyzer/src/LVPSA_Memory.c
+++ b/media/libeffects/lvm/lib/SpectrumAnalyzer/src/LVPSA_Memory.c
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: PSA_01_ARMC_01 */
-/* $Author: beq07716 $*/
-/* $Revision: 1006 $*/
-/* $Date: 2010-06-28 14:01:47 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
#include "LVPSA.h"
#include "LVPSA_Private.h"
#include "InstAlloc.h"
diff --git a/media/libeffects/lvm/lib/SpectrumAnalyzer/src/LVPSA_Private.h b/media/libeffects/lvm/lib/SpectrumAnalyzer/src/LVPSA_Private.h
index eb9fa8f..1d8bedd 100755..100644
--- a/media/libeffects/lvm/lib/SpectrumAnalyzer/src/LVPSA_Private.h
+++ b/media/libeffects/lvm/lib/SpectrumAnalyzer/src/LVPSA_Private.h
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: PSA_01_ARMC_01 */
-/* $Author: beq07716 $*/
-/* $Revision: 1006 $*/
-/* $Date: 2010-06-28 14:01:47 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
#ifndef _LVPSA_PRIVATE_H_
#define _LVPSA_PRIVATE_H_
diff --git a/media/libeffects/lvm/lib/SpectrumAnalyzer/src/LVPSA_Process.c b/media/libeffects/lvm/lib/SpectrumAnalyzer/src/LVPSA_Process.c
index d88a751..9e29f68 100755..100644
--- a/media/libeffects/lvm/lib/SpectrumAnalyzer/src/LVPSA_Process.c
+++ b/media/libeffects/lvm/lib/SpectrumAnalyzer/src/LVPSA_Process.c
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: PSA_01_ARMC_01 */
-/* $Author: beq07716 $*/
-/* $Revision: 1006 $*/
-/* $Date: 2010-06-28 14:01:47 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
#include "LVPSA.h"
#include "LVPSA_Private.h"
#include "LVM_Macros.h"
diff --git a/media/libeffects/lvm/lib/SpectrumAnalyzer/src/LVPSA_QPD.h b/media/libeffects/lvm/lib/SpectrumAnalyzer/src/LVPSA_QPD.h
index 641357e..836bfd7 100755..100644
--- a/media/libeffects/lvm/lib/SpectrumAnalyzer/src/LVPSA_QPD.h
+++ b/media/libeffects/lvm/lib/SpectrumAnalyzer/src/LVPSA_QPD.h
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: PSA_01_ARMC_01 */
-/* $Author: beq07716 $*/
-/* $Revision: 1006 $*/
-/* $Date: 2010-06-28 14:01:47 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
#ifndef _LVPSA_QPD_H_
#define _LVPSA_QPD_H_
diff --git a/media/libeffects/lvm/lib/SpectrumAnalyzer/src/LVPSA_QPD_Init.c b/media/libeffects/lvm/lib/SpectrumAnalyzer/src/LVPSA_QPD_Init.c
index 37abe40..50e0a80 100755..100644
--- a/media/libeffects/lvm/lib/SpectrumAnalyzer/src/LVPSA_QPD_Init.c
+++ b/media/libeffects/lvm/lib/SpectrumAnalyzer/src/LVPSA_QPD_Init.c
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: PSA_01_ARMC_01 */
-/* $Author: beq07716 $*/
-/* $Revision: 1006 $*/
-/* $Date: 2010-06-28 14:01:47 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
#include "LVPSA_QPD.h"
/************************************************************************************/
diff --git a/media/libeffects/lvm/lib/SpectrumAnalyzer/src/LVPSA_QPD_Process.c b/media/libeffects/lvm/lib/SpectrumAnalyzer/src/LVPSA_QPD_Process.c
index 7087475..67197c1 100755..100644
--- a/media/libeffects/lvm/lib/SpectrumAnalyzer/src/LVPSA_QPD_Process.c
+++ b/media/libeffects/lvm/lib/SpectrumAnalyzer/src/LVPSA_QPD_Process.c
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: PSA_01_ARMC_01 */
-/* $Author: beq07716 $*/
-/* $Revision: 1006 $*/
-/* $Date: 2010-06-28 14:01:47 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
#include "LVPSA_QPD.h"
#include "LVPSA_Private.h"
diff --git a/media/libeffects/lvm/lib/SpectrumAnalyzer/src/LVPSA_Tables.c b/media/libeffects/lvm/lib/SpectrumAnalyzer/src/LVPSA_Tables.c
index f4a35c5..21a5d8d 100755..100644
--- a/media/libeffects/lvm/lib/SpectrumAnalyzer/src/LVPSA_Tables.c
+++ b/media/libeffects/lvm/lib/SpectrumAnalyzer/src/LVPSA_Tables.c
@@ -15,15 +15,6 @@
* limitations under the License.
*/
-/************************************************************************/
-/* */
-/* Project:: PSA_01_ARMC_01 */
-/* $Author: beq07716 $*/
-/* $Revision: 1006 $*/
-/* $Date: 2010-06-28 14:01:47 +0200 (Mon, 28 Jun 2010) $*/
-/* */
-/************************************************************************/
-
/************************************************************************************/
/* */
diff --git a/media/libeffects/lvm/lib/StereoWidening/lib/LVCS.h b/media/libeffects/lvm/lib/StereoWidening/lib/LVCS.h
index 1ab45cc..0d62274 100755..100644
--- a/media/libeffects/lvm/lib/StereoWidening/lib/LVCS.h
+++ b/media/libeffects/lvm/lib/StereoWidening/lib/LVCS.h
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/****************************************************************************************
-
- $Author: beq07716 $
- $Revision: 1001 $
- $Date: 2010-06-28 13:23:02 +0200 (Mon, 28 Jun 2010) $
-
-*****************************************************************************************/
-
/****************************************************************************************/
/* */
/* Header file for the application layer interface of Concert Sound and Concert */
diff --git a/media/libeffects/lvm/lib/StereoWidening/src/LVCS_BypassMix.c b/media/libeffects/lvm/lib/StereoWidening/src/LVCS_BypassMix.c
index b1d9408..3e48c7e 100755..100644
--- a/media/libeffects/lvm/lib/StereoWidening/src/LVCS_BypassMix.c
+++ b/media/libeffects/lvm/lib/StereoWidening/src/LVCS_BypassMix.c
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/************************************************************************************
-
- $Author: beq06068 $
- $Revision: 1307 $
- $Date: 2010-07-22 17:41:25 +0200 (Thu, 22 Jul 2010) $
-
-*************************************************************************************/
-
/************************************************************************************/
/* */
/* Includes */
diff --git a/media/libeffects/lvm/lib/StereoWidening/src/LVCS_BypassMix.h b/media/libeffects/lvm/lib/StereoWidening/src/LVCS_BypassMix.h
index 79dff41..d1ef70a 100755..100644
--- a/media/libeffects/lvm/lib/StereoWidening/src/LVCS_BypassMix.h
+++ b/media/libeffects/lvm/lib/StereoWidening/src/LVCS_BypassMix.h
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/************************************************************************************
-
- $Author: beq07716 $
- $Revision: 1001 $
- $Date: 2010-06-28 13:23:02 +0200 (Mon, 28 Jun 2010) $
-
-*************************************************************************************/
-
#ifndef __LVCS_BYPASSMIX_H__
#define __LVCS_BYPASSMIX_H__
diff --git a/media/libeffects/lvm/lib/StereoWidening/src/LVCS_Control.c b/media/libeffects/lvm/lib/StereoWidening/src/LVCS_Control.c
index 668b151..a3ba42b 100755..100644
--- a/media/libeffects/lvm/lib/StereoWidening/src/LVCS_Control.c
+++ b/media/libeffects/lvm/lib/StereoWidening/src/LVCS_Control.c
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/************************************************************************************
-
- $Author: nxp007753 $
- $Revision: 1331 $
- $Date: 2010-07-27 12:26:23 +0200 (Tue, 27 Jul 2010) $
-
-*************************************************************************************/
-
/************************************************************************************/
/* */
/* Includes */
@@ -127,6 +119,8 @@ LVCS_ReturnStatus_en LVCS_Control(LVCS_Handle_t hInstance,
pInstance->VolCorrect = pLVCS_VolCorrectTable[Offset];
+ pInstance->CompressGain = pInstance->VolCorrect.CompMin;
+
LVC_Mixer_Init(&pInstance->BypassMix.Mixer_Instance.MixerStream[0],0,0);
diff --git a/media/libeffects/lvm/lib/StereoWidening/src/LVCS_Equaliser.c b/media/libeffects/lvm/lib/StereoWidening/src/LVCS_Equaliser.c
index d8023d6..25b0d86 100755..100644
--- a/media/libeffects/lvm/lib/StereoWidening/src/LVCS_Equaliser.c
+++ b/media/libeffects/lvm/lib/StereoWidening/src/LVCS_Equaliser.c
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/************************************************************************************
-
- $Author: nxp007753 $
- $Revision: 1331 $
- $Date: 2010-07-27 12:26:23 +0200 (Tue, 27 Jul 2010) $
-
-*************************************************************************************/
-
/************************************************************************************/
/* */
/* Includes */
diff --git a/media/libeffects/lvm/lib/StereoWidening/src/LVCS_Equaliser.h b/media/libeffects/lvm/lib/StereoWidening/src/LVCS_Equaliser.h
index 10b02cc..cf96f5b 100755..100644
--- a/media/libeffects/lvm/lib/StereoWidening/src/LVCS_Equaliser.h
+++ b/media/libeffects/lvm/lib/StereoWidening/src/LVCS_Equaliser.h
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/************************************************************************************
-
- $Author: beq07716 $
- $Revision: 1001 $
- $Date: 2010-06-28 13:23:02 +0200 (Mon, 28 Jun 2010) $
-
-*************************************************************************************/
-
#ifndef __LVCS_EQUALISER_H__
#define __LVCS_EQUALISER_H__
diff --git a/media/libeffects/lvm/lib/StereoWidening/src/LVCS_Headphone_Coeffs.h b/media/libeffects/lvm/lib/StereoWidening/src/LVCS_Headphone_Coeffs.h
index 1d55281..1d55281 100755..100644
--- a/media/libeffects/lvm/lib/StereoWidening/src/LVCS_Headphone_Coeffs.h
+++ b/media/libeffects/lvm/lib/StereoWidening/src/LVCS_Headphone_Coeffs.h
diff --git a/media/libeffects/lvm/lib/StereoWidening/src/LVCS_Init.c b/media/libeffects/lvm/lib/StereoWidening/src/LVCS_Init.c
index 82a8db2..1904e46 100755..100644
--- a/media/libeffects/lvm/lib/StereoWidening/src/LVCS_Init.c
+++ b/media/libeffects/lvm/lib/StereoWidening/src/LVCS_Init.c
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/************************************************************************************
-
- $Author: nxp007753 $
- $Revision: 1331 $
- $Date: 2010-07-27 12:26:23 +0200 (Tue, 27 Jul 2010) $
-
-*************************************************************************************/
-
/************************************************************************************/
/* */
/* Includes */
diff --git a/media/libeffects/lvm/lib/StereoWidening/src/LVCS_Private.h b/media/libeffects/lvm/lib/StereoWidening/src/LVCS_Private.h
index a977690..f3adb8d 100755..100644
--- a/media/libeffects/lvm/lib/StereoWidening/src/LVCS_Private.h
+++ b/media/libeffects/lvm/lib/StereoWidening/src/LVCS_Private.h
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/************************************************************************************
-
- $Author: beq06068 $
- $Revision: 1307 $
- $Date: 2010-07-22 17:41:25 +0200 (Thu, 22 Jul 2010) $
-
-*************************************************************************************/
-
/************************************************************************************/
/* */
/* Header file for the private layer interface of concert sound. */
@@ -65,6 +57,7 @@ extern "C" {
#define LVCS_REVERBSWITCH 0x0002 /* Reverberation enable control */
#define LVCS_EQUALISERSWITCH 0x0004 /* Equaliser enable control */
#define LVCS_BYPASSMIXSWITCH 0x0008 /* Bypass mixer enable control */
+#define LVCS_COMPGAINFRAME 64 /* Compressor gain update interval */
/* Memory */
#define LVCS_SCRATCHBUFFERS 6 /* Number of buffers required for inplace processing */
@@ -120,6 +113,7 @@ typedef struct
LVCS_OutputDevice_en OutputDevice; /* Selected output device type */
LVCS_VolCorrect_t VolCorrect; /* Volume correction settings */
LVM_INT16 TransitionGain; /* Transition gain */
+ LVM_INT16 CompressGain; /* Last used compressor gain*/
/* Sub-block configurations */
LVCS_StereoEnhancer_t StereoEnhancer; /* Stereo enhancer configuration */
diff --git a/media/libeffects/lvm/lib/StereoWidening/src/LVCS_Process.c b/media/libeffects/lvm/lib/StereoWidening/src/LVCS_Process.c
index 999b8bb..5d99461 100755..100644
--- a/media/libeffects/lvm/lib/StereoWidening/src/LVCS_Process.c
+++ b/media/libeffects/lvm/lib/StereoWidening/src/LVCS_Process.c
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/************************************************************************************
-
- $Author: beq07716 $
- $Revision: 1001 $
- $Date: 2010-06-28 13:23:02 +0200 (Mon, 28 Jun 2010) $
-
-*************************************************************************************/
-
/************************************************************************************/
/* */
@@ -213,10 +205,80 @@ LVCS_ReturnStatus_en LVCS_Process(LVCS_Handle_t hInstance,
- (((LVM_INT32)pInstance->VolCorrect.CompMin * (Current1)) >> 15)
+ (((LVM_INT32)pInstance->VolCorrect.CompFull * (Current1)) >> 15) );
- NonLinComp_D16(Gain, /* Compressor gain setting */
- pOutData,
- pOutData,
- (LVM_INT32)(2*NumSamples));
+ if(NumSamples < LVCS_COMPGAINFRAME)
+ {
+ NonLinComp_D16(Gain, /* Compressor gain setting */
+ pOutData,
+ pOutData,
+ (LVM_INT32)(2*NumSamples));
+ }
+ else
+ {
+ LVM_INT16 GainStep;
+ LVM_INT16 FinalGain;
+ LVM_INT16 SampleToProcess = NumSamples;
+ LVM_INT16 *pOutPtr;
+
+ /* Large changes in Gain can cause clicks in output
+ Split data into small blocks and use interpolated gain values */
+
+ GainStep = (LVM_INT16)(((Gain-pInstance->CompressGain) * LVCS_COMPGAINFRAME)/NumSamples);
+
+ if((GainStep ==0)&&(pInstance->CompressGain < Gain))
+ {
+ GainStep=1;
+ }
+ else
+ {
+ if((GainStep ==0)&&(pInstance->CompressGain > Gain))
+ {
+ GainStep=-1;
+ }
+ }
+
+ FinalGain = Gain;
+ Gain = pInstance->CompressGain;
+ pOutPtr = pOutData;
+
+ while(SampleToProcess > 0)
+ {
+ Gain = (LVM_INT16)(Gain + GainStep);
+ if((GainStep > 0)&& (FinalGain <= Gain))
+ {
+ Gain = FinalGain;
+ GainStep =0;
+ }
+
+ if((GainStep < 0)&& (FinalGain > Gain))
+ {
+ Gain = FinalGain;
+ GainStep =0;
+ }
+
+ if(SampleToProcess > LVCS_COMPGAINFRAME)
+ {
+ NonLinComp_D16(Gain, /* Compressor gain setting */
+ pOutPtr,
+ pOutPtr,
+ (LVM_INT32)(2*LVCS_COMPGAINFRAME));
+ pOutPtr +=(2*LVCS_COMPGAINFRAME);
+ SampleToProcess = (LVM_INT16)(SampleToProcess-LVCS_COMPGAINFRAME);
+ }
+ else
+ {
+ NonLinComp_D16(Gain, /* Compressor gain setting */
+ pOutPtr,
+ pOutPtr,
+ (LVM_INT32)(2*SampleToProcess));
+
+ SampleToProcess = 0;
+ }
+
+ }
+ }
+
+ /* Store gain value*/
+ pInstance->CompressGain = Gain;
}
diff --git a/media/libeffects/lvm/lib/StereoWidening/src/LVCS_ReverbGenerator.c b/media/libeffects/lvm/lib/StereoWidening/src/LVCS_ReverbGenerator.c
index 861bde6..ee257b8 100755..100644
--- a/media/libeffects/lvm/lib/StereoWidening/src/LVCS_ReverbGenerator.c
+++ b/media/libeffects/lvm/lib/StereoWidening/src/LVCS_ReverbGenerator.c
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/************************************************************************************
-
- $Author: nxp007753 $
- $Revision: 1315 $
- $Date: 2010-07-23 11:52:08 +0200 (Fri, 23 Jul 2010) $
-
-*************************************************************************************/
-
/************************************************************************************/
/* */
/* Includes */
diff --git a/media/libeffects/lvm/lib/StereoWidening/src/LVCS_ReverbGenerator.h b/media/libeffects/lvm/lib/StereoWidening/src/LVCS_ReverbGenerator.h
index 1164bce..6e026ff 100755..100644
--- a/media/libeffects/lvm/lib/StereoWidening/src/LVCS_ReverbGenerator.h
+++ b/media/libeffects/lvm/lib/StereoWidening/src/LVCS_ReverbGenerator.h
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/************************************************************************************
-
- $Author: beq07716 $
- $Revision: 1001 $
- $Date: 2010-06-28 13:23:02 +0200 (Mon, 28 Jun 2010) $
-
-*************************************************************************************/
-
#ifndef __LVCS_REVERBGENERATOR_H__
#define __LVCS_REVERBGENERATOR_H__
diff --git a/media/libeffects/lvm/lib/StereoWidening/src/LVCS_StereoEnhancer.c b/media/libeffects/lvm/lib/StereoWidening/src/LVCS_StereoEnhancer.c
index 83748e6..b9b8b05 100755..100644
--- a/media/libeffects/lvm/lib/StereoWidening/src/LVCS_StereoEnhancer.c
+++ b/media/libeffects/lvm/lib/StereoWidening/src/LVCS_StereoEnhancer.c
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/************************************************************************************
-
- $Author: nxp007753 $
- $Revision: 1331 $
- $Date: 2010-07-27 12:26:23 +0200 (Tue, 27 Jul 2010) $
-
-*************************************************************************************/
-
/************************************************************************************/
/* */
/* Includes */
diff --git a/media/libeffects/lvm/lib/StereoWidening/src/LVCS_StereoEnhancer.h b/media/libeffects/lvm/lib/StereoWidening/src/LVCS_StereoEnhancer.h
index c3f6296..15bc407 100755..100644
--- a/media/libeffects/lvm/lib/StereoWidening/src/LVCS_StereoEnhancer.h
+++ b/media/libeffects/lvm/lib/StereoWidening/src/LVCS_StereoEnhancer.h
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/************************************************************************************
-
- $Author: beq07716 $
- $Revision: 1001 $
- $Date: 2010-06-28 13:23:02 +0200 (Mon, 28 Jun 2010) $
-
-*************************************************************************************/
-
#ifndef __LVCS_STEREOENHANCER_H__
#define __LVCS_STEREOENHANCER_H__
diff --git a/media/libeffects/lvm/lib/StereoWidening/src/LVCS_Tables.c b/media/libeffects/lvm/lib/StereoWidening/src/LVCS_Tables.c
index ad4eb1e..974de21 100755..100644
--- a/media/libeffects/lvm/lib/StereoWidening/src/LVCS_Tables.c
+++ b/media/libeffects/lvm/lib/StereoWidening/src/LVCS_Tables.c
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/************************************************************************************
-
- $Author: beq07716 $
- $Revision: 1001 $
- $Date: 2010-06-28 13:23:02 +0200 (Mon, 28 Jun 2010) $
-
-*************************************************************************************/
-
/************************************************************************************/
/* */
diff --git a/media/libeffects/lvm/lib/StereoWidening/src/LVCS_Tables.h b/media/libeffects/lvm/lib/StereoWidening/src/LVCS_Tables.h
index 72d6855..3f6c4c8 100755..100644
--- a/media/libeffects/lvm/lib/StereoWidening/src/LVCS_Tables.h
+++ b/media/libeffects/lvm/lib/StereoWidening/src/LVCS_Tables.h
@@ -15,13 +15,6 @@
* limitations under the License.
*/
-/************************************************************************************
-
- $Author: nxp27078 $
- $Revision: 672 $
- $Date: 2010-06-08 19:39:38 +0200 (Tue, 08 Jun 2010) $
-
-*************************************************************************************/
#ifndef __LVCS_TABLES_H__
#define __LVCS_TABLES_H__
diff --git a/media/libeffects/lvm/wrapper/Bundle/EffectBundle.cpp b/media/libeffects/lvm/wrapper/Bundle/EffectBundle.cpp
index d856eb4..d3bb96e 100644
--- a/media/libeffects/lvm/wrapper/Bundle/EffectBundle.cpp
+++ b/media/libeffects/lvm/wrapper/Bundle/EffectBundle.cpp
@@ -26,9 +26,6 @@
#include <new>
#include <EffectBundle.h>
-#define LVM_MAX_SESSIONS 32
-#define MAX_NUM_BANDS 5
-#define MAX_CALL_SIZE 256
// effect_interface_t interface implementation for bass boost
extern "C" const struct effect_interface_s gLvmEffectInterface;
@@ -77,8 +74,8 @@ const effect_descriptor_t gBassBoostDescriptor = {
EFFECT_API_VERSION,
(EFFECT_FLAG_TYPE_INSERT | EFFECT_FLAG_INSERT_LAST | EFFECT_FLAG_DEVICE_IND
| EFFECT_FLAG_VOLUME_CTRL),
- 0, // TODO
- 1,
+ BASS_BOOST_CUP_LOAD_ARM9E,
+ BUNDLE_MEM_USAGE,
"Dynamic Bass Boost",
"NXP Software Ltd.",
};
@@ -90,8 +87,8 @@ const effect_descriptor_t gVirtualizerDescriptor = {
EFFECT_API_VERSION,
(EFFECT_FLAG_TYPE_INSERT | EFFECT_FLAG_INSERT_LAST | EFFECT_FLAG_DEVICE_IND
| EFFECT_FLAG_VOLUME_CTRL),
- 0, // TODO
- 1,
+ VIRTUALIZER_CUP_LOAD_ARM9E,
+ BUNDLE_MEM_USAGE,
"Virtualizer",
"NXP Software Ltd.",
};
@@ -102,8 +99,8 @@ const effect_descriptor_t gEqualizerDescriptor = {
{0xce772f20, 0x847d, 0x11df, 0xbb17, {0x00, 0x02, 0xa5, 0xd5, 0xc5, 0x1b}}, // uuid Eq NXP
EFFECT_API_VERSION,
(EFFECT_FLAG_TYPE_INSERT | EFFECT_FLAG_INSERT_LAST | EFFECT_FLAG_VOLUME_CTRL),
- 0, // TODO
- 1,
+ EQUALIZER_CUP_LOAD_ARM9E,
+ BUNDLE_MEM_USAGE,
"Equalizer",
"NXP Software Ltd.",
};
@@ -114,8 +111,8 @@ const effect_descriptor_t gVolumeDescriptor = {
{0x119341a0, 0x8469, 0x11df, 0x81f9, { 0x00, 0x02, 0xa5, 0xd5, 0xc5, 0x1b }}, //uuid VOL NXP
EFFECT_API_VERSION,
(EFFECT_FLAG_TYPE_INSERT | EFFECT_FLAG_INSERT_LAST | EFFECT_FLAG_VOLUME_CTRL),
- 0, // TODO
- 1,
+ VOLUME_CUP_LOAD_ARM9E,
+ BUNDLE_MEM_USAGE,
"Volume",
"NXP Software Ltd.",
};
@@ -258,6 +255,7 @@ extern "C" int EffectCreate(effect_uuid_t *uuid,
pContext->pBundledContext->NumberEffectsEnabled = 0;
pContext->pBundledContext->NumberEffectsCalled = 0;
pContext->pBundledContext->frameCount = 0;
+ pContext->pBundledContext->firstVolume = LVM_TRUE;
#ifdef LVM_PCM
pContext->pBundledContext->PcmInPtr = NULL;
@@ -503,8 +501,8 @@ int LvmBundle_init(EffectContext *pContext){
MemTab.Region[i].pBaseAddress = malloc(MemTab.Region[i].Size);
if (MemTab.Region[i].pBaseAddress == LVM_NULL){
- LOGV("\tLVM_ERROR :LvmBundle_init CreateInstance Failed to allocate %ld bytes for region %u\n",
- MemTab.Region[i].Size, i );
+ LOGV("\tLVM_ERROR :LvmBundle_init CreateInstance Failed to allocate %ld bytes "
+ "for region %u\n", MemTab.Region[i].Size, i );
bMallocFailure = LVM_TRUE;
}else{
LOGV("\tLvmBundle_init CreateInstance allocated %ld bytes for region %u at %p\n",
@@ -519,8 +517,8 @@ int LvmBundle_init(EffectContext *pContext){
if(bMallocFailure == LVM_TRUE){
for (int i=0; i<LVM_NR_MEMORY_REGIONS; i++){
if (MemTab.Region[i].pBaseAddress == LVM_NULL){
- LOGV("\tLVM_ERROR :LvmBundle_init CreateInstance Failed to allocate %ld bytes for region %u - +"
- "Not freeing\n", MemTab.Region[i].Size, i );
+ LOGV("\tLVM_ERROR :LvmBundle_init CreateInstance Failed to allocate %ld bytes "
+ "for region %u Not freeing\n", MemTab.Region[i].Size, i );
}else{
LOGV("\tLVM_ERROR :LvmBundle_init CreateInstance Failed: but allocated %ld bytes "
"for region %u at %p- free\n",
@@ -561,7 +559,7 @@ int LvmBundle_init(EffectContext *pContext){
params.VirtualizerOperatingMode = LVM_MODE_OFF;
params.VirtualizerType = LVM_CONCERTSOUND;
params.VirtualizerReverbLevel = 100;
- params.CS_EffectLevel = LVM_CS_EFFECT_HIGH;
+ params.CS_EffectLevel = LVM_CS_EFFECT_NONE;
/* N-Band Equaliser parameters */
params.EQNB_OperatingMode = LVM_EQNB_OFF;
@@ -597,6 +595,10 @@ int LvmBundle_init(EffectContext *pContext){
params.PSA_Enable = LVM_PSA_OFF;
params.PSA_PeakDecayRate = LVM_PSA_SPEED_MEDIUM;
+ /* TE Control parameters */
+ params.TE_OperatingMode = LVM_TE_OFF;
+ params.TE_EffectLevel = 0;
+
/* Activate the initial settings */
LvmStatus = LVM_SetControlParameters(pContext->pBundledContext->hInstance,
&params);
@@ -691,6 +693,8 @@ int LvmBundle_process(LVM_INT16 *pIn,
fflush(pContext->pBundledContext->PcmInPtr);
#endif
+ //LOGV("Calling LVM_Process");
+
/* Process the samples */
LvmStatus = LVM_Process(pContext->pBundledContext->hInstance, /* Instance handle */
pIn, /* Input buffer */
@@ -1056,7 +1060,7 @@ uint32_t VirtualizerGetStrength(EffectContext *pContext){
//LOGV("\tVirtualizerGetStrength Succesfully returned from LVM_GetControlParameters\n");
//LOGV("\tVirtualizerGetStrength() (0-100) -> %d\n", ActiveParams.VirtualizerReverbLevel*10);
- return ActiveParams.VirtualizerReverbLevel*10;
+ return pContext->pBundledContext->VirtStrengthSaved;
} /* end getStrength */
//----------------------------------------------------------------------------
@@ -1085,15 +1089,15 @@ void VirtualizerSetStrength(EffectContext *pContext, uint32_t strength){
//LOGV("\tVirtualizerSetStrength Succesfully returned from LVM_GetControlParameters\n");
/* Virtualizer parameters */
- ActiveParams.VirtualizerReverbLevel = (LVM_INT16)(strength/10);
+ ActiveParams.CS_EffectLevel = (int)((strength*32767)/1000);
//LOGV("\tVirtualizerSetStrength() (0-1000) -> %d\n", strength );
- //LOGV("\tVirtualizerSetStrength() (0- 100) -> %d\n", ActiveParams.VirtualizerReverbLevel );
+ //LOGV("\tVirtualizerSetStrength() (0- 100) -> %d\n", ActiveParams.CS_EffectLevel );
/* Activate the initial settings */
LvmStatus = LVM_SetControlParameters(pContext->pBundledContext->hInstance, &ActiveParams);
LVM_ERROR_CHECK(LvmStatus, "LVM_SetControlParameters", "VirtualizerSetStrength")
- //LOGV("\tVirtualizerSetStrength Succesfully called LVM_SetControlParameters\n");
+ //LOGV("\tVirtualizerSetStrength Succesfully called LVM_SetControlParameters\n\n");
} /* end setStrength */
//----------------------------------------------------------------------------
@@ -1142,7 +1146,7 @@ int32_t EqualizerGetBandLevel(EffectContext *pContext, int32_t band){
// Outputs:
//
//---------------------------------------------------------------------------
-void EqualizerSetBandLevel(EffectContext *pContext, int band, int Gain){
+void EqualizerSetBandLevel(EffectContext *pContext, int band, short Gain){
int gainRounded;
if(Gain > 0){
gainRounded = (int)((Gain+50)/100);
@@ -1160,7 +1164,7 @@ void EqualizerSetBandLevel(EffectContext *pContext, int band, int Gain){
LvmStatus = LVM_GetControlParameters(pContext->pBundledContext->hInstance, &ActiveParams);
LVM_ERROR_CHECK(LvmStatus, "LVM_GetControlParameters", "EqualizerSetBandLevel")
//LOGV("\tEqualizerSetBandLevel Succesfully returned from LVM_GetControlParameters\n");
- //LOGV("\tEqualizerSetBandLevel just Got -> %d\n", ActiveParams.pEQNB_BandDefinition[band].Gain);
+ //LOGV("\tEqualizerSetBandLevel just Got -> %d\n",ActiveParams.pEQNB_BandDefinition[band].Gain);
/* Set local EQ parameters */
BandDef = ActiveParams.pEQNB_BandDefinition;
@@ -1169,7 +1173,7 @@ void EqualizerSetBandLevel(EffectContext *pContext, int band, int Gain){
/* Activate the initial settings */
LvmStatus = LVM_SetControlParameters(pContext->pBundledContext->hInstance, &ActiveParams);
LVM_ERROR_CHECK(LvmStatus, "LVM_SetControlParameters", "EqualizerSetBandLevel")
- //LOGV("\tEqualizerSetBandLevel just Set -> %d\n", ActiveParams.pEQNB_BandDefinition[band].Gain);
+ //LOGV("\tEqualizerSetBandLevel just Set -> %d\n",ActiveParams.pEQNB_BandDefinition[band].Gain);
pContext->pBundledContext->CurPreset = PRESET_CUSTOM;
return;
@@ -1389,7 +1393,13 @@ int VolumeSetVolumeLevel(EffectContext *pContext, int16_t level){
LVM_ERROR_CHECK(LvmStatus, "LVM_GetControlParameters", "VolumeSetVolumeLevel")
if(LvmStatus != LVM_SUCCESS) return -EINVAL;
- //LOGV("\tVolumeSetVolumeLevel just set (-96dB -> 0dB) -> %d\n", ActiveParams.VC_EffectLevel );
+ //LOGV("\tVolumeSetVolumeLevel just set (-96dB -> 0dB) -> %d\n",ActiveParams.VC_EffectLevel );
+ if(pContext->pBundledContext->firstVolume == LVM_TRUE){
+ LvmStatus = LVM_SetVolumeNoSmoothing(pContext->pBundledContext->hInstance, &ActiveParams);
+ LVM_ERROR_CHECK(LvmStatus, "LVM_SetVolumeNoSmoothing", "LvmBundle_process")
+ LOGV("\tLVM_VOLUME: Disabling Smoothing for first volume change to remove spikes/clicks");
+ pContext->pBundledContext->firstVolume = LVM_FALSE;
+ }
return 0;
} /* end setVolumeLevel */
@@ -1524,7 +1534,8 @@ int VolumeSetStereoPosition(EffectContext *pContext, int16_t position){
pContext->pBundledContext->positionSaved = position;
Balance = VolumeConvertStereoPosition(pContext->pBundledContext->positionSaved);
- //LOGV("\tVolumeSetStereoPosition start pContext->pBundledContext->positionSaved = %d", pContext->pBundledContext->positionSaved);
+ //LOGV("\tVolumeSetStereoPosition start pContext->pBundledContext->positionSaved = %d",
+ //pContext->pBundledContext->positionSaved);
if(pContext->pBundledContext->bStereoPositionEnabled == LVM_TRUE){
@@ -1559,7 +1570,8 @@ int VolumeSetStereoPosition(EffectContext *pContext, int16_t position){
//LOGV("\tVolumeSetStereoPosition Position attempting to set, but not enabled %d %d\n",
//position, Balance);
}
- //LOGV("\tVolumeSetStereoPosition end pContext->pBundledContext->positionSaved = %d\n", pContext->pBundledContext->positionSaved);
+ //LOGV("\tVolumeSetStereoPosition end pContext->pBundledContext->positionSaved = %d\n",
+ //pContext->pBundledContext->positionSaved);
return 0;
} /* end VolumeSetStereoPosition */
@@ -1583,7 +1595,8 @@ int32_t VolumeGetStereoPosition(EffectContext *pContext, int16_t *position){
LVM_ReturnStatus_en LvmStatus = LVM_SUCCESS; /* Function call status */
LVM_INT16 balance;
- //LOGV("\tVolumeGetStereoPosition start pContext->pBundledContext->positionSaved = %d", pContext->pBundledContext->positionSaved);
+ //LOGV("\tVolumeGetStereoPosition start pContext->pBundledContext->positionSaved = %d",
+ //pContext->pBundledContext->positionSaved);
LvmStatus = LVM_GetControlParameters(pContext->pBundledContext->hInstance, &ActiveParams);
LVM_ERROR_CHECK(LvmStatus, "LVM_GetControlParameters", "VolumeGetStereoPosition")
@@ -1600,7 +1613,8 @@ int32_t VolumeGetStereoPosition(EffectContext *pContext, int16_t *position){
}
}
*position = (LVM_INT16)pContext->pBundledContext->positionSaved; // Convert dB to millibels
- //LOGV("\tVolumeGetStereoPosition end returning pContext->pBundledContext->positionSaved = %d\n", pContext->pBundledContext->positionSaved);
+ //LOGV("\tVolumeGetStereoPosition end returning pContext->pBundledContext->positionSaved =%d\n",
+ //pContext->pBundledContext->positionSaved);
return 0;
} /* end VolumeGetStereoPosition */
@@ -1686,14 +1700,14 @@ int BassBoost_getParameter(EffectContext *pContext,
switch (param){
case BASSBOOST_PARAM_STRENGTH_SUPPORTED:
if (*pValueSize != sizeof(uint32_t)){
- LOGV("\tLVM_ERROR : BassBoost_getParameter() invalid pValueSize %d", *pValueSize);
+ LOGV("\tLVM_ERROR : BassBoost_getParameter() invalid pValueSize1 %d", *pValueSize);
return -EINVAL;
}
*pValueSize = sizeof(uint32_t);
break;
case BASSBOOST_PARAM_STRENGTH:
if (*pValueSize != sizeof(int16_t)){
- LOGV("\tLVM_ERROR : BassBoost_getParameter() invalid pValueSize %d", *pValueSize);
+ LOGV("\tLVM_ERROR : BassBoost_getParameter() invalid pValueSize2 %d", *pValueSize);
return -EINVAL;
}
*pValueSize = sizeof(int16_t);
@@ -1809,10 +1823,9 @@ int Virtualizer_getParameter(EffectContext *pContext,
}
*pValueSize = sizeof(uint32_t);
break;
-
case VIRTUALIZER_PARAM_STRENGTH:
if (*pValueSize != sizeof(int16_t)){
- LOGV("\tLVM_ERROR : Virtualizer_getParameter() invalid pValueSize %d",*pValueSize);
+ LOGV("\tLVM_ERROR : Virtualizer_getParameter() invalid pValueSize2 %d",*pValueSize);
return -EINVAL;
}
*pValueSize = sizeof(int16_t);
@@ -1941,10 +1954,9 @@ int Equalizer_getParameter(EffectContext *pContext,
}
*pValueSize = 2 * sizeof(int16_t);
break;
-
case EQ_PARAM_BAND_FREQ_RANGE:
if (*pValueSize < 2 * sizeof(int32_t)) {
- LOGV("\tLVM_ERROR : Equalizer_getParameter() invalid pValueSize 2 %d", *pValueSize);
+ LOGV("\tLVM_ERROR : Equalizer_getParameter() invalid pValueSize 3 %d", *pValueSize);
return -EINVAL;
}
*pValueSize = 2 * sizeof(int32_t);
@@ -1952,7 +1964,7 @@ int Equalizer_getParameter(EffectContext *pContext,
case EQ_PARAM_CENTER_FREQ:
if (*pValueSize < sizeof(int32_t)) {
- LOGV("\tLVM_ERROR : Equalizer_getParameter() invalid pValueSize 1 %d", *pValueSize);
+ LOGV("\tLVM_ERROR : Equalizer_getParameter() invalid pValueSize 5 %d", *pValueSize);
return -EINVAL;
}
*pValueSize = sizeof(int32_t);
@@ -1984,7 +1996,7 @@ int Equalizer_getParameter(EffectContext *pContext,
*(int16_t *)pValue = -1500;
*((int16_t *)pValue + 1) = 1500;
//LOGV("\tEqualizer_getParameter() EQ_PARAM_LEVEL_RANGE min %d, max %d",
- // *(int32_t *)pValue, *((int32_t *)pValue + 1));
+ // *(int16_t *)pValue, *((int16_t *)pValue + 1));
break;
case EQ_PARAM_BAND_LEVEL:
@@ -2024,7 +2036,7 @@ int Equalizer_getParameter(EffectContext *pContext,
param2 = *pParamTemp;
*(uint16_t *)pValue = (uint16_t)EqualizerGetBand(pContext, param2);
//LOGV("\tEqualizer_getParameter() EQ_PARAM_GET_BAND frequency %d, band %d",
- // param2, *(int32_t *)pValue);
+ // param2, *(uint16_t *)pValue);
break;
case EQ_PARAM_CUR_PRESET:
@@ -2068,7 +2080,7 @@ int Equalizer_getParameter(EffectContext *pContext,
break;
}
- //LOGV("\tEqualizer_getParameter end");
+ //GV("\tEqualizer_getParameter end\n");
return status;
} /* end Equalizer_getParameter */
@@ -2137,7 +2149,7 @@ int Equalizer_setParameter (EffectContext *pContext, void *pParam, void *pValue)
}
} break;
default:
- LOGV("\tLVM_ERROR : setParameter() invalid param %d", param);
+ LOGV("\tLVM_ERROR : Equalizer_setParameter() invalid param %d", param);
status = -EINVAL;
break;
}
@@ -2177,7 +2189,7 @@ int Volume_getParameter(EffectContext *pContext,
int32_t param = *pParamTemp++;;
char *name;
- LOGV("\tVolume_getParameter start");
+ //LOGV("\tVolume_getParameter start");
switch (param){
case VOLUME_PARAM_LEVEL:
@@ -2207,20 +2219,20 @@ int Volume_getParameter(EffectContext *pContext,
switch (param){
case VOLUME_PARAM_LEVEL:
status = VolumeGetVolumeLevel(pContext, (int16_t *)(pValue));
- LOGV("\tVolume_getParameter() VOLUME_PARAM_LEVEL Value is %d",
- *(int16_t *)pValue);
+ //LOGV("\tVolume_getParameter() VOLUME_PARAM_LEVEL Value is %d",
+ // *(int16_t *)pValue);
break;
case VOLUME_PARAM_MAXLEVEL:
*(int16_t *)pValue = 0;
- LOGV("\tVolume_getParameter() VOLUME_PARAM_MAXLEVEL Value is %d",
- *(int16_t *)pValue);
+ //LOGV("\tVolume_getParameter() VOLUME_PARAM_MAXLEVEL Value is %d",
+ // *(int16_t *)pValue);
break;
case VOLUME_PARAM_STEREOPOSITION:
VolumeGetStereoPosition(pContext, (int16_t *)pValue);
- LOGV("\tVolume_getParameter() VOLUME_PARAM_STEREOPOSITION Value is %d",
- *(int16_t *)pValue);
+ //LOGV("\tVolume_getParameter() VOLUME_PARAM_STEREOPOSITION Value is %d",
+ // *(int16_t *)pValue);
break;
case VOLUME_PARAM_MUTE:
@@ -2231,8 +2243,8 @@ int Volume_getParameter(EffectContext *pContext,
case VOLUME_PARAM_ENABLESTEREOPOSITION:
*(int32_t *)pValue = pContext->pBundledContext->bStereoPositionEnabled;
- LOGV("\tVolume_getParameter() VOLUME_PARAM_ENABLESTEREOPOSITION Value is %d",
- *(uint32_t *)pValue);
+ //LOGV("\tVolume_getParameter() VOLUME_PARAM_ENABLESTEREOPOSITION Value is %d",
+ // *(uint32_t *)pValue);
break;
default:
@@ -2270,38 +2282,38 @@ int Volume_setParameter (EffectContext *pContext, void *pParam, void *pValue){
int32_t *pParamTemp = (int32_t *)pParam;
int32_t param = *pParamTemp++;
- LOGV("\tVolume_setParameter start");
+ //LOGV("\tVolume_setParameter start");
switch (param){
case VOLUME_PARAM_LEVEL:
level = *(int16_t *)pValue;
- LOGV("\tVolume_setParameter() VOLUME_PARAM_LEVEL value is %d", level);
- LOGV("\tVolume_setParameter() Calling pVolume->setVolumeLevel");
+ //LOGV("\tVolume_setParameter() VOLUME_PARAM_LEVEL value is %d", level);
+ //LOGV("\tVolume_setParameter() Calling pVolume->setVolumeLevel");
status = VolumeSetVolumeLevel(pContext, (int16_t)level);
- LOGV("\tVolume_setParameter() Called pVolume->setVolumeLevel");
+ //LOGV("\tVolume_setParameter() Called pVolume->setVolumeLevel");
break;
case VOLUME_PARAM_MUTE:
mute = *(uint32_t *)pValue;
- LOGV("\tVolume_setParameter() Calling pVolume->setMute, mute is %d", mute);
- LOGV("\tVolume_setParameter() Calling pVolume->setMute");
+ //LOGV("\tVolume_setParameter() Calling pVolume->setMute, mute is %d", mute);
+ //LOGV("\tVolume_setParameter() Calling pVolume->setMute");
status = VolumeSetMute(pContext, mute);
- LOGV("\tVolume_setParameter() Called pVolume->setMute");
+ //LOGV("\tVolume_setParameter() Called pVolume->setMute");
break;
case VOLUME_PARAM_ENABLESTEREOPOSITION:
positionEnabled = *(uint32_t *)pValue;
status = VolumeEnableStereoPosition(pContext, positionEnabled);
status = VolumeSetStereoPosition(pContext, pContext->pBundledContext->positionSaved);
- LOGV("\tVolume_setParameter() VOLUME_PARAM_ENABLESTEREOPOSITION called");
+ //LOGV("\tVolume_setParameter() VOLUME_PARAM_ENABLESTEREOPOSITION called");
break;
case VOLUME_PARAM_STEREOPOSITION:
position = *(int16_t *)pValue;
- LOGV("\tVolume_setParameter() VOLUME_PARAM_STEREOPOSITION value is %d", position);
- LOGV("\tVolume_setParameter() Calling pVolume->VolumeSetStereoPosition");
+ //LOGV("\tVolume_setParameter() VOLUME_PARAM_STEREOPOSITION value is %d", position);
+ //LOGV("\tVolume_setParameter() Calling pVolume->VolumeSetStereoPosition");
status = VolumeSetStereoPosition(pContext, (int16_t)position);
- LOGV("\tVolume_setParameter() Called pVolume->VolumeSetStereoPosition");
+ //LOGV("\tVolume_setParameter() Called pVolume->VolumeSetStereoPosition");
break;
default:
@@ -2375,8 +2387,8 @@ extern "C" int Effect_process(effect_interface_t self,
LVM_INT16 *in = (LVM_INT16 *)inBuffer->raw;
LVM_INT16 *out = (LVM_INT16 *)outBuffer->raw;
- //LOGV("\tEffect_process Start : Enabled = %d Called = %d",
- //pContext->pBundledContext->NumberEffectsEnabled,pContext->pBundledContext->NumberEffectsCalled);
+//LOGV("\tEffect_process Start : Enabled = %d Called = %d",
+//pContext->pBundledContext->NumberEffectsEnabled,pContext->pBundledContext->NumberEffectsCalled);
// LOGV("\tEffect_process Start : Samples left %d %d %d",
// pContext->pBundledContext->SamplesToExitCountBb,
// pContext->pBundledContext->SamplesToExitCountVirt,
@@ -2552,8 +2564,7 @@ extern "C" int Effect_command(effect_interface_t self,
android::EqualizerSetPreset(pContext, 0);
}
if(pContext->EffectType == LVM_VOLUME){
- //LOGV("\tEffect_command cmdCode Case: "
- // "EFFECT_CMD_INIT start");
+ //LOGV("\tEffect_command cmdCode Case: EFFECT_CMD_INIT for LVM_VOLUME");
*(int *) pReplyData = android::VolumeSetVolumeLevel(pContext, 0);
}
break;
@@ -2676,8 +2687,7 @@ extern "C" int Effect_command(effect_interface_t self,
// sizeof(int32_t)));
}
if(pContext->EffectType == LVM_VOLUME){
- //LOGV("\tVolume_command cmdCode Case: "
- // "EFFECT_CMD_GET_PARAM start");
+ //LOGV("\tVolume_command cmdCode Case: EFFECT_CMD_GET_PARAM start");
if (pCmdData == NULL ||
cmdSize < (int)(sizeof(effect_param_t) + sizeof(int32_t)) ||
pReplyData == NULL ||
@@ -2745,10 +2755,10 @@ extern "C" int Effect_command(effect_interface_t self,
p->data + p->psize);
}
if(pContext->EffectType == LVM_VIRTUALIZER){
- //LOGV("\tVirtualizer_command EFFECT_CMD_SET_PARAM param %d, *replySize %d, value %d",
- // *(int32_t *)((char *)pCmdData + sizeof(effect_param_t)),
- // *replySize,
- // *(int16_t *)((char *)pCmdData + sizeof(effect_param_t) + sizeof(int32_t)));
+ //LOGV("\tVirtualizer_command EFFECT_CMD_SET_PARAM param %d, *replySize %d, value %d",
+ // *(int32_t *)((char *)pCmdData + sizeof(effect_param_t)),
+ // *replySize,
+ // *(int16_t *)((char *)pCmdData + sizeof(effect_param_t) + sizeof(int32_t)));
if (pCmdData == NULL||
cmdSize != (int)(sizeof(effect_param_t) + sizeof(int32_t) +sizeof(int16_t))||
@@ -2778,12 +2788,12 @@ extern "C" int Effect_command(effect_interface_t self,
p->data + p->psize);
}
if(pContext->EffectType == LVM_EQUALIZER){
- //LOGV("\tEqualizer_command cmdCode Case: "
- // "EFFECT_CMD_SET_PARAM start");
- //LOGV("\tEqualizer_command EFFECT_CMD_SET_PARAM param %d, *replySize %d, value %d ",
- // *(int32_t *)((char *)pCmdData + sizeof(effect_param_t)),
- // *replySize,
- // *(int16_t *)((char *)pCmdData + sizeof(effect_param_t) + sizeof(int32_t)));
+ //LOGV("\tEqualizer_command cmdCode Case: "
+ // "EFFECT_CMD_SET_PARAM start");
+ //LOGV("\tEqualizer_command EFFECT_CMD_SET_PARAM param %d, *replySize %d, value %d ",
+ // *(int32_t *)((char *)pCmdData + sizeof(effect_param_t)),
+ // *replySize,
+ // *(int16_t *)((char *)pCmdData + sizeof(effect_param_t) + sizeof(int32_t)));
if (pCmdData == NULL || cmdSize < (int)(sizeof(effect_param_t) + sizeof(int32_t)) ||
pReplyData == NULL || *replySize != sizeof(int32_t)) {
@@ -2798,12 +2808,11 @@ extern "C" int Effect_command(effect_interface_t self,
p->data + p->psize);
}
if(pContext->EffectType == LVM_VOLUME){
- //LOGV("\tVolume_command cmdCode Case: "
- // "EFFECT_CMD_SET_PARAM start");
+ //LOGV("\tVolume_command cmdCode Case: EFFECT_CMD_SET_PARAM start");
//LOGV("\tVolume_command EFFECT_CMD_SET_PARAM param %d, *replySize %d, value %d ",
// *(int32_t *)((char *)pCmdData + sizeof(effect_param_t)),
// *replySize,
- // *(int16_t *)((char *)pCmdData + sizeof(effect_param_t) + sizeof(int32_t)));
+ // *(int16_t *)((char *)pCmdData + sizeof(effect_param_t) +sizeof(int32_t)));
if ( pCmdData == NULL||
cmdSize < (int)(sizeof(effect_param_t) + sizeof(int32_t))||
@@ -2836,7 +2845,7 @@ extern "C" int Effect_command(effect_interface_t self,
return -EINVAL;
}
pContext->pBundledContext->bBassEnabled = LVM_TRUE;
- //LOGV("\tEffect_command cmdCode Case: EFFECT_CMD_ENABLE LVM_BASS_BOOST enabled");
+ //LOGV("\tEffect_command cmdCode Case:EFFECT_CMD_ENABLE LVM_BASS_BOOSTenabled");
break;
case LVM_EQUALIZER:
if(pContext->pBundledContext->bEqualizerEnabled == LVM_TRUE){
@@ -2845,7 +2854,7 @@ extern "C" int Effect_command(effect_interface_t self,
return -EINVAL;
}
pContext->pBundledContext->bEqualizerEnabled = LVM_TRUE;
- //LOGV("\tEffect_command cmdCode Case: EFFECT_CMD_ENABLE LVM_EQUALIZER enabled");
+ //LOGV("\tEffect_command cmdCode Case:EFFECT_CMD_ENABLE LVM_EQUALIZER enabled");
break;
case LVM_VIRTUALIZER:
if(pContext->pBundledContext->bVirtualizerEnabled == LVM_TRUE){
@@ -2854,7 +2863,7 @@ extern "C" int Effect_command(effect_interface_t self,
return -EINVAL;
}
pContext->pBundledContext->bVirtualizerEnabled = LVM_TRUE;
- //LOGV("\tEffect_command cmdCode Case:EFFECT_CMD_ENABLE LVM_VIRTUALIZER enabled");
+ //LOGV("\tEffect_command cmdCode :EFFECT_CMD_ENABLE LVM_VIRTUALIZER enabled");
break;
case LVM_VOLUME:
if(pContext->pBundledContext->bVolumeEnabled == LVM_TRUE){
@@ -2863,7 +2872,7 @@ extern "C" int Effect_command(effect_interface_t self,
return -EINVAL;
}
pContext->pBundledContext->bVolumeEnabled = LVM_TRUE;
- //LOGV("\tEffect_command cmdCode Case: EFFECT_CMD_ENABLE LVM_VOLUME enabled");
+ LOGV("\tEffect_command cmdCode Case: EFFECT_CMD_ENABLE LVM_VOLUME enabled");
break;
default:
LOGV("\tLVM_ERROR : Effect_command cmdCode Case: "
@@ -3036,8 +3045,11 @@ extern "C" int Effect_command(effect_interface_t self,
dB = (dB +8)>>4;
dB = (dB <-96) ? -96 : dB ;
- //LOGV("\tSession: %d, VOLUME is %d dB (%d), effect is %d",
- //pContext->pBundledContext->SessionNo, (int32_t)dB, vol<<7, pContext->EffectType);
+ LOGV("\tEFFECT_CMD_SET_VOLUME Session: %d, SessionID: %d VOLUME is %d dB (%d), "
+ "effect is %d",
+ pContext->pBundledContext->SessionNo, pContext->pBundledContext->SessionId,
+ (int32_t)dB, vol<<7, pContext->EffectType);
+
memcpy(pReplyData, vol_ret, sizeof(int32_t)*2);
android::VolumeSetVolumeLevel(pContext, (int16_t)(dB*100));
break;
diff --git a/media/libeffects/lvm/wrapper/Bundle/EffectBundle.h b/media/libeffects/lvm/wrapper/Bundle/EffectBundle.h
index 1bee974..35e1114 100644
--- a/media/libeffects/lvm/wrapper/Bundle/EffectBundle.h
+++ b/media/libeffects/lvm/wrapper/Bundle/EffectBundle.h
@@ -26,9 +26,15 @@
extern "C" {
#endif
-#define FIVEBAND_NUMBANDS 5
-#define MAX_NUM_BANDS 5
-#define MAX_CALL_SIZE 256
+#define FIVEBAND_NUMBANDS 5
+#define MAX_NUM_BANDS 5
+#define MAX_CALL_SIZE 256
+#define LVM_MAX_SESSIONS 32
+#define BASS_BOOST_CUP_LOAD_ARM9E 150 // Expressed in 0.1 MIPS
+#define VIRTUALIZER_CUP_LOAD_ARM9E 120 // Expressed in 0.1 MIPS
+#define EQUALIZER_CUP_LOAD_ARM9E 220 // Expressed in 0.1 MIPS
+#define VOLUME_CUP_LOAD_ARM9E 0 // Expressed in 0.1 MIPS
+#define BUNDLE_MEM_USAGE 25 // Expressed in kB
//#define LVM_PCM
#ifndef OPENSL_ES_H_
@@ -67,6 +73,7 @@ struct BundledEffectContext{
bool bVirtualizerTempDisabled; /* Flag for effect to be re-enabled */
int NumberEffectsEnabled; /* Effects in this session */
int NumberEffectsCalled; /* Effects called so far */
+ bool firstVolume; /* No smoothing on first Vol change */
// Saved parameters for each effect */
// Bass Boost
int BassStrengthSaved; /* Conversion between Get/Set */
diff --git a/media/libeffects/lvm/wrapper/Reverb/EffectReverb.cpp b/media/libeffects/lvm/wrapper/Reverb/EffectReverb.cpp
index 03f1409..10c3e92 100755
--- a/media/libeffects/lvm/wrapper/Reverb/EffectReverb.cpp
+++ b/media/libeffects/lvm/wrapper/Reverb/EffectReverb.cpp
@@ -27,13 +27,6 @@
#include <EffectReverb.h>
#include <LVREV.h>
-#define MAX_NUM_BANDS 5
-#define MAX_CALL_SIZE 256
-#define LVREV_MAX_T60 7000
-#define LVREV_MAX_REVERB_LEVEL 2000
-
-//#define LVM_PCM
-
// effect_interface_t interface implementation for reverb
extern "C" const struct effect_interface_s gReverbInterface;
@@ -86,8 +79,8 @@ const effect_descriptor_t gAuxEnvReverbDescriptor = {
{ 0x4a387fc0, 0x8ab3, 0x11df, 0x8bad, { 0x00, 0x02, 0xa5, 0xd5, 0xc5, 0x1b } },
EFFECT_API_VERSION,
EFFECT_FLAG_TYPE_AUXILIARY,
- 0, // TODO
- 1,
+ LVREV_CUP_LOAD_ARM9E,
+ LVREV_MEM_USAGE,
"Auxiliary Environmental Reverb",
"NXP Software Ltd.",
};
@@ -98,8 +91,8 @@ static const effect_descriptor_t gInsertEnvReverbDescriptor = {
{0xc7a511a0, 0xa3bb, 0x11df, 0x860e, {0x00, 0x02, 0xa5, 0xd5, 0xc5, 0x1b}},
EFFECT_API_VERSION,
EFFECT_FLAG_TYPE_INSERT | EFFECT_FLAG_INSERT_FIRST,
- 0, // TODO
- 1,
+ LVREV_CUP_LOAD_ARM9E,
+ LVREV_MEM_USAGE,
"Insert Environmental Reverb",
"NXP Software Ltd.",
};
@@ -110,8 +103,8 @@ static const effect_descriptor_t gAuxPresetReverbDescriptor = {
{0xf29a1400, 0xa3bb, 0x11df, 0x8ddc, {0x00, 0x02, 0xa5, 0xd5, 0xc5, 0x1b}},
EFFECT_API_VERSION,
EFFECT_FLAG_TYPE_AUXILIARY,
- 0, // TODO
- 1,
+ LVREV_CUP_LOAD_ARM9E,
+ LVREV_MEM_USAGE,
"Auxiliary Preset Reverb",
"NXP Software Ltd.",
};
@@ -122,8 +115,8 @@ static const effect_descriptor_t gInsertPresetReverbDescriptor = {
{0x172cdf00, 0xa3bc, 0x11df, 0xa72f, {0x00, 0x02, 0xa5, 0xd5, 0xc5, 0x1b}},
EFFECT_API_VERSION,
EFFECT_FLAG_TYPE_INSERT | EFFECT_FLAG_INSERT_FIRST,
- 0, // TODO
- 1,
+ LVREV_CUP_LOAD_ARM9E,
+ LVREV_MEM_USAGE,
"Insert Preset Reverb",
"NXP Software Ltd.",
};
@@ -153,6 +146,8 @@ struct ReverbContext{
FILE *PcmOutPtr;
#endif
LVM_Fs_en SampleRate;
+ LVM_INT32 *InFrames32;
+ LVM_INT32 *OutFrames32;
bool auxiliary;
bool preset;
uint16_t curPreset;
@@ -267,6 +262,11 @@ extern "C" int EffectCreate(effect_uuid_t *uuid,
}
#endif
+
+ // Allocate memory for reverb process (*2 is for STEREO)
+ pContext->InFrames32 = (LVM_INT32 *)malloc(LVREV_MAX_FRAME_SIZE * sizeof(LVM_INT32) * 2);
+ pContext->OutFrames32 = (LVM_INT32 *)malloc(LVREV_MAX_FRAME_SIZE * sizeof(LVM_INT32) * 2);
+
LOGV("\tEffectCreate %p, size %d", pContext, sizeof(ReverbContext));
LOGV("\tEffectCreate end\n");
return 0;
@@ -285,6 +285,8 @@ extern "C" int EffectRelease(effect_interface_t interface){
fclose(pContext->PcmInPtr);
fclose(pContext->PcmOutPtr);
#endif
+ free(pContext->InFrames32);
+ free(pContext->OutFrames32);
Reverb_free(pContext);
delete pContext;
return 0;
@@ -389,9 +391,6 @@ int process( LVM_INT16 *pIn,
LVM_INT16 samplesPerFrame = 0;
LVREV_ReturnStatus_en LvmStatus = LVREV_SUCCESS; /* Function call status */
-
- LVM_INT32 *InFrames32;
- LVM_INT32 *OutFrames32;
LVM_INT16 *OutFrames16;
@@ -405,12 +404,11 @@ int process( LVM_INT16 *pIn,
return -EINVAL;
}
- InFrames32 = (LVM_INT32 *)malloc(frameCount * sizeof(LVM_INT32) * 2);
- OutFrames32 = (LVM_INT32 *)malloc(frameCount * sizeof(LVM_INT32) * 2);
- OutFrames16 = (LVM_INT16 *)OutFrames32;
+
+ OutFrames16 = (LVM_INT16 *)pContext->OutFrames32;
// Check for NULL pointers
- if((InFrames32 == NULL)||(OutFrames32 == NULL)){
+ if((pContext->InFrames32 == NULL)||(pContext->OutFrames32 == NULL)){
LOGV("\tLVREV_ERROR : process failed to allocate memory for temporary buffers ");
return -EINVAL;
}
@@ -425,13 +423,13 @@ int process( LVM_INT16 *pIn,
}
// Convert to Input 32 bits
for(int i=0; i<frameCount*samplesPerFrame; i++){
- InFrames32[i] = (LVM_INT32)pIn[i]<<8;
+ pContext->InFrames32[i] = (LVM_INT32)pIn[i]<<8;
}
// If the input was MONO, convert to STEREO
if(pContext->config.inputCfg.channels == CHANNEL_MONO){
//LOGV("\tConverting Output from MONO to STEREO");
- MonoTo2I_32(InFrames32, InFrames32, frameCount);
+ MonoTo2I_32(pContext->InFrames32, pContext->InFrames32, frameCount);
}
//LOGV("\tProcess, frames: %d, InFormat: %d(MONO=%d), OutFormat: %d(STEREO=%d)",
@@ -439,18 +437,18 @@ int process( LVM_INT16 *pIn,
//pContext->config.outputCfg.channels, CHANNEL_STEREO);
if (pContext->preset && pContext->curPreset == REVERB_PRESET_NONE) {
- memset(OutFrames32, 0, frameCount * sizeof(LVM_INT32) * 2);
+ memset(pContext->OutFrames32, 0, frameCount * sizeof(LVM_INT32) * 2);
} else {
/* Process the samples */
LvmStatus = LVREV_Process(pContext->hInstance, /* Instance handle */
- InFrames32, /* Input buffer */
- OutFrames32, /* Output buffer */
+ pContext->InFrames32, /* Input buffer */
+ pContext->OutFrames32, /* Output buffer */
frameCount); /* Number of samples to read */
}
if (!pContext->auxiliary) {
for (int i=0; i<frameCount*2; i++){
- OutFrames32[i] += InFrames32[i];
+ pContext->OutFrames32[i] += pContext->InFrames32[i];
}
}
@@ -459,7 +457,7 @@ int process( LVM_INT16 *pIn,
// Convert to 16 bits
for(int i=0; i<frameCount*2; i++){ // Always stereo
- OutFrames16[i] = clamp16(OutFrames32[i]>>8);
+ OutFrames16[i] = clamp16(pContext->OutFrames32[i]>>8);
}
#ifdef LVM_PCM
@@ -478,9 +476,6 @@ int process( LVM_INT16 *pIn,
memcpy(pOut, OutFrames16, frameCount*sizeof(LVM_INT16)*2); // 2 is for stereo output
}
- free(InFrames32);
- free(OutFrames32);
-
return 0;
} /* end process */
@@ -689,8 +684,8 @@ int Reverb_init(ReverbContext *pContext){
MemTab.Region[i].pBaseAddress = malloc(MemTab.Region[i].Size);
if (MemTab.Region[i].pBaseAddress == LVM_NULL){
- LOGV("\tLVREV_ERROR :Reverb_init CreateInstance Failed to allocate %ld bytes for region %u\n",
- MemTab.Region[i].Size, i );
+ LOGV("\tLVREV_ERROR :Reverb_init CreateInstance Failed to allocate %ld "
+ "bytes for region %u\n", MemTab.Region[i].Size, i );
bMallocFailure = LVM_TRUE;
}else{
LOGV("\tReverb_init CreateInstance allocate %ld bytes for region %u at %p\n",
@@ -705,11 +700,12 @@ int Reverb_init(ReverbContext *pContext){
if(bMallocFailure == LVM_TRUE){
for (int i=0; i<LVM_NR_MEMORY_REGIONS; i++){
if (MemTab.Region[i].pBaseAddress == LVM_NULL){
- LOGV("\tLVM_ERROR :Reverb_init CreateInstance Failed to allocate %ld bytes for region %u"
- " - Not freeing\n", MemTab.Region[i].Size, i );
+ LOGV("\tLVM_ERROR :Reverb_init CreateInstance Failed to allocate %ld bytes "
+ "for region %u - Not freeing\n", MemTab.Region[i].Size, i );
}else{
- LOGV("\tLVM_ERROR :Reverb_init CreateInstance Failed: but allocated %ld bytes for region %u "
- "at %p- free\n", MemTab.Region[i].Size, i, MemTab.Region[i].pBaseAddress);
+ LOGV("\tLVM_ERROR :Reverb_init CreateInstance Failed: but allocated %ld bytes "
+ "for region %u at %p- free\n",
+ MemTab.Region[i].Size, i, MemTab.Region[i].pBaseAddress);
free(MemTab.Region[i].pBaseAddress);
}
}
@@ -753,7 +749,7 @@ int Reverb_init(ReverbContext *pContext){
pContext->SavedHfLevel = 0;
pContext->bEnabled = LVM_FALSE;
pContext->SavedDecayTime = params.T60;
- pContext->SavedDecayHfRatio = params.Damping*10;
+ pContext->SavedDecayHfRatio = params.Damping*20;
pContext->SavedDensity = params.RoomSize*10;
pContext->SavedDiffusion = params.Density*10;
pContext->SavedReverbLevel = -6000;
@@ -1195,7 +1191,7 @@ void ReverbSetDecayHfRatio(ReverbContext *pContext, int16_t ratio){
//LOGV("\tReverbSetDecayHfRatio Succesfully returned from LVM_GetControlParameters\n");
//LOGV("\tReverbSetDecayHfRatio() just Got -> %d\n", ActiveParams.Damping);
- ActiveParams.Damping = (LVM_INT16)(ratio/10);
+ ActiveParams.Damping = (LVM_INT16)(ratio/20);
/* Activate the initial settings */
LvmStatus = LVREV_SetControlParameters(pContext->hInstance, &ActiveParams);
@@ -1230,7 +1226,7 @@ int32_t ReverbGetDecayHfRatio(ReverbContext *pContext){
//LOGV("\tReverbGetDecayHfRatio Succesfully returned from LVM_GetControlParameters\n");
//LOGV("\tReverbGetDecayHfRatio() just Got -> %d\n", ActiveParams.Damping);
- if(ActiveParams.Damping != (LVM_INT16)(pContext->SavedDecayHfRatio / 10)){
+ if(ActiveParams.Damping != (LVM_INT16)(pContext->SavedDecayHfRatio / 20)){
LOGV("\tLVM_ERROR : ReverbGetDecayHfRatio() has wrong level -> %d %d\n",
ActiveParams.Damping, pContext->SavedDecayHfRatio);
}
diff --git a/media/libeffects/lvm/wrapper/Reverb/EffectReverb.h b/media/libeffects/lvm/wrapper/Reverb/EffectReverb.h
index 1ab423f..093992b 100755..100644
--- a/media/libeffects/lvm/wrapper/Reverb/EffectReverb.h
+++ b/media/libeffects/lvm/wrapper/Reverb/EffectReverb.h
@@ -24,6 +24,14 @@
extern "C" {
#endif
+#define MAX_NUM_BANDS 5
+#define MAX_CALL_SIZE 256
+#define LVREV_MAX_T60 7000
+#define LVREV_MAX_REVERB_LEVEL 2000
+#define LVREV_MAX_FRAME_SIZE 2560
+#define LVREV_CUP_LOAD_ARM9E 470 // Expressed in 0.1 MIPS
+#define LVREV_MEM_USAGE 71+(LVREV_MAX_FRAME_SIZE>>7) // Expressed in kB
+//#define LVM_PCM
typedef struct _LPFPair_t
{