Home
last modified time | relevance | path

Searched refs:cutoff (Results 1 – 25 of 35) sorted by relevance

12

/external/openssh/openbsd-compat/
Dstrtoll.c53 long long acc, cutoff; in strtoll() local
101 cutoff = neg ? LLONG_MIN : LLONG_MAX; in strtoll()
102 cutlim = cutoff % base; in strtoll()
103 cutoff /= base; in strtoll()
107 cutoff += 1; in strtoll()
123 if (acc < cutoff || (acc == cutoff && c > cutlim)) { in strtoll()
133 if (acc > cutoff || (acc == cutoff && c > cutlim)) { in strtoll()
Dstrtoul.c51 unsigned long acc, cutoff; in strtoul() local
79 cutoff = ULONG_MAX / (unsigned long)base; in strtoul()
92 if (acc > cutoff || acc == cutoff && c > cutlim) { in strtoul()
/external/sonivox/arm-wt-22k/lib_src/
Deas_wtsynth.c1002 EAS_I32 cutoff; in WT_UpdateFilter() local
1012 cutoff = MULT_EG1_EG1(pWTVoice->eg2Value, pArt->eg2ToFc); in WT_UpdateFilter()
1013 cutoff += pArt->filterCutoff; in WT_UpdateFilter()
1016 cutoff -= FILTER_CUTOFF_FREQ_ADJUST + A5_PITCH_OFFSET_IN_CENTS; in WT_UpdateFilter()
1019 if (cutoff > FILTER_CUTOFF_MAX_PITCH_CENTS) in WT_UpdateFilter()
1020 cutoff = FILTER_CUTOFF_MAX_PITCH_CENTS; in WT_UpdateFilter()
1021 else if (cutoff < FILTER_CUTOFF_MIN_PITCH_CENTS) in WT_UpdateFilter()
1022 cutoff = FILTER_CUTOFF_MIN_PITCH_CENTS; in WT_UpdateFilter()
1024 WT_SetFilterCoeffs(pIntFrame, cutoff, pArt->filterQ); in WT_UpdateFilter()
1227 void WT_SetFilterCoeffs (S_WT_INT_FRAME *pIntFrame, EAS_I32 cutoff, EAS_I32 resonance) in WT_SetFilterCoeffs() argument
[all …]
Deas_dlssynth.c249 EAS_I32 cutoff; in DLS_UpdateFilter() local
260 cutoff = pDLSArt->filterCutoff; in DLS_UpdateFilter()
274 cutoff += FMUL_15x15(temp, pWTVoice->modLFO.lfoValue); in DLS_UpdateFilter()
277 cutoff += FMUL_15x15(pWTVoice->eg2Value, pDLSArt->eg2ToFc); in DLS_UpdateFilter()
281 cutoff += (pVoice->velocity * pDLSArt->velToFc) >> 7; in DLS_UpdateFilter()
285 cutoff += (pVoice->note * pDLSArt->keyNumToFc) >> 7; in DLS_UpdateFilter()
288 cutoff -= FILTER_CUTOFF_FREQ_ADJUST + A5_PITCH_OFFSET_IN_CENTS; in DLS_UpdateFilter()
291 if (cutoff > FILTER_CUTOFF_MAX_PITCH_CENTS) in DLS_UpdateFilter()
292 cutoff = FILTER_CUTOFF_MAX_PITCH_CENTS; in DLS_UpdateFilter()
293 else if (cutoff < FILTER_CUTOFF_MIN_PITCH_CENTS) in DLS_UpdateFilter()
[all …]
Deas_wtsynth.h61 void WT_SetFilterCoeffs (S_WT_INT_FRAME *pIntFrame, EAS_I32 cutoff, EAS_I32 resonance);
/external/sonivox/arm-hybrid-22k/lib_src/
Deas_wtsynth.c996 EAS_I32 cutoff; in WT_UpdateFilter() local
1006 cutoff = MULT_EG1_EG1(pWTVoice->eg2Value, pArt->eg2ToFc); in WT_UpdateFilter()
1007 cutoff += pArt->filterCutoff; in WT_UpdateFilter()
1010 cutoff -= FILTER_CUTOFF_FREQ_ADJUST + A5_PITCH_OFFSET_IN_CENTS; in WT_UpdateFilter()
1013 if (cutoff > FILTER_CUTOFF_MAX_PITCH_CENTS) in WT_UpdateFilter()
1014 cutoff = FILTER_CUTOFF_MAX_PITCH_CENTS; in WT_UpdateFilter()
1015 else if (cutoff < FILTER_CUTOFF_MIN_PITCH_CENTS) in WT_UpdateFilter()
1016 cutoff = FILTER_CUTOFF_MIN_PITCH_CENTS; in WT_UpdateFilter()
1018 WT_SetFilterCoeffs(pIntFrame, cutoff, pArt->filterQ); in WT_UpdateFilter()
1221 void WT_SetFilterCoeffs (S_WT_INT_FRAME *pIntFrame, EAS_I32 cutoff, EAS_I32 resonance) in WT_SetFilterCoeffs() argument
[all …]
Deas_wtsynth.h61 void WT_SetFilterCoeffs (S_WT_INT_FRAME *pIntFrame, EAS_I32 cutoff, EAS_I32 resonance);
/external/webkit/Source/WebCore/platform/audio/
DBiquad.h52 void setLowpassParams(double cutoff, double resonance);
53 void setHighpassParams(double cutoff, double resonance);
55 void setLowShelfParams(double cutoff, double dbGain);
DBiquad.cpp191 void Biquad::setLowpassParams(double cutoff, double resonance) in setLowpassParams() argument
199 double theta = piDouble * cutoff; in setLowpassParams()
212 void Biquad::setHighpassParams(double cutoff, double resonance) in setHighpassParams() argument
220 double theta = piDouble * cutoff; in setHighpassParams()
233 void Biquad::setLowShelfParams(double cutoff, double dbGain) in setLowShelfParams() argument
235 double theta = piDouble * cutoff; in setLowShelfParams()
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
DParticleDepositionHeightMap.java134 float cutoff; in load() local
229 cutoff = calderaStartPoint * (1.0f - caldera); in load()
260 if (tempBuffer[calderaX][calderaY] > cutoff in load()
267 2 * cutoff - tempBuffer[calderaX][calderaY]; in load()
/external/bison/lib/
Dstrtol.c242 register unsigned LONG int cutoff; in INTERNAL() local
345 cutoff = STRTOL_ULONG_MAX / (unsigned LONG int) base; in INTERNAL()
363 if (i > cutoff || (i == cutoff && c > cutlim)) in INTERNAL()
/external/speex/libspeex/
Dresample.c128 float cutoff; member
276 static spx_word16_t sinc(float cutoff, float x, int N, struct FuncDef *window_func) in sinc() argument
279 float xx = x * cutoff; in sinc()
281 return WORD2INT(32768.*cutoff); in sinc()
285 return WORD2INT(32768.*cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func)); in sinc()
289 static spx_word16_t sinc(float cutoff, float x, int N, struct FuncDef *window_func) in sinc() argument
292 float xx = x * cutoff; in sinc()
294 return cutoff; in sinc()
298 return cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func); in sinc()
567 st->cutoff = quality_map[st->quality].downsample_bandwidth * st->den_rate / st->num_rate; in update_filter()
[all …]
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/
DShaderUtils.java194 float cutoff = ShaderUtils.clamp(0.5f / swidth, 0, maxFreq); in sinValue() local
196 for (f = minFreq; f < 0.5 * cutoff; f *= 2) { in sinValue()
199 float fade = ShaderUtils.clamp(2 * (cutoff - f) / cutoff, 0, 1); in sinValue()
/external/webkit/Source/WebCore/webaudio/
DLowPass2FilterNode.h42 AudioParam* cutoff() { return biquadProcessor()->parameter1(); } in cutoff() function
DHighPass2FilterNode.h42 AudioParam* cutoff() { return biquadProcessor()->parameter1(); } in cutoff() function
DHighPass2FilterNode.idl32 readonly attribute AudioParam cutoff;
DLowPass2FilterNode.idl32 readonly attribute AudioParam cutoff;
/external/openssl/crypto/x509v3/
Dv3_ocsp.c185 static int i2r_ocsp_acutoff(const X509V3_EXT_METHOD *method, void *cutoff, in i2r_ocsp_acutoff() argument
189 if(!ASN1_GENERALIZEDTIME_print(bp, cutoff)) return 0; in i2r_ocsp_acutoff()
/external/apache-http/src/org/apache/http/impl/conn/
DSingleClientConnManager.java352 final long cutoff =
354 if (lastReleaseTime <= cutoff) {
/external/eigen/Eigen/src/Cholesky/
DLDLT.h265 RealScalar cutoff(0), biggest_in_corner;
279 cutoff = abs(NumTraits<Scalar>::epsilon() * biggest_in_corner);
286 if(biggest_in_corner < cutoff)
327 if((rs>0) && (abs(mat.coeffRef(k,k)) > cutoff))
/external/chromium/chrome/browser/safe_browsing/
Dclient_side_detection_service.cc414 base::Time cutoff = base::Time::Now() - kReportsInterval; in GetNumReports() local
418 phishing_report_times_.front() < cutoff) { in GetNumReports()
/external/clang/docs/analyzer/
DIPA.txt146 - If the LocationContext chain for a given ExplodedNode reaches a maximum cutoff
148 serves as a useful cutoff for performance reasons.
/external/dropbear/libtommath/
Dbn.tex1238 actually faster than Comba until you hit distinct ``cutoff'' points. For Karatsuba with the defau…
1239 GCC 3.3.1 and an Athlon XP processor the cutoff point is roughly 110 digits (about 70 for the Intel…
1242 …redible overhead and is probably only useful for very large inputs. So far no known cutoff points
1243 exist and for the most part I just set the cutoff points very high to make sure they're not called.
1245 …he ``etc/'' directory of the project called ``tune.c'' can be used to find the cutoff points. This
1270 When the program is running it will output a series of measurements for different cutoff points. I…
1272 tuning takes a very long time as the cutoff points are likely to be very high.
/external/webkit/Source/JavaScriptCore/
DChangeLog-2003-10-25905 The bug was caused by having array values in the property map past the storageLength cutoff
912 make sparse entries in the property map below the sparse array cutoff.
913 … (ArrayInstanceImp::resizeStorage): Don't ever make storage size bigger than the cutoff unless
DChangeLog-2002-12-03461 (ArrayInstanceImp::setLength): Only enlarge storage length up to a cutoff.
985 (mktimeUsingCF): Pick an arbitrary cutoff of 3000, and return -1 if the

12