Home
last modified time | relevance | path

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

/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/bison/lib/
Dstrtol.c256 register unsigned LONG int cutoff; in INTERNAL() local
359 cutoff = STRTOL_ULONG_MAX / (unsigned LONG int) base; in INTERNAL()
377 if (i > cutoff || (i == cutoff && c > cutlim)) in INTERNAL()
/external/speex/libspeex/
Dresample.c124 float cutoff; member
272 static spx_word16_t sinc(float cutoff, float x, int N, struct FuncDef *window_func) in sinc() argument
275 float xx = x * cutoff; in sinc()
277 return WORD2INT(32768.*cutoff); in sinc()
281 return WORD2INT(32768.*cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func)); in sinc()
285 static spx_word16_t sinc(float cutoff, float x, int N, struct FuncDef *window_func) in sinc() argument
288 float xx = x * cutoff; in sinc()
290 return cutoff; in sinc()
294 return cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func); in sinc()
561 st->cutoff = quality_map[st->quality].downsample_bandwidth * st->den_rate / st->num_rate; in update_filter()
[all …]
/external/openssl/crypto/x509v3/
Dv3_ocsp.c177 static int i2r_ocsp_acutoff(X509V3_EXT_METHOD *method, void *cutoff, BIO *bp, int ind) in i2r_ocsp_acutoff() argument
180 if(!ASN1_GENERALIZEDTIME_print(bp, cutoff)) return 0; in i2r_ocsp_acutoff()
/external/apache-http/src/org/apache/http/impl/conn/
DSingleClientConnManager.java329 final long cutoff =
331 if (lastReleaseTime <= cutoff) {
/external/bluetooth/glib/glib/
Dgstrfuncs.c706 guint64 cutoff; in g_parse_long_long() local
757 cutoff = G_MAXUINT64 / base; in g_parse_long_long()
774 if (ui64 > cutoff || (ui64 == cutoff && c > cutlim)) in g_parse_long_long()
/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/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
DChangeLog-2008-08-103272 an array is filled; this is how the cutoff gets set for most arrays.
17551 merge sort is still faster, but more investigation is needed to determine a new cutoff.
22342 The problem was with the cutoff point between backreferences and octal
22343 escape sequences. We need to determine the cutoff point by counting the
22365 The problem was with the cutoff point between backreferences and octal
22366 escape sequences. We need to determine the cutoff point by counting the
24531 (KJS::ArrayInstance::inlineGetOwnPropertySlot): Check sparse array cutoff before looking
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/texinfo/
Dflex.info2322 text but not "huge" quantities, where the cutoff between the two is at
Dflex.texi2755 text but not "huge" quantities, where the cutoff between
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
Dflex.man2877 not "huge" quantities, where the cutoff between the two is
/external/webkit/WebCore/
DChangeLog-2003-10-259291 Fix for the Search button cutoff on livepage.apple.com We
DChangeLog-2006-12-3121093 … Honor tiny timer intervals for JS timeouts as they are nested until a cutoff point is reached.
DChangeLog-2007-10-1450462 image cutoff from 1MB to 5MB.
/external/webkit/WebKit/mac/
DChangeLog-2006-02-0933482 - at Scott and Don's request, roll out small text anti-aliasing cutoff