HomeSort by relevance Sort by last modified time
    Searched full:peak (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/srec/srec/cfront/
spec_anl.c 217 fftdata peak; local
244 peak = density[last];
247 peak = (fftdata)(SHIFT_DOWN((bigdata)peak, COEFDATA_SHIFT) * (bigdata)bdecay);
248 ASSERT(peak >= 0);
249 if (density[i] > peak)
250 peak = density[i];
252 density[i] = peak;
257 peak = density[first];
260 peak = (fftdata)(SHIFT_DOWN((bigdata)peak, COEFDATA_SHIFT) * (bigdata)fdecay)
    [all...]
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerActivity.java 403 long peak = 0; local
442 peak = 0;
447 if (peak < energy) {
448 peak = energy;
454 if (energy < threshold || energy < (peak / 2)) {
455 // e went to less than half of the peak
  /external/iproute2/examples/
cbq.init-v0.7.3 108 # - PEAK parameter for setting TBF's burst peak rate
299 # PEAK=<speed> optional, default not set
301 # Maximal peak rate for short-term burst traffic. This allows you
302 # to control the absolute peak rate the class can send at, because
310 # PEAK parameter. It defaults to MTU of ethernet - for other
407 # TIME=[<dow>,<dow>, ...,<dow>/]<from>-<till>;<rate>/<weight>[/<peak>]
415 # and <peak> correspond to parameters RATE, WEIGHT and PEAK (which
502 CBQ_WORDS="$CBQ_WORDS|LIMIT|PEAK|MTU|QUANTUM|PERTURB
    [all...]
  /bionic/libm/src/
s_exp2f.c 67 * Accuracy: Peak error < 0.501 ulp; location of peak: -0.030110927.
  /external/webkit/WebCore/platform/text/qt/
TextCodecQt.cpp 98 // when the input buffer is big. This helps reduce peak memory consumption in
  /packages/wallpapers/MusicVisualization/res/raw/
vu.rs 52 // draw the peak indicator light (56x58)
many.rs 55 // draw the peak indicator light (56x58)
  /external/clearsilver/python/
setup.py 5 # See http://peak.telecommunity.com/DevCenter/PythonEggs
  /external/srec/srec/include/
pre_desc.h 123 int min_segment_rel_c0; /* Any segment gets deleted whose peak c0 is < max - min_segment_rel_c0 */
  /hardware/broadcom/wlan/bcm4329/src/include/proto/
802.11e.h 69 uint32 peak_data_rate; /* Peak Data Rate (bps) */
  /external/iproute2/tc/
q_tbf.c 202 fprintf(stderr, "TBF: failed to calculate peak rate table.\n");
m_police.c 291 fprintf(stderr, "POLICE: failed to calculate peak rate table.\n");
  /external/qemu/hw/
goldfish_fb.c 171 printf( "full update stats: peak %.2f %% total %.2f %%\n",
  /external/svox/pico/lib/
picosig2.h 53 picoos_int16 *idx_vect4; /*reserved for max peak index arrax in pchip*/
  /external/opencore/codecs_v2/audio/aac/dec/src/
fft_rx4_long.cpp 58 peak_value = Input, peak value of the input vector
59 Output, peak value of the resulting vector
fft_rx4_short.cpp 55 peak_value = Input, peak value of the input vector
56 Output, peak value of the resulting vector
  /external/webkit/WebKitTools/android/flex-2.5.4a/
main.c 536 _( " %d/%d (peak %d) nxt-chk entries created\n" ),
539 _( " %d/%d (peak %d) template nxt-chk entries created\n" ),
  /frameworks/base/media/libstagefright/codecs/aacdec/
fft_rx4_long.cpp 58 peak_value = Input, peak value of the input vector
59 Output, peak value of the resulting vector
fft_rx4_short.cpp 55 peak_value = Input, peak value of the input vector
56 Output, peak value of the resulting vector
  /bionic/libc/bionic/
dlmalloc.h 216 has been reclaimed by the system. The peak number of bytes allocated
  /external/e2fsprogs/e2fsck/
pass3.c 90 print_resource_track(_("Peak memory"), &ctx->global_rtrack);
  /external/esd/include/
audiofile.h 152 AF_MISC_IRCAM_PEAKAMP = 209, /* peak amplitude information */
  /external/kernel-headers/original/linux/
input.h 734 __s16 magnitude; /* Peak value */
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_wtsynth.c 783 /* check if we have reached peak amplitude */
876 /* check if we have reached peak amplitude */
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_wtsynth.c 789 /* check if we have reached peak amplitude */
882 /* check if we have reached peak amplitude */
    [all...]

Completed in 245 milliseconds

1 2 3