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

  /frameworks/av/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/av/media/libeffects/testlibs/
AudioPeakingFilter.cpp 88 audio_coef_t coefs[5]; local
99 mCoefInterp.getCoef(intCoord, fracCoord, coefs);
100 mBiquad.setCoefs(coefs, immediate);
AudioShelvingFilter.cpp 90 audio_coef_t coefs[5]; local
100 mHiCoefInterp.getCoef(intCoord, fracCoord, coefs);
102 mLoCoefInterp.getCoef(intCoord, fracCoord, coefs);
104 mBiquad.setCoefs(coefs, immediate);
  /external/chromium_org/third_party/qcms/src/
transform.c 56 struct vector coefs; local
95 coefs = matrix_eval(primaries_invert, white_point);
97 result.m[0][0] = coefs.v[0]*xr;
98 result.m[0][1] = coefs.v[1]*xg;
99 result.m[0][2] = coefs.v[2]*xb;
101 result.m[1][0] = coefs.v[0]*yr;
102 result.m[1][1] = coefs.v[1]*yg;
103 result.m[1][2] = coefs.v[2]*yb;
105 result.m[2][0] = coefs.v[0]*(1.-xr-yr);
106 result.m[2][1] = coefs.v[1]*(1.-xg-yg)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.sat4j.pb_2.2.0.v20100429.jar 

Completed in 536 milliseconds