Home
last modified time | relevance | path

Searched defs:coefs (Results 1 – 19 of 19) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Common/src/
DBP_1I_D16F32Cll_TRC_WRA_01_Private.h25 LVM_INT32 coefs[3]; /* pointer to the filter coefficients */ member
33 LVM_FLOAT coefs[3]; /* pointer to the filter coefficients */ member
DBQ_2I_D32F32Cll_TRC_WRA_01_Private.h27 LVM_INT32 coefs[5]; /* pointer to the filter coefficients */ member
37 LVM_FLOAT coefs[5]; /* pointer to the filter coefficients */ member
DFO_1I_D16F16Css_TRC_WRA_01_Private.h26 LVM_INT16 coefs[3]; /* pointer to the filter coefficients */ member
36 LVM_FLOAT coefs[3]; /* pointer to the filter coefficients */ member
DPK_2I_D32F32CssGss_TRC_WRA_01_Private.h29 LVM_FLOAT coefs[5]; /* pointer to the filter coefficients */ member
37 LVM_INT32 coefs[5]; /* pointer to the filter coefficients */ member
DBQ_1I_D16F32Css_TRC_WRA_01_Private.h25 LVM_INT16 coefs[5]; /* pointer to the filter coefficients */ member
34 LVM_FLOAT coefs[5]; /* pointer to the filter coefficients */ member
DBP_1I_D32F32Cll_TRC_WRA_02_Private.h25 LVM_INT32 coefs[3]; /* pointer to the filter coefficients */ member
33 LVM_FLOAT coefs[3]; /* pointer to the filter coefficients */ member
DBQ_2I_D16F16Css_TRC_WRA_01_Private.h26 LVM_INT16 coefs[5]; /* pointer to the filter coefficients */ member
35 LVM_FLOAT coefs[5]; /* pointer to the filter coefficients */ member
DBP_1I_D16F16Css_TRC_WRA_01_Private.h25 LVM_INT32 coefs[3]; /* pointer to the filter coefficients */ member
35 LVM_FLOAT coefs[3]; /* pointer to the filter coefficients */ member
DFO_1I_D32F32Cll_TRC_WRA_01_Private.h27 LVM_INT32 coefs[3]; /* pointer to the filter coefficients */ member
36 LVM_FLOAT coefs[3]; /* pointer to the filter coefficients */ member
DBQ_2I_D16F32Css_TRC_WRA_01_Private.h26 LVM_INT16 coefs[5]; /* pointer to the filter coefficients */ member
36 LVM_FLOAT coefs[5]; /* pointer to the filter coefficients */ member
DBQ_1I_D16F16Css_TRC_WRA_01_Private.h25 LVM_INT16 coefs[5]; /* pointer to the filter coefficients */ member
34 LVM_FLOAT coefs[5]; /* pointer to the filter coefficients */ member
DFO_2I_D16F32Css_LShx_TRC_WRA_01_Private.h27 LVM_FLOAT coefs[3]; /* pointer to the filter coefficients */ member
35 LVM_INT16 coefs[3]; /* pointer to the filter coefficients */ member
DPK_2I_D32F32CllGss_TRC_WRA_01_Private.h26 LVM_INT32 coefs[5]; /* pointer to the filter coefficients */ member
/frameworks/av/media/libeffects/testlibs/
DAudioShelvingFilter.cpp90 audio_coef_t coefs[5]; in commit() local
DAudioPeakingFilter.cpp88 audio_coef_t coefs[5]; in commit() local
/frameworks/av/media/libaudioprocessing/
DAudioResamplerDyn.cpp268 TC *coefs = nullptr; in createKaiserFir() local
629 const TC* const coefs = mConstants.mFirCoefs; in resample() local
DAudioResamplerFirProcess.h378 const int coefShift, const int halfNumCoefs, const TC* const coefs, in fir()
DAudioResamplerSinc.cpp599 const int32_t* coefs, size_t offset, in interpolate()
/frameworks/av/media/libaudioprocessing/tests/
Dresampler_tests.cpp266 const float *coefs = rdyn->getFilterCoefs(); in testFilterResponse() local