From d918324d44aa48b3b064ea9b87d0c520c38f15a9 Mon Sep 17 00:00:00 2001 From: Eric Laurent Date: Fri, 27 Aug 2010 10:52:56 -0700 Subject: 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 --- media/libeffects/lvm/lib/Common/lib/AGC.h | 8 -------- media/libeffects/lvm/lib/Common/lib/BIQUAD.h | 8 -------- media/libeffects/lvm/lib/Common/lib/CompLim.h | 8 -------- media/libeffects/lvm/lib/Common/lib/Filter.h | 9 --------- media/libeffects/lvm/lib/Common/lib/InstAlloc.h | 7 ------- media/libeffects/lvm/lib/Common/lib/LVM_Common.h | 8 -------- media/libeffects/lvm/lib/Common/lib/LVM_Macros.h | 8 -------- media/libeffects/lvm/lib/Common/lib/LVM_Timer.h | 9 +-------- media/libeffects/lvm/lib/Common/lib/LVM_Types.h | 8 -------- media/libeffects/lvm/lib/Common/lib/Mixer.h | 8 -------- media/libeffects/lvm/lib/Common/lib/ScalarArithmetic.h | 8 -------- media/libeffects/lvm/lib/Common/lib/VectorArithmetic.h | 8 -------- .../libeffects/lvm/lib/Common/src/AGC_MIX_VOL_2St1Mon_D32_WRA.c | 8 -------- media/libeffects/lvm/lib/Common/src/Abs_32.c | 8 -------- media/libeffects/lvm/lib/Common/src/Add2_Sat_16x16.c | 8 -------- media/libeffects/lvm/lib/Common/src/Add2_Sat_32x32.c | 9 --------- media/libeffects/lvm/lib/Common/src/BP_1I_D16F16C14_TRC_WRA_01.c | 9 --------- .../lvm/lib/Common/src/BP_1I_D16F16Css_TRC_WRA_01_Init.c | 5 ----- .../lvm/lib/Common/src/BP_1I_D16F16Css_TRC_WRA_01_Private.h | 8 -------- media/libeffects/lvm/lib/Common/src/BP_1I_D16F32C30_TRC_WRA_01.c | 9 --------- .../lvm/lib/Common/src/BP_1I_D16F32Cll_TRC_WRA_01_Init.c | 5 ----- .../lvm/lib/Common/src/BP_1I_D16F32Cll_TRC_WRA_01_Private.h | 8 -------- media/libeffects/lvm/lib/Common/src/BP_1I_D32F32C30_TRC_WRA_02.c | 9 --------- .../lvm/lib/Common/src/BP_1I_D32F32Cll_TRC_WRA_02_Init.c | 5 ----- .../lvm/lib/Common/src/BP_1I_D32F32Cll_TRC_WRA_02_Private.h | 8 -------- media/libeffects/lvm/lib/Common/src/BQ_1I_D16F16C15_TRC_WRA_01.c | 9 --------- .../lvm/lib/Common/src/BQ_1I_D16F16Css_TRC_WRA_01_Init.c | 5 ----- .../lvm/lib/Common/src/BQ_1I_D16F16Css_TRC_WRA_01_Private.h | 8 -------- media/libeffects/lvm/lib/Common/src/BQ_1I_D16F32C14_TRC_WRA_01.c | 9 --------- .../lvm/lib/Common/src/BQ_1I_D16F32Css_TRC_WRA_01_Private.h | 8 -------- .../lvm/lib/Common/src/BQ_1I_D16F32Css_TRC_WRA_01_init.c | 5 ----- media/libeffects/lvm/lib/Common/src/BQ_2I_D16F16C14_TRC_WRA_01.c | 9 --------- media/libeffects/lvm/lib/Common/src/BQ_2I_D16F16C15_TRC_WRA_01.c | 9 --------- .../lvm/lib/Common/src/BQ_2I_D16F16Css_TRC_WRA_01_Init.c | 5 ----- .../lvm/lib/Common/src/BQ_2I_D16F16Css_TRC_WRA_01_Private.h | 9 --------- media/libeffects/lvm/lib/Common/src/BQ_2I_D16F32C13_TRC_WRA_01.c | 9 --------- media/libeffects/lvm/lib/Common/src/BQ_2I_D16F32C14_TRC_WRA_01.c | 9 --------- media/libeffects/lvm/lib/Common/src/BQ_2I_D16F32C15_TRC_WRA_01.c | 9 --------- .../lvm/lib/Common/src/BQ_2I_D16F32Css_TRC_WRA_01_Private.h | 9 --------- .../lvm/lib/Common/src/BQ_2I_D16F32Css_TRC_WRA_01_init.c | 6 ------ media/libeffects/lvm/lib/Common/src/BQ_2I_D32F32C30_TRC_WRA_01.c | 9 --------- .../lvm/lib/Common/src/BQ_2I_D32F32Cll_TRC_WRA_01_Init.c | 5 ----- .../lvm/lib/Common/src/BQ_2I_D32F32Cll_TRC_WRA_01_Private.h | 9 --------- media/libeffects/lvm/lib/Common/src/CompLim_private.h | 8 -------- media/libeffects/lvm/lib/Common/src/Copy_16.c | 8 -------- .../libeffects/lvm/lib/Common/src/Core_MixHard_2St_D32C31_SAT.c | 9 --------- media/libeffects/lvm/lib/Common/src/Core_MixInSoft_D32C31_SAT.c | 9 --------- .../libeffects/lvm/lib/Common/src/Core_MixSoft_1St_D32C31_WRA.c | 9 --------- media/libeffects/lvm/lib/Common/src/DC_2I_D16_TRC_WRA_01.c | 9 --------- media/libeffects/lvm/lib/Common/src/DC_2I_D16_TRC_WRA_01_Init.c | 9 --------- .../libeffects/lvm/lib/Common/src/DC_2I_D16_TRC_WRA_01_Private.h | 9 --------- media/libeffects/lvm/lib/Common/src/DelayAllPass_Sat_32x16To32.c | 9 --------- media/libeffects/lvm/lib/Common/src/DelayMix_16x16.c | 8 -------- media/libeffects/lvm/lib/Common/src/DelayWrite_32.c | 9 --------- media/libeffects/lvm/lib/Common/src/FO_1I_D16F16C15_TRC_WRA_01.c | 9 --------- .../lvm/lib/Common/src/FO_1I_D16F16Css_TRC_WRA_01_Init.c | 5 ----- .../lvm/lib/Common/src/FO_1I_D16F16Css_TRC_WRA_01_Private.h | 9 --------- media/libeffects/lvm/lib/Common/src/FO_1I_D32F32C31_TRC_WRA_01.c | 9 --------- .../lvm/lib/Common/src/FO_1I_D32F32Cll_TRC_WRA_01_Init.c | 9 --------- .../lvm/lib/Common/src/FO_1I_D32F32Cll_TRC_WRA_01_Private.h | 9 --------- .../lvm/lib/Common/src/FO_2I_D16F32C15_LShx_TRC_WRA_01.c | 9 --------- .../lvm/lib/Common/src/FO_2I_D16F32Css_LShx_TRC_WRA_01_Init.c | 5 ----- .../lvm/lib/Common/src/FO_2I_D16F32Css_LShx_TRC_WRA_01_Private.h | 9 --------- media/libeffects/lvm/lib/Common/src/Filters.h | 8 -------- media/libeffects/lvm/lib/Common/src/From2iToMS_16x16.c | 8 -------- media/libeffects/lvm/lib/Common/src/From2iToMono_16.c | 8 -------- media/libeffects/lvm/lib/Common/src/From2iToMono_32.c | 8 -------- media/libeffects/lvm/lib/Common/src/InstAlloc.c | 8 -------- media/libeffects/lvm/lib/Common/src/Int16LShiftToInt32_16x32.c | 8 -------- .../libeffects/lvm/lib/Common/src/Int32RShiftToInt16_Sat_32x16.c | 8 -------- media/libeffects/lvm/lib/Common/src/JoinTo2i_32x32.c | 9 --------- .../lvm/lib/Common/src/LVC_Core_MixHard_1St_2i_D16C31_SAT.c | 8 -------- .../lvm/lib/Common/src/LVC_Core_MixHard_2St_D16C31_SAT.c | 8 -------- .../lvm/lib/Common/src/LVC_Core_MixInSoft_D16C31_SAT.c | 8 -------- .../lvm/lib/Common/src/LVC_Core_MixSoft_1St_2i_D16C31_WRA.c | 8 -------- .../lvm/lib/Common/src/LVC_Core_MixSoft_1St_D16C31_WRA.c | 8 -------- media/libeffects/lvm/lib/Common/src/LVC_MixInSoft_D16C31_SAT.c | 8 -------- .../lvm/lib/Common/src/LVC_MixSoft_1St_2i_D16C31_SAT.c | 8 -------- media/libeffects/lvm/lib/Common/src/LVC_MixSoft_1St_D16C31_SAT.c | 8 -------- media/libeffects/lvm/lib/Common/src/LVC_MixSoft_2St_D16C31_SAT.c | 8 -------- media/libeffects/lvm/lib/Common/src/LVC_Mixer.h | 8 -------- media/libeffects/lvm/lib/Common/src/LVC_Mixer_GetCurrent.c | 9 --------- media/libeffects/lvm/lib/Common/src/LVC_Mixer_GetTarget.c | 9 --------- media/libeffects/lvm/lib/Common/src/LVC_Mixer_Init.c | 9 --------- media/libeffects/lvm/lib/Common/src/LVC_Mixer_Private.h | 8 -------- media/libeffects/lvm/lib/Common/src/LVC_Mixer_SetTarget.c | 9 --------- media/libeffects/lvm/lib/Common/src/LVC_Mixer_SetTimeConstant.c | 9 --------- .../lvm/lib/Common/src/LVC_Mixer_VarSlope_SetTimeConstant.c | 9 --------- media/libeffects/lvm/lib/Common/src/LVM_FO_HPF.c | 9 --------- media/libeffects/lvm/lib/Common/src/LVM_FO_LPF.c | 9 --------- media/libeffects/lvm/lib/Common/src/LVM_GetOmega.c | 9 --------- media/libeffects/lvm/lib/Common/src/LVM_Mixer_FilterCoeffs.h | 9 --------- media/libeffects/lvm/lib/Common/src/LVM_Mixer_TimeConstant.c | 9 --------- media/libeffects/lvm/lib/Common/src/LVM_Polynomial.c | 9 --------- media/libeffects/lvm/lib/Common/src/LVM_Power10.c | 9 --------- media/libeffects/lvm/lib/Common/src/LVM_Timer.c | 9 --------- media/libeffects/lvm/lib/Common/src/LVM_Timer_Init.c | 9 --------- media/libeffects/lvm/lib/Common/src/LVM_Timer_Private.h | 9 --------- media/libeffects/lvm/lib/Common/src/LoadConst_16.c | 8 -------- media/libeffects/lvm/lib/Common/src/LoadConst_32.c | 9 --------- media/libeffects/lvm/lib/Common/src/MSTo2i_Sat_16x16.c | 8 -------- media/libeffects/lvm/lib/Common/src/Mac3s_Sat_16x16.c | 0 media/libeffects/lvm/lib/Common/src/Mac3s_Sat_32x16.c | 9 --------- media/libeffects/lvm/lib/Common/src/MixInSoft_D32C31_SAT.c | 9 --------- media/libeffects/lvm/lib/Common/src/MixSoft_1St_D32C31_WRA.c | 9 --------- media/libeffects/lvm/lib/Common/src/MixSoft_2St_D32C31_SAT.c | 9 --------- media/libeffects/lvm/lib/Common/src/Mixer_private.h | 8 -------- media/libeffects/lvm/lib/Common/src/MonoTo2I_16.c | 8 -------- media/libeffects/lvm/lib/Common/src/MonoTo2I_32.c | 9 --------- media/libeffects/lvm/lib/Common/src/Mult3s_32x16.c | 9 --------- media/libeffects/lvm/lib/Common/src/NonLinComp_D16.c | 8 -------- .../lvm/lib/Common/src/PK_2I_D32F32C14G11_TRC_WRA_01.c | 9 --------- .../lvm/lib/Common/src/PK_2I_D32F32C30G11_TRC_WRA_01.c | 9 --------- .../lvm/lib/Common/src/PK_2I_D32F32CllGss_TRC_WRA_01_Init.c | 9 --------- .../lvm/lib/Common/src/PK_2I_D32F32CllGss_TRC_WRA_01_Private.h | 9 --------- .../lvm/lib/Common/src/PK_2I_D32F32CssGss_TRC_WRA_01_Init.c | 9 --------- .../lvm/lib/Common/src/PK_2I_D32F32CssGss_TRC_WRA_01_Private.h | 9 --------- media/libeffects/lvm/lib/Common/src/Shift_Sat_v16xv16.c | 8 -------- media/libeffects/lvm/lib/Common/src/Shift_Sat_v32xv32.c | 9 --------- media/libeffects/lvm/lib/Common/src/dB_to_Lin32.c | 0 media/libeffects/lvm/lib/Common/src/mult3s_16x16.c | 8 -------- 121 files changed, 1 insertion(+), 984 deletions(-) mode change 100755 => 100644 media/libeffects/lvm/lib/Common/lib/AGC.h mode change 100755 => 100644 media/libeffects/lvm/lib/Common/lib/BIQUAD.h mode change 100755 => 100644 media/libeffects/lvm/lib/Common/lib/CompLim.h mode change 100755 => 100644 media/libeffects/lvm/lib/Common/lib/Filter.h mode change 100755 => 100644 media/libeffects/lvm/lib/Common/lib/InstAlloc.h mode change 100755 => 100644 media/libeffects/lvm/lib/Common/lib/LVM_Common.h mode change 100755 => 100644 media/libeffects/lvm/lib/Common/lib/LVM_Macros.h mode change 100755 => 100644 media/libeffects/lvm/lib/Common/lib/LVM_Timer.h mode change 100755 => 100644 media/libeffects/lvm/lib/Common/lib/LVM_Types.h mode change 100755 => 100644 media/libeffects/lvm/lib/Common/lib/Mixer.h mode change 100755 => 100644 media/libeffects/lvm/lib/Common/lib/ScalarArithmetic.h mode change 100755 => 100644 media/libeffects/lvm/lib/Common/lib/VectorArithmetic.h mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/AGC_MIX_VOL_2St1Mon_D32_WRA.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/Abs_32.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/Add2_Sat_16x16.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/Add2_Sat_32x32.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/BP_1I_D16F16C14_TRC_WRA_01.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/BP_1I_D16F16Css_TRC_WRA_01_Init.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/BP_1I_D16F16Css_TRC_WRA_01_Private.h mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/BP_1I_D16F32C30_TRC_WRA_01.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/BP_1I_D16F32Cll_TRC_WRA_01_Init.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/BP_1I_D16F32Cll_TRC_WRA_01_Private.h mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/BP_1I_D32F32C30_TRC_WRA_02.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/BP_1I_D32F32Cll_TRC_WRA_02_Init.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/BP_1I_D32F32Cll_TRC_WRA_02_Private.h mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/BQ_1I_D16F16C15_TRC_WRA_01.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/BQ_1I_D16F16Css_TRC_WRA_01_Init.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/BQ_1I_D16F16Css_TRC_WRA_01_Private.h mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/BQ_1I_D16F32C14_TRC_WRA_01.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/BQ_1I_D16F32Css_TRC_WRA_01_Private.h mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/BQ_1I_D16F32Css_TRC_WRA_01_init.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/BQ_2I_D16F16C14_TRC_WRA_01.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/BQ_2I_D16F16C15_TRC_WRA_01.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/BQ_2I_D16F16Css_TRC_WRA_01_Init.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/BQ_2I_D16F16Css_TRC_WRA_01_Private.h mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/BQ_2I_D16F32C13_TRC_WRA_01.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/BQ_2I_D16F32C14_TRC_WRA_01.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/BQ_2I_D16F32C15_TRC_WRA_01.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/BQ_2I_D16F32Css_TRC_WRA_01_Private.h mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/BQ_2I_D16F32Css_TRC_WRA_01_init.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/BQ_2I_D32F32C30_TRC_WRA_01.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/BQ_2I_D32F32Cll_TRC_WRA_01_Init.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/BQ_2I_D32F32Cll_TRC_WRA_01_Private.h mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/CompLim_private.h mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/Copy_16.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/Core_MixHard_2St_D32C31_SAT.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/Core_MixInSoft_D32C31_SAT.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/Core_MixSoft_1St_D32C31_WRA.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/DC_2I_D16_TRC_WRA_01.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/DC_2I_D16_TRC_WRA_01_Init.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/DC_2I_D16_TRC_WRA_01_Private.h mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/DelayAllPass_Sat_32x16To32.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/DelayMix_16x16.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/DelayWrite_32.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/FO_1I_D16F16C15_TRC_WRA_01.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/FO_1I_D16F16Css_TRC_WRA_01_Init.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/FO_1I_D16F16Css_TRC_WRA_01_Private.h mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/FO_1I_D32F32C31_TRC_WRA_01.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/FO_1I_D32F32Cll_TRC_WRA_01_Init.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/FO_1I_D32F32Cll_TRC_WRA_01_Private.h mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/FO_2I_D16F32C15_LShx_TRC_WRA_01.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/FO_2I_D16F32Css_LShx_TRC_WRA_01_Init.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/FO_2I_D16F32Css_LShx_TRC_WRA_01_Private.h mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/Filters.h mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/From2iToMS_16x16.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/From2iToMono_16.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/From2iToMono_32.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/InstAlloc.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/Int16LShiftToInt32_16x32.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/Int32RShiftToInt16_Sat_32x16.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/JoinTo2i_32x32.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/LVC_Core_MixHard_1St_2i_D16C31_SAT.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/LVC_Core_MixHard_2St_D16C31_SAT.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/LVC_Core_MixInSoft_D16C31_SAT.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/LVC_Core_MixSoft_1St_2i_D16C31_WRA.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/LVC_Core_MixSoft_1St_D16C31_WRA.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/LVC_MixInSoft_D16C31_SAT.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/LVC_MixSoft_1St_2i_D16C31_SAT.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/LVC_MixSoft_1St_D16C31_SAT.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/LVC_MixSoft_2St_D16C31_SAT.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/LVC_Mixer.h mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/LVC_Mixer_GetCurrent.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/LVC_Mixer_GetTarget.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/LVC_Mixer_Init.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/LVC_Mixer_Private.h mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/LVC_Mixer_SetTarget.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/LVC_Mixer_SetTimeConstant.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/LVC_Mixer_VarSlope_SetTimeConstant.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/LVM_FO_HPF.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/LVM_FO_LPF.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/LVM_GetOmega.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/LVM_Mixer_FilterCoeffs.h mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/LVM_Mixer_TimeConstant.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/LVM_Polynomial.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/LVM_Power10.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/LVM_Timer.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/LVM_Timer_Init.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/LVM_Timer_Private.h mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/LoadConst_16.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/LoadConst_32.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/MSTo2i_Sat_16x16.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/Mac3s_Sat_16x16.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/Mac3s_Sat_32x16.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/MixInSoft_D32C31_SAT.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/MixSoft_1St_D32C31_WRA.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/MixSoft_2St_D32C31_SAT.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/Mixer_private.h mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/MonoTo2I_16.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/MonoTo2I_32.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/Mult3s_32x16.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/NonLinComp_D16.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/PK_2I_D32F32C14G11_TRC_WRA_01.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/PK_2I_D32F32C30G11_TRC_WRA_01.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/PK_2I_D32F32CllGss_TRC_WRA_01_Init.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/PK_2I_D32F32CllGss_TRC_WRA_01_Private.h mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/PK_2I_D32F32CssGss_TRC_WRA_01_Init.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/PK_2I_D32F32CssGss_TRC_WRA_01_Private.h mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/Shift_Sat_v16xv16.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/Shift_Sat_v32xv32.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/dB_to_Lin32.c mode change 100755 => 100644 media/libeffects/lvm/lib/Common/src/mult3s_16x16.c (limited to 'media/libeffects/lvm/lib/Common') diff --git a/media/libeffects/lvm/lib/Common/lib/AGC.h b/media/libeffects/lvm/lib/Common/lib/AGC.h old mode 100755 new mode 100644 index 980a8e3..2080d64 --- 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 old mode 100755 new mode 100644 index 08e5a6f..7ac7fbd --- 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 old mode 100755 new mode 100644 index df9b583..4cb8aa2 --- 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 old mode 100755 new mode 100644 index 93ccbcb..229701a --- 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 old mode 100755 new mode 100644 index 31409bf..c6954f2 --- 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 old mode 100755 new mode 100644 index f0f893d..ceccd7b --- 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 old mode 100755 new mode 100644 index 8bd363d..97d13a5 --- 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 old mode 100755 new mode 100644 index 22a16d6..81e288c --- 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 old mode 100755 new mode 100644 index e4649ba..81655dd --- 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 old mode 100755 new mode 100644 index d741980..89deb0d --- 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 old mode 100755 new mode 100644 index c66e201..3d62704 --- 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 old mode 100755 new mode 100644 index 290a996..2b791bd --- 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 old mode 100755 new mode 100644 index 40e0dbf..920b515 --- 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 old mode 100755 new mode 100644 index 635315d..9128b82 --- 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 old mode 100755 new mode 100644 index 18026c5..6978fe7 --- 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 old mode 100755 new mode 100644 index 96fc7e6..69d357e --- 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 old mode 100755 new mode 100644 index 76d8e42..f4c5757 --- 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 old mode 100755 new mode 100644 index 9338eb2..88914ad --- 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 old mode 100755 new mode 100644 index 2a0d7d5..980539c --- 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 old mode 100755 new mode 100644 index f52d3db..ba1a42f --- 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 old mode 100755 new mode 100644 index c560085..e833218 --- 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 old mode 100755 new mode 100644 index 76777f6..9cca627 --- 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 old mode 100755 new mode 100644 index 2b3555f..b09c1aa --- 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 old mode 100755 new mode 100644 index f3f4571..9367912 --- 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 old mode 100755 new mode 100644 index 8884537..5cc1ce2 --- 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 old mode 100755 new mode 100644 index 00e3b52..f2f8c6b --- 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 old mode 100755 new mode 100644 index 3fedc45..baf0c1a --- 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 old mode 100755 new mode 100644 index 18dacd3..909c699 --- 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 old mode 100755 new mode 100644 index cdff1d9..92f6caf --- 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 old mode 100755 new mode 100644 index bc88847..aea10f0 --- 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 old mode 100755 new mode 100644 index 520c969..1d6be4e --- 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 old mode 100755 new mode 100644 index c267a90..972e704 --- 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 old mode 100755 new mode 100644 index ded2bb3..e056373 --- 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 old mode 100755 new mode 100644 index b0cd1b9..0a8ac35 --- 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 old mode 100755 new mode 100644 index bcb0093..7d42ced --- 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 old mode 100755 new mode 100644 index ae743f2..4a0cce4 --- 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 old mode 100755 new mode 100644 index a0ca2cc..052e2a0 --- 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 old mode 100755 new mode 100644 index f1ab815..8c741e1 --- 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 old mode 100755 new mode 100644 index 3cbb58b..4f0cf67 --- 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 old mode 100755 new mode 100644 index 0c6b33e..4591ee0 --- 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 old mode 100755 new mode 100644 index 51278cf..fd8212e --- 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 old mode 100755 new mode 100644 index 7c460d3..1709f71 --- 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 old mode 100755 new mode 100644 index fb4f2dd..747af6a --- 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 old mode 100755 new mode 100644 index 07a8833..06a21c3 --- 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 old mode 100755 new mode 100644 index 6ee1ff6..20404ad --- 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 old mode 100755 new mode 100644 index adac24f..bf69e35 --- 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 old mode 100755 new mode 100644 index d557f6e..3471f05 --- 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 old mode 100755 new mode 100644 index 7b4e66d..709c304 --- 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 old mode 100755 new mode 100644 index 187fe68..49fa184 --- 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 old mode 100755 new mode 100644 index 292641b..468a88d --- 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 old mode 100755 new mode 100644 index 2514a77..89a4e68 --- 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 old mode 100755 new mode 100644 index cda72ac..2e20d79 --- 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 old mode 100755 new mode 100644 index ee41701..7e3182d --- 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 old mode 100755 new mode 100644 index 0ae4c42..809cddc --- 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 old mode 100755 new mode 100644 index 831a115..de77361 --- 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 old mode 100755 new mode 100644 index 4675084..96252cc --- 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 old mode 100755 new mode 100644 index e1a818c..516ca83 --- 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 old mode 100755 new mode 100644 index 9bdc5b4..0f1d5bc --- 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 old mode 100755 new mode 100644 index eea0b64..136e4f6 --- 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 old mode 100755 new mode 100644 index 9329150..94ad48c --- 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 old mode 100755 new mode 100644 index 4b219a2..8388050 --- 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 old mode 100755 new mode 100644 index 7f212f5..a19c32c --- 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 old mode 100755 new mode 100644 index 6a4564a..4640743 --- 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 old mode 100755 new mode 100644 index a274f32..4d32df1 --- 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 old mode 100755 new mode 100644 index fb00768..7975e8b --- 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 old mode 100755 new mode 100644 index 0ebb4ae..b758ee7 --- 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 old mode 100755 new mode 100644 index 5181368..8bb292f --- 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 old mode 100755 new mode 100644 index ff900e0..481df84 --- 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 old mode 100755 new mode 100644 index e6be756..9f09e4d --- 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 old mode 100755 new mode 100644 index b21eef5..8c9980d --- 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 old mode 100755 new mode 100644 index e04f1c3..9b938bd --- 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 old mode 100755 new mode 100644 index c1d2b2c..3d39b93 --- 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 old mode 100755 new mode 100644 index 2bb212c..2daf74a --- 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 old mode 100755 new mode 100644 index 0408f42..caa0951 --- 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 old mode 100755 new mode 100644 index 2847d47..09ec427 --- 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 old mode 100755 new mode 100644 index 78f0122..f1a9ca3 --- 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 old mode 100755 new mode 100644 index 52be129..0052dd7 --- 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 old mode 100755 new mode 100644 index d832e06..f443c8f --- 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 old mode 100755 new mode 100644 index cfb1239..c8dcad7 --- 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 old mode 100755 new mode 100644 index 6184736..7240705 --- 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 old mode 100755 new mode 100644 index 3b32e21..980c783 --- 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 old mode 100755 new mode 100644 index 09658ba..b5ae264 --- 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 old mode 100755 new mode 100644 index ed2cf94..dc2f8e9 --- 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 old mode 100755 new mode 100644 index c61e468..449e7b1 --- 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 old mode 100755 new mode 100644 index d61d670..294e05c --- 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 old mode 100755 new mode 100644 index 4d3fe0c..5efa501 --- 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 old mode 100755 new mode 100644 index df0fd37..4c1c8b2 --- 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 old mode 100755 new mode 100644 index 420af9a..8d5304e --- 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 old mode 100755 new mode 100644 index 37c199e..6d8fe46 --- 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 old mode 100755 new mode 100644 index 6c73d59..86ec951 --- 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 old mode 100755 new mode 100644 index 1cc10db..f3b9b3c --- 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 old mode 100755 new mode 100644 index 00235e0..6846d49 --- 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 old mode 100755 new mode 100644 index db6975a..809d904 --- 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 old mode 100755 new mode 100644 index b8cf4b4..a6d7db2 --- 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 old mode 100755 new mode 100644 index 9a3f632..6ca1077 --- 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 old mode 100755 new mode 100644 index d49aadc..5995f54 --- 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 old mode 100755 new mode 100644 index e473038..a935cfe --- 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 old mode 100755 new mode 100644 index 04d5af6..480944f --- 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 old mode 100755 new mode 100644 index bc2735f..f88ca0e --- 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 old mode 100755 new mode 100644 index 19d5d4e..2f1e591 --- 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 old mode 100755 new mode 100644 index 1949f3c..26297e7 --- 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 old mode 100755 new mode 100644 diff --git a/media/libeffects/lvm/lib/Common/src/Mac3s_Sat_32x16.c b/media/libeffects/lvm/lib/Common/src/Mac3s_Sat_32x16.c old mode 100755 new mode 100644 index 746a273..f28f366 --- 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 old mode 100755 new mode 100644 index 36de6c1..73c26ed --- 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 old mode 100755 new mode 100644 index 5cf1a29..ca88b04 --- 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 old mode 100755 new mode 100644 index 83f95ac..2e0a099 --- 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 old mode 100755 new mode 100644 index d012548..607073c --- 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 old mode 100755 new mode 100644 index b053e55..ead798d --- 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 old mode 100755 new mode 100644 index e8164bb..c09ec0f --- 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 old mode 100755 new mode 100644 index ee83524..a5dc50f --- 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 old mode 100755 new mode 100644 index 1428777..73343cd --- 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 old mode 100755 new mode 100644 index 06cfe88..c8c1527 --- 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 old mode 100755 new mode 100644 index 5b78f62..67a570b --- 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 old mode 100755 new mode 100644 index e7bcd0c..1d6142c --- 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 old mode 100755 new mode 100644 index 741f504..c5f9c7c --- 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 old mode 100755 new mode 100644 index f02305e..b9f64e6 --- 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 old mode 100755 new mode 100644 index ca31669..e2050e0 --- 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 old mode 100755 new mode 100644 index e449a7f..8363270 --- 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 old mode 100755 new mode 100644 index 0ab98ea..fbd132e --- 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 old mode 100755 new mode 100644 diff --git a/media/libeffects/lvm/lib/Common/src/mult3s_16x16.c b/media/libeffects/lvm/lib/Common/src/mult3s_16x16.c old mode 100755 new mode 100644 index b500979..4092560 --- 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 ***********************************************************************************/ -- cgit v1.1