HomeSort by relevance Sort by last modified time
    Searched refs:Coef (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Memory.c 59 INST_ALLOC Coef;
66 InstAlloc_Init( &Coef , LVM_NULL);
154 InstAlloc_AddMember( &Coef, pInitParams->nBands * sizeof(Biquad_Instance_t) );
155 InstAlloc_AddMember( &Coef, pInitParams->nBands * sizeof(QPD_State_t) );
157 InstAlloc_AddMember( &Coef, pInitParams->nBands * sizeof(Biquad_FLOAT_Instance_t) );
158 InstAlloc_AddMember( &Coef, pInitParams->nBands * sizeof(QPD_FLOAT_State_t) );
160 pMemoryTable->Region[LVPSA_MEMREGION_PERSISTENT_COEF].Size = InstAlloc_GetTotal(&Coef);
LVPSA_Init.c 61 INST_ALLOC Coef;
95 InstAlloc_Init( &Coef , pMemoryTable->Region[LVPSA_MEMREGION_PERSISTENT_COEF].pBaseAddress);
159 pLVPSA_Inst->pBP_Instances = InstAlloc_AddMember( &Coef, pInitParams->nBands * sizeof(Biquad_Instance_t) );
160 pLVPSA_Inst->pQPD_States = InstAlloc_AddMember( &Coef, pInitParams->nBands * sizeof(QPD_State_t) );
162 pLVPSA_Inst->pBP_Instances = InstAlloc_AddMember( &Coef, pInitParams->nBands * \
164 pLVPSA_Inst->pQPD_States = InstAlloc_AddMember( &Coef, pInitParams->nBands * \
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
filter_functions.c 23 double* Coef,
32 //if (fabs(Coef[0]-1.0)<0.001) {
33 if ( (Coef[0] > 0.9999) && (Coef[0] < 1.0001) )
37 sum = Coef[1] * InOut[-1];
39 sum += Coef[k] * InOut[-k];
46 scal = 1.0 / Coef[0];
51 *InOut -= scal*Coef[k]*InOut[-k];
60 double* Coef,
72 tmp = In[0] * Coef[0]
    [all...]
codec.h 198 void WebRtcIsac_AllPoleFilter(double* InOut, double* Coef, size_t lengthInOut,
201 void WebRtcIsac_AllZeroFilter(double* In, double* Coef, size_t lengthInOut,
  /external/pdfium/third_party/lcms/src/
cmswtpnt.c 281 cmsVEC3 WhitePoint, Coef;
311 _cmsMAT3eval(&Coef, &Result, &WhitePoint);
314 _cmsVEC3init(&r -> v[0], Coef.n[VX]*xr, Coef.n[VY]*xg, Coef.n[VZ]*xb);
315 _cmsVEC3init(&r -> v[1], Coef.n[VX]*yr, Coef.n[VY]*yg, Coef.n[VZ]*yb);
316 _cmsVEC3init(&r -> v[2], Coef.n[VX]*(1.0-xr-yr), Coef.n[VY]*(1.0-xg-yg), Coef.n[VZ]*(1.0-xb-yb))
    [all...]

Completed in 1263 milliseconds