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.cpp64 LVCS_Coefficient_t *pCoefficients; in LVCS_EqualiserInit()
71 pCoefficients = (LVCS_Coefficient_t *) \ in LVCS_EqualiserInit()
145 LVCS_Coefficient_t *pCoefficients; in LVCS_Equaliser()
147 pCoefficients = (LVCS_Coefficient_t *) \ in LVCS_Equaliser()
DLVCS_StereoEnhancer.cpp60 LVCS_Coefficient_t *pCoefficient; in LVCS_SEnhancerInit()
68 pCoefficient = (LVCS_Coefficient_t *) \ in LVCS_SEnhancerInit()
189 LVCS_Coefficient_t *pCoefficient; in LVCS_StereoEnhancer()
192 pCoefficient = (LVCS_Coefficient_t *) \ in LVCS_StereoEnhancer()
DLVCS_ReverbGenerator.cpp69 LVCS_Coefficient_t *pCoefficients; in LVCS_ReverbGeneratorInit()
76 pCoefficients = (LVCS_Coefficient_t *) \ in LVCS_ReverbGeneratorInit()
192 LVCS_Coefficient_t *pCoefficients; in LVCS_ReverbGenerator()
195 pCoefficients = (LVCS_Coefficient_t *)\ in LVCS_ReverbGenerator()
DLVCS_Private.h146 } LVCS_Coefficient_t; typedef
DLVCS_Init.cpp93 …>Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].Size = (LVM_UINT32)sizeof(LVCS_Coefficient_t); in LVCS_Memory()