HomeSort by relevance Sort by last modified time
    Searched refs:cutoff (Results 26 - 36 of 36) sorted by null

12

  /external/speex/libspeex/
resample.c 128 float cutoff; member in struct:SpeexResamplerState_
230 { 32, 4, 0.882f, 0.910f, KAISER6 }, /* Q2 */ /* 82.3% cutoff ( ~60 dB stop) 6 */
231 { 48, 8, 0.895f, 0.917f, KAISER8 }, /* Q3 */ /* 84.9% cutoff ( ~80 dB stop) 8 */
232 { 64, 8, 0.921f, 0.940f, KAISER8 }, /* Q4 */ /* 88.7% cutoff ( ~80 dB stop) 8 */
233 { 80, 16, 0.922f, 0.940f, KAISER10}, /* Q5 */ /* 89.1% cutoff (~100 dB stop) 10 */
234 { 96, 16, 0.940f, 0.945f, KAISER10}, /* Q6 */ /* 91.5% cutoff (~100 dB stop) 10 */
235 {128, 16, 0.950f, 0.950f, KAISER10}, /* Q7 */ /* 93.1% cutoff (~100 dB stop) 10 */
236 {160, 16, 0.960f, 0.960f, KAISER10}, /* Q8 */ /* 94.5% cutoff (~100 dB stop) 10 */
237 {192, 32, 0.968f, 0.968f, KAISER12}, /* Q9 */ /* 95.5% cutoff (~100 dB stop) 10 */
238 {256, 32, 0.975f, 0.975f, KAISER12}, /* Q10 */ /* 96.6% cutoff (~100 dB stop) 10 *
    [all...]
  /external/apache-http/src/org/apache/http/impl/conn/
SingleClientConnManager.java 352 final long cutoff =
354 if (lastReleaseTime <= cutoff) {
  /external/openssl/crypto/x509v3/
v3_ocsp.c 185 static int i2r_ocsp_acutoff(const X509V3_EXT_METHOD *method, void *cutoff,
189 if(!ASN1_GENERALIZEDTIME_print(bp, cutoff)) return 0;
  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_service.cc 414 base::Time cutoff = base::Time::Now() - kReportsInterval; local
416 // Erase items older than cutoff because we will never care about them again.
418 phishing_report_times_.front() < cutoff) {
422 // Return the number of elements that are above the cutoff.
  /external/bluetooth/glib/glib/
gstrfuncs.c 706 guint64 cutoff; local
757 cutoff = G_MAXUINT64 / base;
774 if (ui64 > cutoff || (ui64 == cutoff && c > cutlim))
    [all...]
  /frameworks/base/core/java/android/net/
NetworkStatsHistory.java 432 * Remove buckets older than requested cutoff.
435 public void removeBucketsBefore(long cutoff) {
441 // cutoff happens before or during this bucket; everything before
443 if (curEnd > cutoff) break;
  /external/dropbear/libtommath/
bn.tex     [all...]
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 307 milliseconds

12