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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_noise.c 34 * \brief C implementation of Perlin Simplex Noise over 1, 2, 3 and 4 dims.
38 * This implementation is "Simplex Noise" as presented by
41 * time shading actually took on), under the title "hardware noise".
75 * This array is accessed a *lot* by the noise functions.
76 * A vector-valued noise over 3D accesses it 96 times, and a
77 * float-valued 4D noise 64 times. We want this to fit in the cache!
138 * a close match with the value range of classic Perlin noise, the final
139 * noise values need to be rescaled to fit nicely within [-1,1].
140 * (The simplex noise functions as such also have different scaling.)
141 * Note also that these noise functions are the most practical and usefu
    [all...]
  /external/mesa3d/src/mesa/program/
prog_noise.c 34 * \brief C implementation of Perlin Simplex Noise over 1, 2, 3 and 4 dims.
38 * This implementation is "Simplex Noise" as presented by
41 * time shading actually took on), under the title "hardware noise".
75 * This array is accessed a *lot* by the noise functions.
76 * A vector-valued noise over 3D accesses it 96 times, and a
77 * float-valued 4D noise 64 times. We want this to fit in the cache!
138 * a close match with the value range of classic Perlin noise, the final
139 * noise values need to be rescaled to fit nicely within [-1,1].
140 * (The simplex noise functions as such also have different scaling.)
141 * Note also that these noise functions are the most practical and usefu
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
comfort_noise.cc 30 // Get comfort noise decoder.
65 // Generate noise and overlap slightly with old data.
91 int16_t unmuting_window; // Mixing factor for comfort noise.
statistics_calculator.h 43 // that the expansion produced other than just noise samples.
47 // that the expansion produced only noise samples.
decision_logic_normal.cc 114 // Keep on playing comfort noise.
117 // Keep on playing codec internal comfort noise.
178 // If previous was comfort noise, then no merge is needed.
193 // Too early to play this new packet; keep on playing comfort noise.
  /external/chromium_org/tools/perf/page_sets/
tough_compositor_cases.py 29 # Make the scroll longer to reduce noise.
41 # We scroll back and forth a few times to reduce noise in the tests.
  /external/chromium_org/v8/test/cctest/
test-fuzz-arm64.cc 35 // Feed noise into the decoder to check that it doesn't crash.
54 // Feed noise into the disassembler to check that it doesn't crash.
  /external/llvm/utils/fpcmp/
fpcmp.cpp 1 //===- fpcmp.cpp - A fuzzy "cmp" that permits floating point noise --------===//
11 // tolerate errors due to floating point noise, with the -r and -a options.
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wpas-test.py 80 noise = props["noise"]
  /frameworks/base/location/java/android/location/
GpsSatellite.java 62 * Returns the signal to noise ratio for the satellite.
64 * @return the signal to noise ratio
  /frameworks/wilhelm/src/itf/
INoiseSuppression.c 24 * returns true if this interface is not associated with an initialized Noise Suppression effect
128 SL_LOGE("Noise Suppression initialization failed.");
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_mac.cc 133 // signal-to-noise and SSID
140 // WirelessNetworkInfo::noise appears to be noise floor in dBm.
142 access_point_info->noise;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
postproc.h 20 char noise[3072]; member in struct:postproc_state
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
postproc_mmx.asm 244 ;void vp8_plane_add_noise_mmx (unsigned char *Start, unsigned char *noise,
261 mov rcx, arg(1) ;noise
279 psubusb mm1, [rdx] ;blackclamp ; clamp both sides so we don't outrange adding noise
283 movq mm2,[rdi+rax] ; get the noise for this line
  /external/chromium_org/third_party/opus/src/silk/
define.h 106 /* Milliseconds of lookahead for noise shape analysis */
110 /* Maximum length of LPC window used in noise shape analysis */
146 /* Flag to use harmonic noise shaping */
149 /* Max LPC order of noise shaping filters */
  /external/chromium_org/third_party/webrtc/examples/android/media_demo/
README 3 enhancements such as echo cancellation, noise suppression etc.
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
abs_quant_loop.h 25 * predictive noise shaping encoding of scaled start state
  /external/chromium_org/ui/gl/
sync_control_vsync_provider.h 37 // We use this to filter out the noise in the computation resulting
  /external/droiddriver/src/com/google/android/droiddriver/exceptions/
UnrecoverableException.java 23 * going to fail as well, therefore running them only adds noise to the report.
  /external/libopus/silk/
define.h 106 /* Milliseconds of lookahead for noise shape analysis */
110 /* Maximum length of LPC window used in noise shape analysis */
146 /* Flag to use harmonic noise shaping */
149 /* Max LPC order of noise shaping filters */
  /external/libvpx/libvpx/vp8/common/
postproc.h 20 char noise[3072]; member in struct:postproc_state
  /external/libvpx/libvpx/vp8/common/x86/
postproc_mmx.asm 244 ;void vp8_plane_add_noise_mmx (unsigned char *Start, unsigned char *noise,
262 mov rcx, arg(1) ;noise
280 psubusb mm1, [rdx] ;blackclamp ; clamp both sides so we don't outrange adding noise
284 movq mm2,[rdi+rax] ; get the noise for this line
  /external/ltrace/
bits.c 24 * noise, so the algorithm doesn't need to be terribly clever. For
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
tns_func.h 24 Temporal noise shaping
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
postproc.h 20 char noise[3072]; member in struct:postproc_state

Completed in 594 milliseconds

1 2 34 5 6 7 8 91011>>