/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_wtsynth.c | 1002 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 …]
|
D | eas_dlssynth.c | 249 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 …]
|
D | eas_wtsynth.h | 61 void WT_SetFilterCoeffs (S_WT_INT_FRAME *pIntFrame, EAS_I32 cutoff, EAS_I32 resonance);
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
D | eas_wtsynth.c | 996 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 …]
|
D | eas_wtsynth.h | 61 void WT_SetFilterCoeffs (S_WT_INT_FRAME *pIntFrame, EAS_I32 cutoff, EAS_I32 resonance);
|
/external/bison/lib/ |
D | strtol.c | 256 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/ |
D | resample.c | 124 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/ |
D | v3_ocsp.c | 177 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/ |
D | SingleClientConnManager.java | 329 final long cutoff = 331 if (lastReleaseTime <= cutoff) {
|
/external/bluetooth/glib/glib/ |
D | gstrfuncs.c | 706 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/ |
D | bn.tex | 1238 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/ |
D | ChangeLog-2003-10-25 | 905 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
|
D | ChangeLog-2002-12-03 | 461 (ArrayInstanceImp::setLength): Only enlarge storage length up to a cutoff. 985 (mktimeUsingCF): Pick an arbitrary cutoff of 3000, and return -1 if the
|
D | ChangeLog-2008-08-10 | 3272 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/ |
D | flex.info | 2322 text but not "huge" quantities, where the cutoff between the two is at
|
D | flex.texi | 2755 text but not "huge" quantities, where the cutoff between
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/ |
D | flex.man | 2877 not "huge" quantities, where the cutoff between the two is
|
/external/webkit/WebCore/ |
D | ChangeLog-2003-10-25 | 9291 Fix for the Search button cutoff on livepage.apple.com We
|
D | ChangeLog-2006-12-31 | 21093 … Honor tiny timer intervals for JS timeouts as they are nested until a cutoff point is reached.
|
D | ChangeLog-2007-10-14 | 50462 image cutoff from 1MB to 5MB.
|
/external/webkit/WebKit/mac/ |
D | ChangeLog-2006-02-09 | 33482 - at Scott and Don's request, roll out small text anti-aliasing cutoff
|