/external/autotest/client/cros/chameleon/ |
audio_test_utils.py | 231 # The second dominant frequency should have energy less than -26dB of the 232 # first dominant frequency in the spectrum. 238 # The deviation of estimated dominant frequency from golden frequency. 250 @param second_peak_ratio: The test fails when the second dominant 252 ratio of the coefficient of first dominant 292 'Channel %d: Can not find dominant frequency.' % 304 'Channel %d: Dominant frequency %s is away from golden %s' % 345 'Channel %d: Found large second dominant frequencies: '
|
/external/eigen/Eigen/ |
IterativeLinearSolvers | 19 * - DiagonalPreconditioner - also called JAcobi preconditioner, work very well on diagonal dominant matrices.
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
dont-hoist-simple-loop-constants.ll | 4 ; The setlt wants to use a value that is incremented one more than the dominant
|
/external/autotest/client/cros/audio/ |
audio_analysis_unittest.py | 30 # [(490, 1*k), (60, 0.3*k), (0, 0.1*k)] where 490Hz is the dominant 31 # frequency with coefficient 1, 60Hz is the second dominant frequency 55 'Dominant frequency is not correct')
|
/external/bison/src/ |
AnnotationList.c | 353 - If the dominant contribution is split-stable, the annotation could 356 whether the dominant contribution remains dominant must be "always" 357 or "never" contributions in order for the dominant contribution to 358 be split-stable. Thus, the dominant contribution computation result 362 dominant contributions will have the same dominant contribution when 366 dominant contribution.) Thus, go ahead and discard the annotation 514 - If the dominant contribution is split-stable, then the annotation [all...] |
/external/webrtc/webrtc/modules/audio_processing/ns/ |
nsx_defines.h | 40 /* Scale parameters: multiply dominant peaks of the histograms by scale factor to obtain. */
|
ns_core.h | 23 // Scale parameters: multiply dominant peaks of the histograms by scale factor
|
/external/skia/src/core/ |
SkAdvancedTypefaceMetrics.h | 80 // dominant vertical stroke for an Italic face. 84 int16_t fStemV; // Thickness of dominant vertical stem.
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
PreloadIconDrawable.java | 177 // Set the paint color only when the level changes, so that the dominant color 242 // Make sure that the dominant color has enough saturation to be visible properly.
|
PendingAppWidgetHostView.java | 162 // Make the dominant color bright.
|
/external/opencv/cv/src/ |
cvdominants.cpp | 336 // Applies some algorithm to find dominant points ( corners ) of contour 341 // out_numbers - array of dominant points indices 343 // and numbers of founded dominant points on output
|
cvmotempl.cpp | 332 // find the maximum index (the dominant orientation) 339 // find the shift relative to the dominant orientation as weighted sum of relative angles 396 // add the dominant orientation and the relative shift
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
deringing_luma.cpp | 90 (blockiness annoying at DC dominant region) */ 144 (blockiness annoying at DC dominant region) */ 206 (blockiness annoying at DC dominant region) */
|
/external/autotest/server/brillo/feedback/ |
closed_loop_audio_client.py | 333 FFT values are similiar meaning that the dominant frequency in the audio 336 @freq_golden: The dominant frequency in the reference audio file. 337 @freq_rec: The dominant frequency in the recorded audio file. 355 2. That there is no other dominant frequency in the recorded file.
|
/external/clang/test/CodeGenObjC/ |
attr-noreturn.m | 56 // TODO: do the analysis to take advantage of the dominant case where
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/can/ |
error.h | 50 #define CAN_ERR_PROT_BIT0 0x08 /* unable to send dominant bit */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/can/ |
error.h | 48 #define CAN_ERR_PROT_BIT0 0x08 /* unable to send dominant bit */
|
/external/webp/src/enc/ |
histogram.c | 25 // Number of partitions for the three dominant (literal, red and blue) symbol 28 // The size of the bin-hash corresponding to the three dominant costs. 333 // The structure to keep track of cost range for the three dominant entropy 452 // Partition histograms to different entropy bins for three dominant (literal, 463 // Analyze the dominant (literal, red and blue) entropy costs. 469 // bin-hash histograms on three of the dominant (literal, red and blue) [all...] |
histogram.h | 44 double literal_cost_; // Cached values of dominant entropy costs:
|
/external/kernel-headers/original/uapi/linux/can/ |
error.h | 81 #define CAN_ERR_PROT_BIT0 0x08 /* unable to send dominant bit */
|
/frameworks/support/v7/palette/src/androidTest/java/android/support/v7/graphics/ |
BucketTests.java | 175 // Now assert that the dominant swatch is blue
|
/bionic/libm/upstream-freebsd/lib/msun/bsdsrc/ |
b_log.c | 54 * since m is an integer, the dominant term is exact. 63 * parts, the larger of which adds exactly to the dominant
|
/docs/source.android.com/src/source/ |
brands.jd | 56 the primary or dominant mark on your packaging or device.</li>
|
/frameworks/volley/src/main/java/com/android/volley/toolbox/ |
ImageRequest.java | 114 // If no dominant value at all, just return the actual.
|
/frameworks/support/v7/palette/src/main/java/android/support/v7/graphics/ |
Palette.java | 327 * Returns the dominant swatch from the palette. 329 * <p>The dominant swatch is defined as the swatch with the greatest population (frequency) 338 * Returns the color of the dominant swatch from the palette, as an RGB packed int. [all...] |