/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
D | BP_1I_D16F32Cll_TRC_WRA_01_Private.h | 25 LVM_INT32 coefs[3]; /* pointer to the filter coefficients */ member 33 LVM_FLOAT coefs[3]; /* pointer to the filter coefficients */ member
|
D | BQ_2I_D32F32Cll_TRC_WRA_01_Private.h | 27 LVM_INT32 coefs[5]; /* pointer to the filter coefficients */ member 37 LVM_FLOAT coefs[5]; /* pointer to the filter coefficients */ member
|
D | FO_1I_D16F16Css_TRC_WRA_01_Private.h | 26 LVM_INT16 coefs[3]; /* pointer to the filter coefficients */ member 36 LVM_FLOAT coefs[3]; /* pointer to the filter coefficients */ member
|
D | PK_2I_D32F32CssGss_TRC_WRA_01_Private.h | 29 LVM_FLOAT coefs[5]; /* pointer to the filter coefficients */ member 37 LVM_INT32 coefs[5]; /* pointer to the filter coefficients */ member
|
D | BQ_1I_D16F32Css_TRC_WRA_01_Private.h | 25 LVM_INT16 coefs[5]; /* pointer to the filter coefficients */ member 34 LVM_FLOAT coefs[5]; /* pointer to the filter coefficients */ member
|
D | BP_1I_D32F32Cll_TRC_WRA_02_Private.h | 25 LVM_INT32 coefs[3]; /* pointer to the filter coefficients */ member 33 LVM_FLOAT coefs[3]; /* pointer to the filter coefficients */ member
|
D | BQ_2I_D16F16Css_TRC_WRA_01_Private.h | 26 LVM_INT16 coefs[5]; /* pointer to the filter coefficients */ member 35 LVM_FLOAT coefs[5]; /* pointer to the filter coefficients */ member
|
D | BP_1I_D16F16Css_TRC_WRA_01_Private.h | 25 LVM_INT32 coefs[3]; /* pointer to the filter coefficients */ member 35 LVM_FLOAT coefs[3]; /* pointer to the filter coefficients */ member
|
D | FO_1I_D32F32Cll_TRC_WRA_01_Private.h | 27 LVM_INT32 coefs[3]; /* pointer to the filter coefficients */ member 36 LVM_FLOAT coefs[3]; /* pointer to the filter coefficients */ member
|
D | BQ_2I_D16F32Css_TRC_WRA_01_Private.h | 26 LVM_INT16 coefs[5]; /* pointer to the filter coefficients */ member 36 LVM_FLOAT coefs[5]; /* pointer to the filter coefficients */ member
|
D | BQ_1I_D16F16Css_TRC_WRA_01_Private.h | 25 LVM_INT16 coefs[5]; /* pointer to the filter coefficients */ member 34 LVM_FLOAT coefs[5]; /* pointer to the filter coefficients */ member
|
D | FO_2I_D16F32Css_LShx_TRC_WRA_01_Private.h | 27 LVM_FLOAT coefs[3]; /* pointer to the filter coefficients */ member 35 LVM_INT16 coefs[3]; /* pointer to the filter coefficients */ member
|
D | PK_2I_D32F32CllGss_TRC_WRA_01_Private.h | 26 LVM_INT32 coefs[5]; /* pointer to the filter coefficients */ member
|
/frameworks/av/media/libeffects/testlibs/ |
D | AudioShelvingFilter.cpp | 90 audio_coef_t coefs[5]; in commit() local
|
D | AudioPeakingFilter.cpp | 88 audio_coef_t coefs[5]; in commit() local
|
/frameworks/av/media/libaudioprocessing/ |
D | AudioResamplerDyn.cpp | 268 TC *coefs = nullptr; in createKaiserFir() local 629 const TC* const coefs = mConstants.mFirCoefs; in resample() local
|
D | AudioResamplerFirProcess.h | 378 const int coefShift, const int halfNumCoefs, const TC* const coefs, in fir()
|
D | AudioResamplerSinc.cpp | 599 const int32_t* coefs, size_t offset, in interpolate()
|
/frameworks/av/media/libaudioprocessing/tests/ |
D | resampler_tests.cpp | 266 const float *coefs = rdyn->getFilterCoefs(); in testFilterResponse() local
|