OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pCoef
(Results
1 - 20
of
20
) sorted by null
/frameworks/av/media/libeffects/lvm/lib/Common/src/
PK_2I_D32F32CllGss_TRC_WRA_01_Init.c
24
PK_C32_Coefs_t *
pCoef
)
29
pBiquadState->coefs[0]=
pCoef
->A0;
31
pBiquadState->coefs[1]=
pCoef
->B2;
33
pBiquadState->coefs[2]=
pCoef
->B1;
35
pBiquadState->coefs[3]=
pCoef
->G;
PK_2I_D32F32CssGss_TRC_WRA_01_Init.c
23
PK_C16_Coefs_t *
pCoef
)
28
pBiquadState->coefs[0]=
pCoef
->A0;
30
pBiquadState->coefs[1]=
pCoef
->B2;
32
pBiquadState->coefs[2]=
pCoef
->B1;
34
pBiquadState->coefs[3]=
pCoef
->G;
BP_1I_D16F16Css_TRC_WRA_01_Init.c
36
/*
pCoef
- input, pointer to the coefficient structure */
43
BP_C16_Coefs_t *
pCoef
)
48
pBiquadState->coefs[0]=
pCoef
->A0;
49
pBiquadState->coefs[1]=
pCoef
->B2;
50
pBiquadState->coefs[2]=
pCoef
->B1;
BP_1I_D16F32Cll_TRC_WRA_01_Init.c
36
/*
pCoef
- input, pointer to the coefficient structure */
53
BP_C32_Coefs_t *
pCoef
)
58
pBiquadState->coefs[0] =
pCoef
->A0;
59
pBiquadState->coefs[1] =
pCoef
->B2;
60
pBiquadState->coefs[2] =
pCoef
->B1;
BP_1I_D32F32Cll_TRC_WRA_02_Init.c
35
/*
pCoef
- input, pointer to the coefficient structure */
42
BP_C32_Coefs_t *
pCoef
)
47
pBiquadState->coefs[0]=
pCoef
->A0;
49
pBiquadState->coefs[1]=
pCoef
->B2;
51
pBiquadState->coefs[2]=
pCoef
->B1;
FO_2I_D16F32Css_LShx_TRC_WRA_01_Init.c
35
/*
pCoef
- input, pointer to the coefficient structure */
42
FO_C16_LShx_Coefs_t *
pCoef
)
48
temp=
pCoef
->A1;
50
temp=
pCoef
->A0;
52
temp=
pCoef
->B1;
55
temp=
pCoef
->Shift;
BQ_1I_D16F16Css_TRC_WRA_01_Init.c
35
/*
pCoef
- input, pointer to the coefficient structure */
42
BQ_C16_Coefs_t *
pCoef
)
48
temp=
pCoef
->A2;
50
temp=
pCoef
->A1;
52
temp=
pCoef
->A0;
54
temp=
pCoef
->B2;
56
temp=
pCoef
->B1;
BQ_1I_D16F32Css_TRC_WRA_01_init.c
36
/*
pCoef
- input, pointer to the coefficient structure */
43
BQ_C16_Coefs_t *
pCoef
)
49
temp=
pCoef
->A2;
51
temp=
pCoef
->A1;
53
temp=
pCoef
->A0;
55
temp=
pCoef
->B2;
57
temp=
pCoef
->B1;
BQ_2I_D16F16Css_TRC_WRA_01_Init.c
36
/*
pCoef
- input, pointer to the coefficient structure */
43
BQ_C16_Coefs_t *
pCoef
)
49
temp=
pCoef
->A2;
51
temp=
pCoef
->A1;
53
temp=
pCoef
->A0;
55
temp=
pCoef
->B2;
57
temp=
pCoef
->B1;
BQ_2I_D16F32Css_TRC_WRA_01_init.c
35
/*
pCoef
- input, pointer to the coefficient structure */
42
BQ_C16_Coefs_t *
pCoef
)
48
temp=
pCoef
->A2;
50
temp=
pCoef
->A1;
52
temp=
pCoef
->A0;
54
temp=
pCoef
->B2;
56
temp=
pCoef
->B1;
BQ_2I_D32F32Cll_TRC_WRA_01_Init.c
35
/*
pCoef
- input, pointer to the coefficient structure */
42
BQ_C32_Coefs_t *
pCoef
)
48
temp=
pCoef
->A2;
50
temp=
pCoef
->A1;
52
temp=
pCoef
->A0;
54
temp=
pCoef
->B2;
56
temp=
pCoef
->B1;
FO_1I_D16F16Css_TRC_WRA_01_Init.c
36
/*
pCoef
- input, pointer to the coefficient structure */
43
FO_C16_Coefs_t *
pCoef
)
49
temp=
pCoef
->A1;
51
temp=
pCoef
->A0;
53
temp=
pCoef
->B1;
FO_1I_D32F32Cll_TRC_WRA_01_Init.c
35
/*
pCoef
- input, pointer to the coefficient structure */
42
FO_C32_Coefs_t *
pCoef
)
48
temp=
pCoef
->A1;
50
temp=
pCoef
->A0;
52
temp=
pCoef
->B1;
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_QPD_Init.c
30
/*
pCoef
Pointer to the filter's coefficients */
37
QPD_C32_Coefs *
pCoef
)
40
pQPD_State->Coefs[0] =
pCoef
->KP;
41
pQPD_State->Coefs[1] =
pCoef
->KM;
LVPSA_QPD.h
75
/*
pCoef
Pointer to the filter's coefficients */
82
QPD_C32_Coefs *
pCoef
);
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
BIQUAD.h
159
BQ_C16_Coefs_t *
pCoef
);
178
BQ_C16_Coefs_t *
pCoef
);
192
BQ_C16_Coefs_t *
pCoef
);
201
BQ_C16_Coefs_t *
pCoef
);
212
BQ_C32_Coefs_t *
pCoef
);
227
FO_C16_Coefs_t *
pCoef
);
236
FO_C16_LShx_Coefs_t *
pCoef
);
247
FO_C32_Coefs_t *
pCoef
);
262
BP_C16_Coefs_t *
pCoef
);
271
BP_C32_Coefs_t *
pCoef
);
[
all
...]
/frameworks/av/media/libeffects/lvm/lib/Bass/src/
LVDBE_Private.h
112
LVDBE_Coef_t *
pCoef
; /* Instance coefficients */
LVDBE_Process.c
126
BQ_2I_D32F32C30_TRC_WRA_01(&pInstance->
pCoef
->HPFInstance,/* Filter instance */
144
BP_1I_D32F32C30_TRC_WRA_02(&pInstance->
pCoef
->BPFInstance, /* Filter instance */
LVDBE_Control.c
123
BQ_2I_D32F32Cll_TRC_WRA_01_Init(&pInstance->
pCoef
->HPFInstance, /* Initialise the filter */
135
BP_1I_D32F32Cll_TRC_WRA_02_Init(&pInstance->
pCoef
->BPFInstance, /* Initialise the filter */
LVDBE_Init.c
217
pInstance->
pCoef
= pMemoryTable->Region[LVDBE_MEMREGION_PERSISTENT_COEF].pBaseAddress;
Completed in 1203 milliseconds