HomeSort by relevance Sort by last modified time
    Searched refs:peaks (Results 1 - 9 of 9) sorted by null

  /external/fec/
peak_mmx_assist.s 33 pand %mm6,%mm7 # select old peaks that are greater
peakval_mmx_assist.s 33 pand %mm6,%mm7 # select old peaks that are greater
  /external/autotest/client/cros/audio/
audio_analysis.py 11 # Only peaks with coefficient greater than 0.01 of the first peak should be
52 peaks other than the greatest one should be
54 This is to ignore peaks that are too small compared
56 @param peak_window_size_hz: The window size in Hz to find the peaks.
57 The minimum differences between found peaks will
101 # Detects peaks.
102 peaks = _peak_detection(abs_y_f, peak_window_size)
106 for index, value in peaks:
129 """Detects peaks in an array.
136 @param window_size: The window to detect peaks
    [all...]
  /external/autotest/client/common_lib/
site_utils.py 775 peaks = []
777 peaks.append(max(map(abs, frames[i::chk_file.getnchannels()])))
778 return peaks;
  /external/ImageMagick/www/api/
feature.php 141 <p>Use HoughLineImage() in conjunction with any binary edge extracted image (we recommand Canny) to identify lines in the image. The algorithm accumulates counts for every white pixel for every possible orientation (for angles from 0 to 179 in 1 degree increments) and distance from the center of the image to the corner (in 1 px increments) and stores the counts in an accumulator matrix of angle vs distance. The size of the accumulator is 180x(diagonal/2). Next it searches this space for peaks in counts and converts the locations of the peaks to slope and intercept in the normal x,y input image space. Use the slope/intercepts to find the endpoints clipped to the bounds of the image. The lines are then drawn. The counts are a measure of the length of the lines</p>
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
pitch_estimator.c 144 int peaks[PITCH_MAX_NUM_PEAKS]; local
286 /* find peaks */
296 peaks[peaks_ind++] = (int)(&CorrSurfPtr1[k] - &CorrSurf[0][0]);
312 peaks[peaks_ind++] = (int)(&CorrSurfPtr1[k] - &CorrSurf[0][0]);
324 peak = peaks[k];
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 303 milliseconds