/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
LVM_Timer_Private.h | 35 LVM_INT32 RemainingTimeInSamples; 36 LVM_INT32 CallBackParam; 37 LVM_INT32 *pCallBackParams; 39 void (*pCallBack)(void*,void*,LVM_INT32);
|
PK_2I_D32F32CllGss_TRC_WRA_01_Private.h | 25 LVM_INT32 * pDelays; /* pointer to the delayed samples (data of 32 bits) */ 26 LVM_INT32 coefs[5]; /* pointer to the filter coefficients */
|
Abs_32.c | 33 LVM_INT32 Abs_32(LVM_INT32 input) 37 if (input == (LVM_INT32)(0x80000000U)) 40 input=(LVM_INT32) 0x7fffffff; 45 input = (LVM_INT32)(-input);
|
BP_1I_D16F16Css_TRC_WRA_01_Private.h | 24 LVM_INT32 * pDelays; /* pointer to the delayed samples (data of 32 bits) */ 25 LVM_INT32 coefs[3]; /* pointer to the filter coefficients */
|
BP_1I_D16F32Cll_TRC_WRA_01_Private.h | 24 LVM_INT32 * pDelays; /* pointer to the delayed samples (data of 32 bits) */ 25 LVM_INT32 coefs[3]; /* pointer to the filter coefficients */
|
BP_1I_D32F32Cll_TRC_WRA_02_Private.h | 24 LVM_INT32 * pDelays; /* pointer to the delayed samples (data of 32 bits) */ 25 LVM_INT32 coefs[3]; /* pointer to the filter coefficients */
|
BQ_2I_D32F32Cll_TRC_WRA_01_Private.h | 26 LVM_INT32 * pDelays; /* pointer to the delayed samples (data of 32 bits) */ 27 LVM_INT32 coefs[5]; /* pointer to the filter coefficients */
|
FO_1I_D32F32Cll_TRC_WRA_01_Private.h | 26 LVM_INT32 * pDelays; /* pointer to the delayed samples (data of 32 bits) */ 27 LVM_INT32 coefs[3]; /* pointer to the filter coefficients */
|
PK_2I_D32F32CssGss_TRC_WRA_01_Private.h | 36 LVM_INT32 * pDelays; /* pointer to the delayed samples (data of 32 bits) */ 37 LVM_INT32 coefs[5]; /* pointer to the filter coefficients */
|
From2iToMono_16.c | 33 LVM_INT32 Temp; 36 Temp = (LVM_INT32)*src; 39 Temp += (LVM_INT32)*src;
|
mult3s_16x16.c | 34 LVM_INT32 temp; 38 temp = (LVM_INT32)(*src) * (LVM_INT32)val;
|
LVC_Core_MixSoft_1St_D16C31_WRA.c | 37 LVM_INT32 ii; 117 LVM_INT32 ii; 119 LVM_INT32 Delta=pInstance->Delta; 120 LVM_INT32 Current=pInstance->Current; 121 LVM_INT32 Target=pInstance->Target; 122 LVM_INT32 Temp; 137 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShort)>>15); /* Q15*Q15>>15 into Q15 */ 149 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShort)>>15); /* Q15*Q15>>15 into Q15 * [all...] |
Add2_Sat_16x16.c | 32 LVM_INT32 Temp; 36 Temp = ((LVM_INT32) *src) + ((LVM_INT32) *dst);
|
LVM_Power10.c | 79 LVM_INT32 LVM_Power10(LVM_INT32 X) 81 LVM_INT32 Y,Coefficients[13]={ 16775636,
|
DC_2I_D16_TRC_WRA_01_Private.h | 40 LVM_INT32 LeftDC; /* LeftDC */ 41 LVM_INT32 RightDC; /* RightDC */
|
DelayWrite_32.c | 28 void DelayWrite_32(const LVM_INT32 *src, /* Source 1, to be delayed */ 29 LVM_INT32 *delay, /* Delay buffer */
|
/frameworks/av/media/libeffects/lvm/lib/Common/lib/ |
LVM_Macros.h | 37 {LVM_INT32 MUL32x32INTO32_temp,MUL32x32INTO32_temp2,MUL32x32INTO32_mask,MUL32x32INTO32_HH,MUL32x32INTO32_HL,MUL32x32INTO32_LH,MUL32x32INTO32_LL;\ 38 LVM_INT32 shiftValue;\ 41 MUL32x32INTO32_HH= ((LVM_INT32)((LVM_INT16)((A)>>16))*((LVM_INT16)((B)>>16)) );\ 42 MUL32x32INTO32_HL= ((LVM_INT32)((B)&MUL32x32INTO32_mask)*((LVM_INT16)((A)>>16))) ;\ 43 MUL32x32INTO32_LH= ((LVM_INT32)((A)&MUL32x32INTO32_mask)*((LVM_INT16)((B)>>16)));\ 44 MUL32x32INTO32_LL= (LVM_INT32)((A)&MUL32x32INTO32_mask)*(LVM_INT32)((B)&MUL32x32INTO32_mask);\ 45 MUL32x32INTO32_temp= (LVM_INT32)(MUL32x32INTO32_HL&MUL32x32INTO32_mask)+(LVM_INT32)(MUL32x32INTO32_LH&MUL32x32INTO32_mask)+(LVM_INT32)((MUL32x32INTO32_LL>>16)&MUL32x32INTO32_mask); [all...] |
LVM_Timer.h | 47 LVM_INT32 Storage[6]; 53 LVM_INT32 SamplingRate; 55 LVM_INT32 CallBackParam; 58 void (*pCallBack)(void*,void*,LVM_INT32);
|
Filter.h | 62 LVM_INT32 LVM_Polynomial(LVM_UINT16 N, 63 LVM_INT32 *pCoefficients, 64 LVM_INT32 X); 66 LVM_INT32 LVM_Power10( LVM_INT32 X); 68 LVM_INT32 LVM_FO_LPF( LVM_INT32 w, 71 LVM_INT32 LVM_FO_HPF( LVM_INT32 w, 74 LVM_INT32 LVM_GetOmega(LVM_UINT16 Fc [all...] |
AGC.h | 43 LVM_INT32 AGC_Gain; /* The current AGC gain */ 44 LVM_INT32 AGC_MaxGain; /* The maximum AGC gain */ 45 LVM_INT32 Volume; /* The current volume setting */ 46 LVM_INT32 Target; /* The target volume setting */ 47 LVM_INT32 AGC_Target; /* AGC target level */ 83 const LVM_INT32 *pStSrc, /* Stereo source */ 84 const LVM_INT32 *pMonoSrc, /* Mono source */ 85 LVM_INT32 *pDst, /* Stereo destination */
|
ScalarArithmetic.h | 41 LVM_INT32 Abs_32(LVM_INT32 input); 59 LVM_INT32 dB_to_Lin32(LVM_INT16 db_fix);
|
CompLim.h | 46 LVM_INT32 NormInt; /* Normaliser integrator current value */ 57 LVM_INT32 CompIntSlow; /* Compressor slow integrator current value */ 58 LVM_INT32 CompIntFast; /* Compressor fast integrator current value */ 73 LVM_INT32 BlockLength); 78 LVM_INT32 BlockLength);
|
Mixer.h | 72 LVM_INT32 Alpha; /* Time constant. Set by calling application. Can be changed at any time */ 73 LVM_INT32 Target; /* Target value. Set by calling application. Can be changed at any time */ 74 LVM_INT32 Current; /* Current value. Set by the mixer function. */ 84 LVM_INT32 Alpha1; 85 LVM_INT32 Target1; 86 LVM_INT32 Current1; 93 LVM_INT32 Alpha2; /* Warning the address of this location is passed as a pointer to Mix_1St_Cll_t in some functions */ 94 LVM_INT32 Target2; 95 LVM_INT32 Current2; 139 const LVM_INT32 *src [all...] |
VectorArithmetic.h | 41 void LoadConst_32( const LVM_INT32 val, 42 LVM_INT32 *dst, 84 void Mult3s_32x16( const LVM_INT32 *src, 86 LVM_INT32 *dst, 103 void DelayWrite_32( const LVM_INT32 *src, /* Source 1, to be delayed */ 104 LVM_INT32 *delay, /* Delay buffer */ 117 void Add2_Sat_32x32( const LVM_INT32 *src, 118 LVM_INT32 *dst, 132 void Mac3s_Sat_32x16( const LVM_INT32 *src, 134 LVM_INT32 *dst [all...] |
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/ |
LVREV_Private.h | 181 LVM_INT32 RoomSizeInms; /* Room size in msec */ 182 LVM_INT32 MaxBlkLen; /* Maximum block size for internal processing */ 187 LVM_INT32 *pScratchDelayLine[4]; /* Delay line scratch memory */ 188 LVM_INT32 *pScratch; /* Multi ussge scratch */ 189 LVM_INT32 *pInputSave; /* Reverb block input save for dry/wet mixing*/ 195 LVM_INT32 T[4]; /* Maximum delay size of buffer */ 196 LVM_INT32 *pDelay_T[4]; /* Pointer to delay buffers */ 197 LVM_INT32 Delay_AP[4]; /* Offset to AP delay buffer start */ 199 LVM_INT32 A_DelaySize[4]; /* A delay length in samples */ 200 LVM_INT32 B_DelaySize[4]; /* B delay length in samples * [all...] |