Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/lib/Common/src/
DFO_1I_D16F16Css_TRC_WRA_01_Private.h26 LVM_INT16 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
DBQ_2I_D32F32Cll_TRC_WRA_01_Private.h27 LVM_INT32 coefs[5]; /* pointer to the filter coefficients */ member
DBQ_2I_D16F32Css_TRC_WRA_01_Private.h26 LVM_INT16 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
DBP_1I_D16F32Cll_TRC_WRA_01_Private.h25 LVM_INT32 coefs[3]; /* pointer to the filter coefficients */ member
DBP_1I_D32F32Cll_TRC_WRA_02_Private.h25 LVM_INT32 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
DBQ_1I_D16F32Css_TRC_WRA_01_Private.h25 LVM_INT16 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
DPK_2I_D32F32CllGss_TRC_WRA_01_Private.h26 LVM_INT32 coefs[5]; /* pointer to the filter coefficients */ member
DPK_2I_D32F32CssGss_TRC_WRA_01_Private.h27 LVM_INT32 coefs[5]; /* pointer to the filter coefficients */ member
DFO_2I_D16F32Css_LShx_TRC_WRA_01_Private.h26 LVM_INT16 coefs[3]; /* 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/services/audioflinger/
DAudioResamplerDyn.cpp494 const TC* const coefs = mConstants.mFirCoefs; in resample() local
DAudioResamplerFirProcess.h378 const int coefShift, const int halfNumCoefs, const TC* const coefs, in fir()
DAudioResamplerSinc.cpp591 const int32_t* coefs, size_t offset, in interpolate()