Home
last modified time | relevance | path

Searched refs:LVCS_Coefficient_t (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
DLVCS_Equaliser.c65 LVCS_Coefficient_t *pCoefficients; in LVCS_EqualiserInit()
72 pCoefficients = (LVCS_Coefficient_t *) \ in LVCS_EqualiserInit()
130LVCS_Coefficient_t *pCoefficients = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_MEMR… in LVCS_EqualiserInit()
208 LVCS_Coefficient_t *pCoefficients; in LVCS_Equaliser()
211 pCoefficients = (LVCS_Coefficient_t *) \ in LVCS_Equaliser()
238LVCS_Coefficient_t *pCoefficients = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_MEMR… in LVCS_Equaliser()
DLVCS_ReverbGenerator.c70 LVCS_Coefficient_t *pCoefficients; in LVCS_ReverbGeneratorInit()
78 pCoefficients = (LVCS_Coefficient_t *) \ in LVCS_ReverbGeneratorInit()
161LVCS_Coefficient_t *pCoefficients = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_… in LVCS_ReverbGeneratorInit()
282 LVCS_Coefficient_t *pCoefficients; in LVCS_ReverbGenerator()
285 pCoefficients = (LVCS_Coefficient_t *)\ in LVCS_ReverbGenerator()
366LVCS_Coefficient_t *pCoefficients = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_… in LVCS_ReverbGenerator()
DLVCS_StereoEnhancer.c61 LVCS_Coefficient_t *pCoefficient; in LVCS_SEnhancerInit()
70 pCoefficient = (LVCS_Coefficient_t *) \ in LVCS_SEnhancerInit()
157LVCS_Coefficient_t *pCoefficient = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_M… in LVCS_SEnhancerInit()
285 LVCS_Coefficient_t *pCoefficient; in LVCS_StereoEnhancer()
288 pCoefficient = (LVCS_Coefficient_t *) \ in LVCS_StereoEnhancer()
368LVCS_Coefficient_t *pCoefficient = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_M… in LVCS_StereoEnhancer()
DLVCS_Private.h160 } LVCS_Coefficient_t; typedef
DLVCS_Init.c94 …>Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].Size = (LVM_UINT32)sizeof(LVCS_Coefficient_t); in LVCS_Memory()