Merge "LVM release 1.07 delivery." into gingerbread

This commit is contained in:
Eric Laurent
2010-08-30 11:39:34 -07:00
committed by Android (Google) Code Review
188 changed files with 231 additions and 1599 deletions

8
media/libeffects/lvm/lib/Bass/lib/LVDBE.h Executable file → Normal file
View File

@@ -15,14 +15,6 @@
* limitations under the License.
*/
/****************************************************************************************
$Author: nxp007753 $
$Revision: 1081 $
$Date: 2010-07-05 11:48:44 +0200 (Mon, 05 Jul 2010) $
*****************************************************************************************/
/****************************************************************************************/
/* */
/* Header file for the application layer interface of Dynamic Bass Enhancement */

0
media/libeffects/lvm/lib/Bass/src/LVDBE_Coeffs.h Executable file → Normal file
View File

8
media/libeffects/lvm/lib/Bass/src/LVDBE_Control.c Executable file → Normal file
View File

@@ -15,14 +15,6 @@
* limitations under the License.
*/
/****************************************************************************************
$Author: beq06068 $
$Revision: 1401 $
$Date: 2010-08-03 09:52:22 +0200 (Tue, 03 Aug 2010) $
*****************************************************************************************/
/****************************************************************************************/
/* */
/* Includes */

8
media/libeffects/lvm/lib/Bass/src/LVDBE_Init.c Executable file → Normal file
View File

@@ -15,14 +15,6 @@
* limitations under the License.
*/
/****************************************************************************************
$Author: beq06068 $
$Revision: 1399 $
$Date: 2010-08-03 08:16:00 +0200 (Tue, 03 Aug 2010) $
*****************************************************************************************/
/****************************************************************************************/
/* */
/* Includes */

8
media/libeffects/lvm/lib/Bass/src/LVDBE_Private.h Executable file → Normal file
View File

@@ -15,14 +15,6 @@
* limitations under the License.
*/
/****************************************************************************************
$Author: beq06068 $
$Revision: 1399 $
$Date: 2010-08-03 08:16:00 +0200 (Tue, 03 Aug 2010) $
*****************************************************************************************/
/****************************************************************************************/
/* */
/* Header file for the private layer interface of Dynamic Bass Enhancement module */

8
media/libeffects/lvm/lib/Bass/src/LVDBE_Process.c Executable file → Normal file
View File

@@ -15,14 +15,6 @@
* limitations under the License.
*/
/****************************************************************************************
$Author: beq06068 $
$Revision: 1400 $
$Date: 2010-08-03 09:22:37 +0200 (Tue, 03 Aug 2010) $
*****************************************************************************************/
/****************************************************************************************/
/* */
/* Includes */

7
media/libeffects/lvm/lib/Bass/src/LVDBE_Tables.c Executable file → Normal file
View File

@@ -14,13 +14,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/************************************************************************************
$Author: beq07716 $
$Revision: 1009 $
$Date: 2010-06-28 14:14:15 +0200 (Mon, 28 Jun 2010) $
*************************************************************************************/
/************************************************************************************/

8
media/libeffects/lvm/lib/Bass/src/LVDBE_Tables.h Executable file → Normal file
View File

@@ -15,14 +15,6 @@
* limitations under the License.
*/
/************************************************************************************
$Author: beq07716 $
$Revision: 1009 $
$Date: 2010-06-28 14:14:15 +0200 (Mon, 28 Jun 2010) $
*************************************************************************************/
/************************************************************************************/
/* */

8
media/libeffects/lvm/lib/Bundle/lib/LVM.h Executable file → Normal file
View File

@@ -15,14 +15,6 @@
* limitations under the License.
*/
/*****************************************************************************************
$Author: beq07716 $
$Revision: 1002 $
$Date: 2010-06-28 13:40:09 +0200 (Mon, 28 Jun 2010) $
*****************************************************************************************/
/****************************************************************************************/
/* */
/* Header file for the application layer interface of Concert Sound, Bass Enhancement, */

8
media/libeffects/lvm/lib/Bundle/src/LVM_API_Specials.c Executable file → Normal file
View File

@@ -15,14 +15,6 @@
* limitations under the License.
*/
/****************************************************************************************
$Author: beq07716 $
$Revision: 1002 $
$Date: 2010-06-28 13:40:09 +0200 (Mon, 28 Jun 2010) $
*****************************************************************************************/
/****************************************************************************************/
/* */

8
media/libeffects/lvm/lib/Bundle/src/LVM_Buffers.c Executable file → Normal file
View File

@@ -16,14 +16,6 @@
*/
/****************************************************************************************
$Author: nxp007753 $
$Revision: 1316 $
$Date: 2010-07-23 11:53:24 +0200 (Fri, 23 Jul 2010) $
*****************************************************************************************/
/****************************************************************************************/
/* */
/* Includes */

0
media/libeffects/lvm/lib/Bundle/src/LVM_Coeffs.h Executable file → Normal file
View File

10
media/libeffects/lvm/lib/Bundle/src/LVM_Control.c Executable file → Normal file
View File

@@ -15,14 +15,6 @@
* limitations under the License.
*/
/****************************************************************************************
$Author: nxp007753 $
$Revision: 1331 $
$Date: 2010-07-27 12:26:23 +0200 (Tue, 27 Jul 2010) $
*****************************************************************************************/
/****************************************************************************************/
/* */
@@ -201,7 +193,6 @@ LVM_ReturnStatus_en LVM_SetControlParameters(LVM_Handle_t hInstance,
* the copy to NewParams then one frame may have mixed parameters, some old and some new.
*/
pInstance->ControlPending = LVM_TRUE;
pInstance->NoSmoothVolume = LVM_FALSE;
return(LVM_SUCCESS);
}
@@ -830,6 +821,7 @@ LVM_ReturnStatus_en LVM_ApplyNewSettings(LVM_Handle_t hInstance)
/*
* Update the parameters and clear the flag
*/
pInstance->NoSmoothVolume = LVM_FALSE;
pInstance->Params = LocalParams;

8
media/libeffects/lvm/lib/Bundle/src/LVM_Init.c Executable file → Normal file
View File

@@ -15,14 +15,6 @@
* limitations under the License.
*/
/************************************************************************************
$Author: nxp007753 $
$Revision: 1316 $
$Date: 2010-07-23 11:53:24 +0200 (Fri, 23 Jul 2010) $
*************************************************************************************/
/************************************************************************************/
/* */
/* Includes */

8
media/libeffects/lvm/lib/Bundle/src/LVM_Private.h Executable file → Normal file
View File

@@ -15,14 +15,6 @@
* limitations under the License.
*/
/**********************************************************************************
$Author: nxp007753 $
$Revision: 1082 $
$Date: 2010-07-05 12:44:39 +0200 (Mon, 05 Jul 2010) $
***********************************************************************************/
/************************************************************************************/
/* */
/* Header file for the private layer interface of concert sound bundle */

8
media/libeffects/lvm/lib/Bundle/src/LVM_Process.c Executable file → Normal file
View File

@@ -15,14 +15,6 @@
* limitations under the License.
*/
/****************************************************************************************
$Author: beq07716 $
$Revision: 1002 $
$Date: 2010-06-28 13:40:09 +0200 (Mon, 28 Jun 2010) $
*****************************************************************************************/
/****************************************************************************************/
/* */

8
media/libeffects/lvm/lib/Bundle/src/LVM_Tables.c Executable file → Normal file
View File

@@ -15,14 +15,6 @@
* limitations under the License.
*/
/************************************************************************************
$Author: beq07716 $
$Revision: 1002 $
$Date: 2010-06-28 13:40:09 +0200 (Mon, 28 Jun 2010) $
*************************************************************************************/
/************************************************************************************/
/* */
/* Includes */

8
media/libeffects/lvm/lib/Bundle/src/LVM_Tables.h Executable file → Normal file
View File

@@ -15,14 +15,6 @@
* limitations under the License.
*/
/************************************************************************************
$Author: beq07716 $
$Revision: 1002 $
$Date: 2010-06-28 13:40:09 +0200 (Mon, 28 Jun 2010) $
*************************************************************************************/
#ifndef __LVM_TABLES_H__
#define __LVM_TABLES_H__

8
media/libeffects/lvm/lib/Common/lib/AGC.h Executable file → Normal file
View File

@@ -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__

8
media/libeffects/lvm/lib/Common/lib/BIQUAD.h Executable file → Normal file
View File

@@ -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_

8
media/libeffects/lvm/lib/Common/lib/CompLim.h Executable file → Normal file
View File

@@ -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

9
media/libeffects/lvm/lib/Common/lib/Filter.h Executable file → Normal file
View File

@@ -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_

7
media/libeffects/lvm/lib/Common/lib/InstAlloc.h Executable file → Normal file
View File

@@ -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__

8
media/libeffects/lvm/lib/Common/lib/LVM_Common.h Executable file → Normal file
View File

@@ -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. */

8
media/libeffects/lvm/lib/Common/lib/LVM_Macros.h Executable file → Normal file
View File

@@ -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_

9
media/libeffects/lvm/lib/Common/lib/LVM_Timer.h Executable file → Normal file
View File

@@ -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"
/****************************************************************************************/

8
media/libeffects/lvm/lib/Common/lib/LVM_Types.h Executable file → Normal file
View File

@@ -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 */

8
media/libeffects/lvm/lib/Common/lib/Mixer.h Executable file → Normal file
View File

@@ -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__

8
media/libeffects/lvm/lib/Common/lib/ScalarArithmetic.h Executable file → Normal file
View File

@@ -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__

8
media/libeffects/lvm/lib/Common/lib/VectorArithmetic.h Executable file → Normal file
View File

@@ -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_

View File

@@ -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 */

8
media/libeffects/lvm/lib/Common/src/Abs_32.c Executable file → Normal file
View File

@@ -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 */
/*######################################################################################*/

8
media/libeffects/lvm/lib/Common/src/Add2_Sat_16x16.c Executable file → Normal file
View File

@@ -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
***********************************************************************************/

9
media/libeffects/lvm/lib/Common/src/Add2_Sat_32x32.c Executable file → Normal file
View File

@@ -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
***********************************************************************************/

View File

@@ -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"

View File

@@ -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"

View File

@@ -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. */

View File

@@ -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"

View File

@@ -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"

View File

@@ -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. */

View File

@@ -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"

View File

@@ -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"

View File

@@ -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. */

View File

@@ -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"

View File

@@ -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"

View File

@@ -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. */

View File

@@ -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"

View File

@@ -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. */

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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_

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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_

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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_

8
media/libeffects/lvm/lib/Common/src/CompLim_private.h Executable file → Normal file
View File

@@ -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_

8
media/libeffects/lvm/lib/Common/src/Copy_16.c Executable file → Normal file
View File

@@ -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
***********************************************************************************/

View File

@@ -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
***********************************************************************************/

View File

@@ -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
***********************************************************************************/

View File

@@ -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
***********************************************************************************/

View File

@@ -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"

View File

@@ -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"

View File

@@ -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.*/

View File

@@ -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
***********************************************************************************/

8
media/libeffects/lvm/lib/Common/src/DelayMix_16x16.c Executable file → Normal file
View File

@@ -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
***********************************************************************************/

9
media/libeffects/lvm/lib/Common/src/DelayWrite_32.c Executable file → Normal file
View File

@@ -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
***********************************************************************************/

View File

@@ -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"

View File

@@ -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"

View File

@@ -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_

View File

@@ -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"

View File

@@ -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"

View File

@@ -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_

View File

@@ -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"

View File

@@ -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"

View File

@@ -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_

8
media/libeffects/lvm/lib/Common/src/Filters.h Executable file → Normal file
View File

@@ -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

8
media/libeffects/lvm/lib/Common/src/From2iToMS_16x16.c Executable file → Normal file
View File

@@ -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
***********************************************************************************/

8
media/libeffects/lvm/lib/Common/src/From2iToMono_16.c Executable file → Normal file
View File

@@ -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
***********************************************************************************/

8
media/libeffects/lvm/lib/Common/src/From2iToMono_32.c Executable file → Normal file
View File

@@ -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
***********************************************************************************/

8
media/libeffects/lvm/lib/Common/src/InstAlloc.c Executable file → Normal file
View File

@@ -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"
/****************************************************************************************

View File

@@ -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
***********************************************************************************/

View File

@@ -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
***********************************************************************************/

9
media/libeffects/lvm/lib/Common/src/JoinTo2i_32x32.c Executable file → Normal file
View File

@@ -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
***********************************************************************************/

View File

@@ -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
***********************************************************************************/

View File

@@ -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
***********************************************************************************/

View File

@@ -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
***********************************************************************************/

View File

@@ -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
***********************************************************************************/

View File

@@ -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
***********************************************************************************/

View File

@@ -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
***********************************************************************************/

View File

@@ -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
***********************************************************************************/

View File

@@ -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
***********************************************************************************/

View File

@@ -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
***********************************************************************************/

8
media/libeffects/lvm/lib/Common/src/LVC_Mixer.h Executable file → Normal file
View File

@@ -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__

View File

@@ -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"

Some files were not shown because too many files have changed in this diff Show More