/frameworks/base/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/base/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/base/media/libstagefright/codecs/aacdec/ |
pulse_nc.cpp | 138 pCoef = &(Coef[index]); 142 pCoef = pCoef + *(pPulseOffset); 145 IF (*pCoef > 0) 146 *(pCoef) = *(pCoef) + *(pPulseAmp); 149 *(pCoef) = *(pCoef) - *(pPulseAmp); 232 Int16 *pCoef; 263 pCoef = &(coef[index]) [all...] |
q_normalize.cpp | 114 pCoef = &(coef[0]); 134 pCoef = &(coef[0]); 155 *(pCoef++) >>= k; 159 *(pCoef++) = 0; 260 Int32 *pCoef; 292 pCoef = &(coef[0]); 328 tmp1 = *(pCoef++); 329 tmp2 = *(pCoef++); 338 tmp1 = *(pCoef++); 339 tmp2 = *(pCoef++) [all...] |
tns_inv_filter.cpp | 164 pCoef = pCoef + (num_coef - 1); 211 *(pFilterInput) = (Int)(*pCoef); 215 *(pCoef) = *(pCoef) + mult; 217 pCoef = pCoef + direction; 333 Int32 *pCoef = coef; 337 pCoef += (num_coef - 1); 392 *(--pFilterInput) = (*pCoef); [all...] |
apply_tns.cpp | 194 Int32 *pCoef = coef; 239 &(pCoef[pFilt->start_coef]), 340 pTempCoef = pCoef + pFilt->start_coef; 382 &(pCoef[pFilt->start_coef]), 414 pCoef += coef_per_win;
|
huffspec_fxp.cpp | 333 Int32 *pCoef; /* ptr to coef[], inverse quantized coefs */ 623 pCoef = coef; 650 pCoef, 658 pCoef += sfbWidth;
|
/frameworks/base/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/base/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;
|