HomeSort by relevance Sort by last modified time
    Searched defs:coefs (Results 1 - 23 of 23) 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/opencv3/modules/imgproc/src/
grabcut.cpp 74 double* coefs; member in class:GMM
100 coefs = model.ptr<double>(0);
101 mean = coefs + componentsCount;
105 if( coefs[ci] > 0 )
113 res += coefs[ci] * (*this)(ci, color );
120 if( coefs[ci] > 0 )
181 coefs[ci] = 0;
184 coefs[ci] = (double)n/totalSampleCount;
210 if( coefs[ci] > 0 )
  /frameworks/av/services/audioflinger/
AudioResamplerDyn.cpp 338 // note: > 64 length filters with 16b coefs can have quantization noise problems
493 const TC* const coefs = mConstants.mFirCoefs; local
566 // from the polyphase filter of (phaseFraction / phaseWrapLimit) in coefs.
575 coefShift, halfNumCoefs, coefs,
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.sat4j.pb_2.3.5.v201308161310.jar 
org.sat4j.core_2.3.5.v201308161310.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.sat4j.pb_2.3.5.v20130525.jar 
org.sat4j.core_2.3.5.v20130525.jar 
  /external/webrtc/webrtc/modules/audio_processing/aecm/
aecm_core_mips.c 86 int32_t hann, hann1, coefs; local
99 "addiu %[coefs], %[coefTable], 0 \n\t"
110 "lh %[f_coef], 0(%[coefs]) \n\t"
111 "lh %[s_coef], 2(%[coefs]) \n\t"
122 " addiu %[coefs], %[coefs], 4 \n\t"
133 "lh %[f_coef], 0(%[coefs]) \n\t"
134 "lh %[s_coef], 2(%[coefs]) \n\t"
145 " addiu %[coefs], %[coefs], 4 \n\t
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.sat4j.pb_2.2.0.v20100429.jar 

Completed in 368 milliseconds