/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
D | LVM_Mixer_TimeConstant.c | 61 LVM_UINT32 LVM_Mixer_TimeConstant(LVM_UINT32 tc, in LVM_Mixer_TimeConstant() 66 LVM_UINT32 Product; in LVM_Mixer_TimeConstant() 70 LVM_UINT32 Table[] = {ALPHA_0, /* Log spaced look-up table */ in LVM_Mixer_TimeConstant() 124 Product = ((tc >> 16) * (LVM_UINT32)Fs) << 13; /* Stereo value */ in LVM_Mixer_TimeConstant() 125 Product = Product + (((tc & 0x0000FFFF) * (LVM_UINT32)Fs) >> 3); in LVM_Mixer_TimeConstant() 153 Product = Table[Shift+1] + (LVM_UINT32)Diff; in LVM_Mixer_TimeConstant()
|
D | dB_to_Lin32.c | 81 …Shift = (LVM_INT16)((((LVM_UINT32)(-db_fix) >> 4) * FOUR_OVER_SIX) >> 17); /* Number of 6d… in dB_to_Lin32() 84 Lin_val_32 = (LVM_INT32)((LVM_UINT32)Remain >> (16 + Shift)); in dB_to_Lin32() 95 …Shift = (LVM_INT16)((((LVM_UINT32)db_fix >> 4) * FOUR_OVER_SIX) >> 17); /* Number of 6dB s… in dB_to_Lin32() 98 Lin_val_32 = (LVM_INT32)((LVM_UINT32)Remain >> (15 - Shift)); in dB_to_Lin32()
|
D | InstAlloc.c | 49 LVM_UINT32 Size ) in InstAlloc_AddMember() 54 Size = ((Size + 3) & (LVM_UINT32)~3); /* Ceil the size to a multiple of four */ in InstAlloc_AddMember() 71 LVM_UINT32 InstAlloc_GetTotal( INST_ALLOC *pms) in InstAlloc_GetTotal() 142 LVM_UINT32 Size[], in InstAlloc_AddMemberAll() 177 LVM_UINT32 Size[], in InstAlloc_AddMemberAllRet()
|
D | DelayMix_16x16.c | 42 … temp = (LVM_INT16)((LVM_UINT32)((LVM_INT32)(*dst) + (LVM_INT32)delay[Offset]) >> 1); in DelayMix_16x16() 52 … temp = (LVM_INT16)((LVM_UINT32)((LVM_INT32)(*dst) - (LVM_INT32)delay[Offset]) >> 1); in DelayMix_16x16()
|
D | LVM_Polynomial.c | 54 if((LVM_UINT32)X==0x80000000) in LVM_Polynomial()
|
/frameworks/av/media/libeffects/lvm/lib/Common/lib/ |
D | InstAlloc.h | 31 … LVM_UINT32 TotalSize; /* Accumulative total memory size */ 63 void* InstAlloc_AddMember( INST_ALLOC *pms, LVM_UINT32 Size ); 73 LVM_UINT32 InstAlloc_GetTotal( INST_ALLOC *pms); 76 LVM_UINT32 Size[], 80 LVM_UINT32 Size[],
|
D | LVM_Types.h | 96 typedef uint32_t LVM_UINT32; /* Unsigned 32-bit word */ typedef 155 LVM_UINT32 Size; /* Region size in bytes */
|
D | Mixer.h | 70 LVM_UINT32 LVM_Mixer_TimeConstant(LVM_UINT32 tc,
|
D | LVM_Macros.h | 84 MUL32x16INTO32_HH=(LVM_INT32)((LVM_UINT32)MUL32x16INTO32_HH<<(16-shiftValue));\
|
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/ |
D | LVPSA_Control.c | 273 …LVM_UINT32 fs = (LVM_UINT32)LVPSA_SampleRateTab[(LVM_UINT16)pParams->Fs]; /* Sample … in LVPSA_SetBPFiltersType() 274 …LVM_UINT32 fc; /* Filter centre f… in LVPSA_SetBPFiltersType() 282 …fc = (LVM_UINT32)pInst->pFiltersParams[ii].CenterFrequency; /* Get the band centre frequency */ in LVPSA_SetBPFiltersType() 509 B2_Den = (LVM_INT32)(((LVM_UINT32)QFactor << 19) + (LVM_UINT32)(Dt0 >> 2)); in LVPSA_BPSinglePrecCoefs() 510 B2_Num = (LVM_INT32)((LVM_UINT32)(Dt0 >> 3) - ((LVM_UINT32)QFactor << 18)); in LVPSA_BPSinglePrecCoefs() 631 B2_Den = (LVM_INT32)(((LVM_UINT32)QFactor << 19) + (LVM_UINT32)(Dt0 >> 2)); in LVPSA_BPDoublePrecCoefs() 632 B2_Num = (LVM_INT32)((LVM_UINT32)(Dt0 >> 3) - ((LVM_UINT32)QFactor << 18)); in LVPSA_BPDoublePrecCoefs() 689 LVM_UINT32 i; in LVPSA_ClearFilterHistory()
|
D | LVPSA_Memory.c | 54 LVM_UINT32 ii; in LVPSA_Memory() 55 LVM_UINT32 BufferLength; in LVPSA_Memory() 119 BufferLength=(LVM_UINT32)BL; in LVPSA_Memory()
|
D | LVPSA_Init.c | 49 LVM_UINT32 ii; in LVPSA_Init() 51 LVM_UINT32 BufferLength = 0; in LVPSA_Init() 130 BufferLength=(LVM_UINT32)BL; in LVPSA_Init()
|
D | LVPSA_Tables.c | 57 const LVM_UINT32 LVPSA_SampleRateInvTab[] = { 268435, /* 8kS/s */
|
D | LVPSA_Process.c | 56 extern LVM_UINT32 LVPSA_SampleRateInvTab[]; in LVPSA_Process() 215 …tralDataBufferWritePointer + (pLVPSA_Inst->SpectralDataBufferLength - (LVM_UINT32)StatusDelta) * p… in LVPSA_GetSpectrum()
|
D | LVPSA_Private.h | 117 …LVM_UINT32 SpectralDataBufferLength; /* Number of spectrum data value t…
|
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/ |
D | LVCS_Init.c | 68 LVM_UINT32 ScratchSize; in LVCS_Memory() 80 …pMemoryTable->Region[LVCS_MEMREGION_PERSISTENT_SLOW_DATA].Size = (LVM_UINT32)sizeof(LVCS_I… in LVCS_Memory() 87 …pMemoryTable->Region[LVCS_MEMREGION_PERSISTENT_FAST_DATA].Size = (LVM_UINT32)sizeof(LVCS_D… in LVCS_Memory() 94 …pMemoryTable->Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].Size = (LVM_UINT32)sizeof(LVCS_C… in LVCS_Memory() 101 …ScratchSize = (LVM_UINT32)(LVCS_SCRATCHBUFFERS*sizeof(LVM_INT16)*pCapabilities->MaxBlockSize); … in LVCS_Memory()
|
D | LVCS_BypassMix.c | 73 LVM_UINT32 Gain; in LVCS_BypassMixInit() 105 Gain = (LVM_UINT32)(pOutputGainTable[Offset].Loss * pInstance->TransitionGain); in LVCS_BypassMixInit() 117 Gain = (LVM_UINT32)(pOutputGainTable[Offset].Loss * (0x7FFF - pInstance->TransitionGain)); in LVCS_BypassMixInit() 118 Gain = (LVM_UINT32)pOutputGainTable[Offset].UnprocLoss * (Gain >> 15); in LVCS_BypassMixInit()
|
D | LVCS_Control.c | 128 LVM_UINT32 Gain; in LVCS_Control() 130 Gain = (LVM_UINT32)(pOutputGainTable[Offset].Loss * LVM_MAXINT_16); in LVCS_Control() 131 Gain = (LVM_UINT32)pOutputGainTable[Offset].UnprocLoss * (Gain >> 15); in LVCS_Control()
|
/frameworks/av/media/libeffects/lvm/lib/Eq/src/ |
D | LVEQNB_Control.c | 146 …LVM_UINT32 fs = (LVM_UINT32)LVEQNB_SampleRateTab[(LVM_UINT16)pParams->SampleRate]; /* Sa… in LVEQNB_SetFilters() 147 LVM_UINT32 fc; /* Filter centre frequency */ in LVEQNB_SetFilters() 158 … fc = (LVM_UINT32)pParams->pBandDefinition[i].Frequency; /* Get the band centre frequency */ in LVEQNB_SetFilters()
|
/frameworks/av/media/libeffects/lvm/lib/Bass/src/ |
D | LVDBE_Init.c | 63 LVM_UINT32 ScratchSize; in LVDBE_Memory() 99 …ScratchSize = (LVM_UINT32)(LVDBE_SCRATCHBUFFERS_INPLACE*sizeof(LVM_INT16)*pCapabilities->MaxBlockS… in LVDBE_Memory()
|
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/ |
D | LVREV_ApplyNewSettings.c | 146 LVM_UINT32 Temp; in LVREV_ApplyNewSettings() 149 LVM_UINT32 DelayLengthSamples = (LVM_UINT32)(Fs * pPrivate->RoomSizeInms); in LVREV_ApplyNewSettings() 168 Temp=(LVM_UINT32)Temp1; in LVREV_ApplyNewSettings()
|
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/lib/ |
D | LVCS.h | 185 LVM_UINT32 Size; /* Region size in bytes */
|
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/ |
D | LVPSA.h | 92 …LVM_UINT32 Size; /* Region size in bytes …
|
/frameworks/av/media/libeffects/lvm/lib/Eq/lib/ |
D | LVEQNB.h | 228 LVM_UINT32 Size; /* Region size in bytes */
|
/frameworks/av/media/libeffects/lvm/lib/Bass/lib/ |
D | LVDBE.h | 226 LVM_UINT32 Size; /* Region size in bytes */
|