HomeSort by relevance Sort by last modified time
    Searched full:noise (Results 126 - 150 of 976) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/webrtc/common_audio/vad/
vad_gmm.c 29 // the noise/speech model.
54 // To be used later, when updating noise/speech model.
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
lpc_analysis.c 156 /* If pitch gain is low and energy constant - increase noise level*/
199 /* If pitch gain is low and energy constant - increase noise level*/
225 /* hearing threshold level in dB; higher value gives more noise */
232 /* less-noise-at-low-frequencies factor */
243 /* less-noise-at-low-frequencies factor */
272 /* less noise for lower frequencies, by filtering/scaling autocorrelation sequences */
283 /* add white noise floor */
447 /* add noise */
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
background_noise.h 27 // This class handles estimation of background noise parameters.
73 // Sets the mode of the background noise playout for cases when there is long
neteq_impl.h 179 // Returns the error code last returned by a decoder (audio or comfort noise).
194 // Sets background noise mode.
197 // Gets background noise mode.
243 // The speech type -- speech or (codec-internal) comfort noise -- is written
245 // comfort noise, those are not decoded.
290 // noise. |packet_list| can either contain one SID frame to update the
291 // noise parameters, or no payload at all, in which case the previously
296 // Calls the audio decoder to generate codec-internal comfort noise when
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_core_internal.h 128 int flag_Hband_cn; // for comfort noise
129 float cn_scale_Hband; // scale for comfort noise in H band
  /external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/
denoising_test.cc 62 // Add noise to a part in video stream
63 // Random noise
  /external/skia/gm/
imagefiltersclipped.cpp 96 SkAutoTUnref<SkShader> noise(SkPerlinNoiseShader::CreateFractalNoise(
114 SkRectShaderImageFilter::Create(noise),
  /external/vixl/test/
test-fuzz-a64.cc 40 // Feed noise into the decoder to check that it doesn't crash.
58 // Feed noise into the disassembler to check that it doesn't crash.
  /external/webrtc/src/common_audio/vad/
vad_core.h 118 * This function calculates the probabilities for background noise and
129 * VAD decision : 0 - noise, 1 - speech
vad_gmm.c 29 // the noise/speech model.
54 // To be used later, when updating noise/speech model.
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
lpc_analysis.c 156 /* If pitch gain is low and energy constant - increase noise level*/
199 /* If pitch gain is low and energy constant - increase noise level*/
225 /* hearing threshold level in dB; higher value gives more noise */
232 /* less-noise-at-low-frequencies factor */
243 /* less-noise-at-low-frequencies factor */
272 /* less noise for lower frequencies, by filtering/scaling autocorrelation sequences */
283 /* add white noise floor */
447 /* add noise */
  /external/webrtc/src/modules/audio_processing/aec/
aec_core.h 140 int flag_Hband_cn; //for comfort noise
141 float cn_scale_Hband; //scale for comfort noise in H band
  /external/wpa_supplicant_8/wpa_supplicant/
bss.h 81 /** Noise level */
82 int noise; member in struct:wpa_bss
  /external/chromium_org/build/android/gyp/
ant.py 10 every build. In the Android build, this just adds a lot of useless noise to the
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_common_win.cc 17 // TODO(steveblock): Work out how to get age, channel and signal-to-noise.
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_median_filter.h 28 /* implementation of a median filter for noise reduction */
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
abs_quant.h 25 * predictive noise shaping encoding of scaled start state
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/interface/
vie_file_based_comparison_tests.h 25 // we know we are outputting roughly the right thing and not random noise or
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_median_filter.h 28 /* implementation of a median filter for noise reduction */
  /frameworks/webview/chromium/java/com/android/webview/chromium/
UnimplementedWebViewApi.java 32 // By default we keep the traces down to one frame to reduce noise, but for debugging it might
  /packages/apps/Gallery2/jni/filters/
kmeans.cc 30 * bad for high-frequency image noise
  /external/chromium_org/content/browser/speech/
speech_recognition_browsertest.cc 77 FeedAudioController(500 /* ms */, /*noise=*/ false);
78 FeedAudioController(1000 /* ms */, /*noise=*/ true);
79 FeedAudioController(1000 /* ms */, /*noise=*/ false);
  /external/chromium_org/third_party/opus/src/silk/float/
wrappers_FLP.c 99 silk_nsq_state *psNSQ, /* I/O Noise Shaping Quantzation state */
111 /* Noise shaping parameters */
119 /* Noise shape parameters */
  /external/libopus/silk/float/
wrappers_FLP.c 99 silk_nsq_state *psNSQ, /* I/O Noise Shaping Quantzation state */
111 /* Noise shaping parameters */
119 /* Noise shape parameters */
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
cnst_vad.h 70 #define VAD_P1 0 /* Noise level for highest threshold */
71 #define VAD_P2 6300 /* Noise level for lowest threshold */
82 /* Limits for background noise estimate */

Completed in 8930 milliseconds

1 2 3 4 56 7 8 91011>>