HomeSort by relevance Sort by last modified time
    Searched full:noise (Results 176 - 200 of 703) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/hosted/
sunspider.html 64 <dd>One of the challenges of benchmarking is knowing how much noise
  /external/chromium_org/third_party/opus/src/silk/
decode_frame.c 116 /* Comfort noise generation / estimation */
main.h 226 /* Noise shaping quantization (NSQ) */
236 const opus_int16 AR2_Q13[ MAX_NB_SUBFR * MAX_SHAPE_LPC_ORDER ], /* I Noise shaping coefs */
246 /* Noise shaping using delayed decision */
255 const opus_int16 AR2_Q13[ MAX_NB_SUBFR * MAX_SHAPE_LPC_ORDER ], /* I Noise shaping coefs */
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
__init__.py 59 life, this can cause confusing performance results and add noise. Turning
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/filter/
OptimizedErode.java 30 package com.jme3.terrain.noise.filter;
ThermalErodeFilter.java 30 package com.jme3.terrain.noise.filter;
  /external/libvorbis/
CHANGES 4 * revert noise norm to conservative 1.2.3 behavior pending
  /external/libvpx/libvpx/vp8/common/x86/
postproc_sse2.asm 655 ;void vp8_plane_add_noise_wmt (unsigned char *Start, unsigned char *noise,
673 mov rcx, arg(1) ;noise
691 psubusb xmm1, [rdx] ;blackclamp ; clamp both sides so we don't outrange adding noise
695 movdqu xmm2,[rdi+rax] ; get the noise for this line
  /external/libvpx/libvpx/vp9/common/x86/
vp9_postproc_mmx.asm 462 ;void vp9_plane_add_noise_mmx (unsigned char *start, unsigned char *noise,
480 mov rcx, arg(1) ;noise
498 psubusb mm1, [rdx] ;blackclamp ; clamp both sides so we don't outrange adding noise
502 movq mm2,[rdi+rax] ; get the noise for this line
  /external/libvpx/libvpx/vpx/
vp8.h 88 int noise_level; /**< the strength of additive noise, valid range [0, 16] */
  /external/webrtc/src/
common_types.h 289 StatVal noise_rx; // long-term noise/silence levels on receiving side
290 StatVal noise_tx; // long-term noise/silence levels on transmitting side
309 enum NsModes // type of Noise Suppression
394 enum NetEqBgnModes // NetEQ Background Noise (BGN) configurations
  /external/webrtc/src/system_wrappers/interface/
static_instance.h 47 // reachable from statics leaked so no noise is added by doing this.
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
c_g_aver.h 49 Purpose : Background noise source charateristic detector (SCD)
138 * Purpose : Charaterice synthesis speech and detect background noise
139 * Returns : background noise decision; 0 = bgn, 1 = no bgn
151 Word16 inBackgroundNoise, /* i : background noise decision */
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
wb_vad.h 40 Word16 bckr_est[COMPLEN]; /* background noise estimate */
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
qisf_ns.c 20 * Description: Coding/Decoding of ISF parameters for background noise.*
  /frameworks/base/media/java/android/media/audiofx/
AcousticEchoCanceler.java 27 * is highly disturbing. AEC is often used in conjunction with noise suppression (NS).
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
InputSmoother.java 17 * Some devices have significant sampling noise: it could be that samples come in too late,
  /pdk/apps/CameraITS/tests/
test_param_exposure_time.py 67 # that is more than could be expected by random noise. Don't assume the
test_param_sensitivity.py 74 # that is more than could be expected by random noise. Don't assume the
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
emu10k1.h 83 #define GPR_NOISE0 0x58 /* noise source */
84 #define GPR_NOISE1 0x59 /* noise source */
221 #define A_GPR_NOISE0 0xd8 /* noise source */
222 #define A_GPR_NOISE1 0xd9 /* noise source */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
emu10k1.h 83 #define GPR_NOISE0 0x58 /* noise source */
84 #define GPR_NOISE1 0x59 /* noise source */
221 #define A_GPR_NOISE0 0xd8 /* noise source */
222 #define A_GPR_NOISE1 0xd9 /* noise source */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
emu10k1.h 83 #define GPR_NOISE0 0x58 /* noise source */
84 #define GPR_NOISE1 0x59 /* noise source */
221 #define A_GPR_NOISE0 0xd8 /* noise source */
222 #define A_GPR_NOISE1 0xd9 /* noise source */
  /system/extras/tests/pftest/
pftest.c 69 /* Looks like spread the pointer across cache lines introduce noise
  /external/aac/libSBRdec/src/
env_calc.h 99 FIXP_DBL filtBufferNoise[MAX_FREQ_COEFFS]; /*!< previous noise levels (required for smoothing) */
101 SCHAR filtBufferNoise_e; /*!< Common exponent of previous noise levels */
  /external/ceres-solver/examples/
curve_fitting.c 46 * noise = randn(size(x)) * 0.2;
47 * y_observed = y + noise;

Completed in 2297 milliseconds

1 2 3 4 5 6 78 91011>>