HomeSort by relevance Sort by last modified time
    Searched defs:coefs (Results 1 - 16 of 16) sorted by null

  /frameworks/base/media/libeffects/lvm/lib/Common/src/
BP_1I_D16F16Css_TRC_WRA_01_Private.h 25 LVM_INT32 coefs[3]; /* pointer to the filter coefficients */ member in struct:_Filter_State_
BP_1I_D16F32Cll_TRC_WRA_01_Private.h 25 LVM_INT32 coefs[3]; /* pointer to the filter coefficients */ member in struct:_Filter_State_
BP_1I_D32F32Cll_TRC_WRA_02_Private.h 25 LVM_INT32 coefs[3]; /* pointer to the filter coefficients */ member in struct:_Filter_State_
BQ_1I_D16F16Css_TRC_WRA_01_Private.h 25 LVM_INT16 coefs[5]; /* pointer to the filter coefficients */ member in struct:_Filter_State_
BQ_1I_D16F32Css_TRC_WRA_01_Private.h 25 LVM_INT16 coefs[5]; /* pointer to the filter coefficients */ member in struct:_Filter_State_
BQ_2I_D16F16Css_TRC_WRA_01_Private.h 26 LVM_INT16 coefs[5]; /* pointer to the filter coefficients */ member in struct:_Filter_State_
BQ_2I_D16F32Css_TRC_WRA_01_Private.h 26 LVM_INT16 coefs[5]; /* pointer to the filter coefficients */ member in struct:_Filter_State_
BQ_2I_D32F32Cll_TRC_WRA_01_Private.h 27 LVM_INT32 coefs[5]; /* pointer to the filter coefficients */ member in struct:_Filter_State_
FO_1I_D16F16Css_TRC_WRA_01_Private.h 26 LVM_INT16 coefs[3]; /* pointer to the filter coefficients */ member in struct:_Filter_State_
FO_1I_D32F32Cll_TRC_WRA_01_Private.h 27 LVM_INT32 coefs[3]; /* pointer to the filter coefficients */ member in struct:_Filter_State_
FO_2I_D16F32Css_LShx_TRC_WRA_01_Private.h 26 LVM_INT16 coefs[3]; /* pointer to the filter coefficients */ member in struct:_Filter_State_
PK_2I_D32F32CllGss_TRC_WRA_01_Private.h 26 LVM_INT32 coefs[5]; /* pointer to the filter coefficients */ member in struct:_Filter_State_
PK_2I_D32F32CssGss_TRC_WRA_01_Private.h 27 LVM_INT32 coefs[5]; /* pointer to the filter coefficients */ member in struct:_Filter_State_
  /frameworks/base/media/libeffects/testlibs/
AudioPeakingFilter.cpp 90 audio_coef_t coefs[5]; local
101 mCoefInterp.getCoef(intCoord, fracCoord, coefs);
102 mBiquad.setCoefs(coefs, immediate);
AudioShelvingFilter.cpp 92 audio_coef_t coefs[5]; local
102 mHiCoefInterp.getCoef(intCoord, fracCoord, coefs);
104 mLoCoefInterp.getCoef(intCoord, fracCoord, coefs);
106 mBiquad.setCoefs(coefs, immediate);
  /frameworks/base/services/audioflinger/
AudioResamplerSinc.cpp 320 int32_t const* coefs = mFirCoefs; local
324 interpolate<CHANNELS>(l, r, coefs+indexP, lerpP, sP);
325 interpolate<CHANNELS>(l, r, coefs+indexN, lerpN, sN);
326 sP -= CHANNELS; sN += CHANNELS; coefs += 1<<coefsBits;
327 interpolate<CHANNELS>(l, r, coefs+indexP, lerpP, sP);
328 interpolate<CHANNELS>(l, r, coefs+indexN, lerpN, sN);
329 sP -= CHANNELS; sN += CHANNELS; coefs += 1<<coefsBits;
330 interpolate<CHANNELS>(l, r, coefs+indexP, lerpP, sP);
331 interpolate<CHANNELS>(l, r, coefs+indexN, lerpN, sN);
332 sP -= CHANNELS; sN += CHANNELS; coefs += 1<<coefsBits
    [all...]

Completed in 1411 milliseconds