HomeSort by relevance Sort by last modified time
    Searched refs:noise (Results 1 - 25 of 46) sorted by null

1 2

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
CalibrateVolumeActivity.java 94 byte[] noise;
96 noise = Utils.getPinkNoise(this, OUTPUT_AMPL, DURATION);
100 noise = Utils.shortToByteArray(sinusoid);
102 float[] results = mNative.measureRms(Utils.byteToShortArray(noise),
106 mBackgroundAudio = new BackgroundAudio(noise);
  /external/libvpx/vp8/common/
postproc.h 23 void sym (unsigned char *s, char *noise, char blackclamp[16],\
106 char noise[3072]; member in struct:postproc_state
postproc.c 432 state->noise[i] = char_dist[rand() & 0xff];
451 * noise to
455 * int q quantizer used to determine amount of noise
462 * FUNCTION : adds gaussian noise to a plane of pixels
467 void vp8_plane_add_noise_c(unsigned char *Start, char *noise,
478 char *Ref = (char *)(noise + (rand() & 0xff));
732 oci->postproc_state.noise,
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
Apple80211.h 19 UInt16 noise; member in struct:WirelessInfo
37 UInt16 noise; member in struct:WirelessNetworkInfo
109 * noise: CFNumber(kCFNumberSInt32Type)
driver_osx.m 192 res->noise = info->noise;
driver.h 46 * @noise: noise level
75 int noise; member in struct:wpa_scan_result
91 * @noise: noise level
111 int noise; member in struct:wpa_scan_res
    [all...]
  /external/speex/libspeex/
preprocess.c 46 I. Cohen and B. Berdugo, "Speech enhancement for non-stationary noise environments".
50 approach to combined acoustic echo cancellation and noise reduction". IEEE
211 spx_word32_t *noise; /**< Noise estimate */ member in struct:SpeexPreprocessState_
221 int *update_prob; /**< Probability of speech presence for noise update */
320 /* Compute the gain floor based on different floors for the background noise and residual echo */
321 static void compute_gain_floor(int noise_suppress, int effective_echo_suppress, spx_word32_t *noise, spx_word32_t *echo, spx_word16_t *gain_floor, int len)
331 /* gain_floor = sqrt [ (noise*noise_floor + echo*echo_floor) / (noise+echo) ] */
334 spx_sqrt(SHL32(EXTEND32(DIV32_16_Q15(PSHR32(noise[i],NOISE_SHIFT) + MULT16_32_Q15(gain_ratio,echo[i])
    [all...]
  /external/quake/quake/src/QW/progs/
progdefs.h 134 string_t noise; member in struct:__anon6724
  /external/quake/quake/src/QW/server/
progdefs.h 153 string_t noise; member in struct:__anon6772
  /external/wpa_supplicant_6/wpa_supplicant/examples/
wpas-test.py 80 noise = props["noise"]
  /external/libvpx/vp8/decoder/x86/
onyxdxv.c 263 int noise = 0; local
270 noise = pp / 100;
271 pp = pp - noise * 100;
347 common->post_proc_buffer.y_stride, 63 - q, noise);
373 vpxdxv_get_ximage_csize(src), noise);
  /external/wpa_supplicant/
driver.h 46 * @noise: noise level
65 int noise; member in struct:wpa_scan_result
wireless_copy.h 460 #define IW_QUAL_DBM 0x08 /* Level + Noise are dBm */
464 #define IW_QUAL_RCPI 0x80 /* Level + Noise are 802.11k RCPI */
717 __u8 noise; /* noise level (dBm) */ member in struct:iw_quality
    [all...]
  /external/chromium/third_party/icu/source/tools/gensprep/
filterRFC3454.pl 180 ($code, $noise) = split /;/ , $line;
188 ($code, $noise) = split /;/ , $line;
192 ($code, $noise) = split /;/ , $line;
  /external/icu4c/tools/gensprep/
filterRFC3454.pl 180 ($code, $noise) = split /;/ , $line;
188 ($code, $noise) = split /;/ , $line;
192 ($code, $noise) = split /;/ , $line;
  /external/libvpx/vp8/common/x86/
postproc_mmx.asm 462 ;void vp8_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
postproc_sse2.asm 627 ;void vp8_plane_add_noise_wmt (unsigned char *Start, unsigned char *noise,
645 mov rcx, arg(1) ;noise
663 psubusb xmm1, [rdx] ;blackclamp ; clamp both sides so we don't outrange adding noise
667 movdqu xmm2,[rdi+rax] ; get the noise for this line
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_voice_gain_gnu.s 149 ADD gain, gain, gainIncrement @ gain step to eliminate zipper noise
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_voice_gain_gnu.s 149 ADD gain, gain, gainIncrement @ gain step to eliminate zipper noise
  /external/chromium/third_party/icu/source/tools/tzcode/
zic.c 205 static int noise; variable
675 noise = TRUE;
725 if (noise)
1078 if (noise && hh == HOURSPERDAY && mm == 0 && ss == 0)
1080 if (noise && (hh > HOURSPERDAY ||
    [all...]
  /external/icu4c/tools/tzcode/
zic.c 205 static int noise; variable
675 noise = TRUE;
725 if (noise)
1078 if (noise && hh == HOURSPERDAY && mm == 0 && ss == 0)
1080 if (noise && (hh > HOURSPERDAY ||
    [all...]
  /bionic/libc/kernel/common/linux/
wireless.h 316 __u8 noise; member in struct:iw_quality
  /development/ndk/platforms/android-3/include/linux/
wireless.h 316 __u8 noise; member in struct:iw_quality
  /external/kernel-headers/original/linux/
wireless.h 447 #define IW_QUAL_DBM 0x08 /* Level + Noise are dBm */
674 __u8 noise; /* noise level (dBm) */ member in struct:iw_quality
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wireless_copy.h 460 #define IW_QUAL_DBM 0x08 /* Level + Noise are dBm */
464 #define IW_QUAL_RCPI 0x80 /* Level + Noise are 802.11k RCPI */
725 __u8 noise; /* noise level (dBm) */ member in struct:iw_quality
    [all...]

Completed in 678 milliseconds

1 2