/external/chromium_org/third_party/skia/src/effects/ |
SkPerlinNoiseShader.cpp | 32 // limitValue is the maximum perlin noise array index value allowed 33 // newValue is the current noise dimension (either width or height) 35 // If the noise value would bring us out of bounds of the current noise array while we are 36 // stiching noise tiles together, wrap the noise around the current dimension of the noise to 153 // Copy noise data 154 uint16_t noise[4][kBlockSize][2]; 158 noise[channel][i][j] = fNoise[channel][i][j] 420 SkScalar noise = noise2D(channel, paintingData, stitchData, noiseVector); local [all...] |
/external/skia/src/effects/ |
SkPerlinNoiseShader.cpp | 32 // limitValue is the maximum perlin noise array index value allowed 33 // newValue is the current noise dimension (either width or height) 35 // If the noise value would bring us out of bounds of the current noise array while we are 36 // stiching noise tiles together, wrap the noise around the current dimension of the noise to 153 // Copy noise data 154 uint16_t noise[4][kBlockSize][2]; 158 noise[channel][i][j] = fNoise[channel][i][j] 420 SkScalar noise = noise2D(channel, paintingData, stitchData, noiseVector); local [all...] |
/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
|
vp9_postproc_sse2.asm | 627 ;void vp9_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
|
/hardware/samsung_slsi/exynos5/libcamera2/ |
fimc-is-metadata.h | 667 struct camera2_noisereduction_ctl noise; member in struct:camera2_ctl 690 struct camera2_noisereduction_dm noise; member in struct:camera2_dm
|
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/ |
fimc-is-metadata.h | 719 struct camera2_noisereduction_ctl noise; member in struct:camera2_ctl 738 struct camera2_noisereduction_dm noise; member in struct:camera2_dm
|
/external/libvpx/libvpx/vp9/common/ |
vp9_postproc.c | 415 state->noise[i] = char_dist[rand() & 0xff]; // NOLINT 433 * add gaussian noise to 437 * int q quantizer used to determine amount of noise 444 * FUNCTION : adds gaussian noise to a plane of pixels 449 void vp9_plane_add_noise_c(uint8_t *start, char *noise, 458 char *ref = (char *)(noise + (rand() & 0xff)); // NOLINT 667 cm->postproc_state.noise,
|
/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
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
bcmevent.h | 351 int32 noise; member in struct:wl_event_data_rssi
|
/hardware/ti/wlan/mac80211/ti-utils/ |
plt.h | 289 unsigned char noise; member in struct:wl1271_rx_pkt_statcs
|
/external/wpa_supplicant_8/wpa_supplicant/ |
scan.c | [all...] |
/external/chromium_org/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...] |
/external/webrtc/src/modules/audio_processing/ns/ |
nsx_core_neon.c | 16 // Update the noise estimation information. 94 // Noise Estimation 97 uint32_t* noise, 311 // Sequentially update the noise during startup 317 noise[i] = (uint32_t)(inst->noiseEstQuantile[i]); // Q(qNoise) 495 // For the noise supress process, synthesis, read out fully processed segment,
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/ |
ShaderUtils.java | 30 package com.jme3.terrain.noise;
|
/external/libvpx/libvpx/vp8/common/ |
postproc.c | 480 state->noise[i] = char_dist[rand() & 0xff]; 499 * noise to 503 * int q quantizer used to determine amount of noise 510 * FUNCTION : adds gaussian noise to a plane of pixels 515 void vp8_plane_add_noise_c(unsigned char *Start, char *noise, 526 char *Ref = (char *)(noise + (rand() & 0xff)); 831 oci->postproc_state.noise, [all...] |
/bionic/libc/kernel/common/linux/ |
wireless.h | 319 __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/webrtc/src/modules/audio_processing/aec/ |
aec_core.c | 32 // Noise suppression 40 static const int flagHbandCn = 1; // flag for adding comfort noise in H band 41 static const float cnScaleHband = (float)0.4; // scale for comfort noise in H band 114 // Comfort_noise also computes noise for H band returned in comfortNoiseHband 375 // because we are making an additive change with comfort noise. 468 // Initial comfort noise power 649 // Noise estimate constants. 715 // Estimate noise power. Wait until dPow is more stable. 728 // Smooth increasing noise power from zero at the start, 729 // to avoid a sudden burst of comfort noise 1210 float noise, noiseAvg, tmp, tmpAvg; local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
wireless.h | 459 #define IW_QUAL_DBM 0x08 /* Level + Noise are dBm */ 463 #define IW_QUAL_RCPI 0x80 /* Level + Noise are 802.11k RCPI */ 701 __u8 noise; /* noise level (dBm) */ member in struct:iw_quality [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
wireless.h | 459 #define IW_QUAL_DBM 0x08 /* Level + Noise are dBm */ 463 #define IW_QUAL_RCPI 0x80 /* Level + Noise are 802.11k RCPI */ 701 __u8 noise; /* noise level (dBm) */ member in struct:iw_quality [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
wireless.h | 459 #define IW_QUAL_DBM 0x08 /* Level + Noise are dBm */ 463 #define IW_QUAL_RCPI 0x80 /* Level + Noise are 802.11k RCPI */ 701 __u8 noise; /* noise level (dBm) */ member in struct:iw_quality [all...] |