OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Coeffs
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_Equaliser.c
66
BQ_C16_Coefs_t
Coeffs
;
83
Coeffs
.A0 = (LVM_INT16) pEqualiserCoefTable[Offset].A0;
84
Coeffs
.A1 = (LVM_INT16) pEqualiserCoefTable[Offset].A1;
85
Coeffs
.A2 = (LVM_INT16) pEqualiserCoefTable[Offset].A2;
86
Coeffs
.B1 = (LVM_INT16)-pEqualiserCoefTable[Offset].B1;
87
Coeffs
.B2 = (LVM_INT16)-pEqualiserCoefTable[Offset].B2;
96
&
Coeffs
);
LVCS_ReverbGenerator.c
71
BQ_C16_Coefs_t
Coeffs
;
101
Coeffs
.A0 = (LVM_INT16)pReverbCoefTable[Offset].A0;
102
Coeffs
.A1 = (LVM_INT16)pReverbCoefTable[Offset].A1;
103
Coeffs
.A2 = (LVM_INT16)pReverbCoefTable[Offset].A2;
104
Coeffs
.B1 = (LVM_INT16)-pReverbCoefTable[Offset].B1;
105
Coeffs
.B2 = (LVM_INT16)-pReverbCoefTable[Offset].B2;
113
&
Coeffs
);
/external/chromium_org/third_party/skia/src/pathops/
SkDQuadImplicit.h
27
enum
Coeffs
{
/external/skia/src/pathops/
SkDQuadImplicit.h
27
enum
Coeffs
{
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_ApplyNewSettings.c
80
FO_C32_Coefs_t
Coeffs
;
83
LVM_FO_HPF(Omega, &
Coeffs
);
84
FO_1I_D32F32Cll_TRC_WRA_01_Init( &pPrivate->pFastCoef->HPCoefs, &pPrivate->pFastData->HPTaps, &
Coeffs
);
99
FO_C32_Coefs_t
Coeffs
;
102
Coeffs
.A0 = 0x7FFFFFFF;
103
Coeffs
.A1 = 0;
104
Coeffs
.B1 = 0;
114
LVM_FO_LPF(Omega, &
Coeffs
);
117
FO_1I_D32F32Cll_TRC_WRA_01_Init( &pPrivate->pFastCoef->LPCoefs, &pPrivate->pFastData->LPTaps, &
Coeffs
);
248
FO_C32_Coefs_t
Coeffs
;
[
all
...]
Completed in 441 milliseconds