HomeSort by relevance Sort by last modified time
    Searched refs:noise (Results 51 - 75 of 183) sorted by null

1 23 4 5 6 7 8

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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/chromium_org/tools/telemetry/telemetry/core/
browser_options.py 124 'test is executed at maximum CPU speed in order to minimize noise '
  /external/libvpx/libvpx/vp9/common/
vp9_postproc.c 415 state->noise[i] = char_dist[rand() & 0xff]; // NOLINT
428 void vp9_plane_add_noise_c(uint8_t *start, char *noise,
437 char *ref = (char *)(noise + (rand() & 0xff)); // NOLINT
641 vp9_plane_add_noise(ppbuf->y_buffer, ppstate->noise, ppstate->blackclamp,
  /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/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_postproc.c 415 state->noise[i] = char_dist[rand() & 0xff]; // NOLINT
428 void vp9_plane_add_noise_c(uint8_t *start, char *noise,
437 char *ref = (char *)(noise + (rand() & 0xff)); // NOLINT
641 vp9_plane_add_noise(ppbuf->y_buffer, ppstate->noise, ppstate->blackclamp,
  /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/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_postproc_sse2.asm 627 ;void vp9_plane_add_noise_wmt (unsigned char *start, unsigned char *noise,
644 mov rcx, arg(1) ;noise
662 psubusb xmm1, [rdx] ;blackclamp ; clamp both sides so we don't outrange adding noise
666 movdqu xmm2,[rdi+rax] ; get the noise for this line
  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
nsx_core_neon.c 58 // Update the noise estimation information.
135 // Noise Estimation
138 uint32_t* noise,
353 // Sequentially update the noise during startup
359 noise[i] = (uint32_t)(inst->noiseEstQuantile[i]); // Q(qNoise)
490 // For the noise supress process, synthesis, read out fully processed segment,
nsx_core_neon.S 76 @ uint32_t* noise,
98 @ [sp, #4]: noise
103 str r2, [sp, #4] @ noise
  /external/icu/icu4c/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/libvpx/libvpx/vp9/common/x86/
vp9_postproc_sse2.asm 627 ;void vp9_plane_add_noise_wmt (unsigned char *start, unsigned char *noise,
644 mov rcx, arg(1) ;noise
662 psubusb xmm1, [rdx] ;blackclamp ; clamp both sides so we don't outrange adding noise
666 movdqu xmm2,[rdi+rax] ; get the noise for this line
  /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/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
postproc.c 479 state->noise[i] = char_dist[rand() & 0xff];
498 * noise to
502 * int q quantizer used to determine amount of noise
509 * FUNCTION : adds gaussian noise to a plane of pixels
514 void vp8_plane_add_noise_c(unsigned char *Start, char *noise,
525 char *Ref = (char *)(noise + (rand() & 0xff));
830 oci->postproc_state.noise,
    [all...]
  /external/libvpx/libvpx/vp8/common/
postproc.c 475 state->noise[i] = char_dist[rand() & 0xff];
494 * noise to
498 * int q quantizer used to determine amount of noise
505 * FUNCTION : adds gaussian noise to a plane of pixels
510 void vp8_plane_add_noise_c(unsigned char *Start, char *noise,
521 char *Ref = (char *)(noise + (rand() & 0xff));
826 oci->postproc_state.noise,
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
postproc.c 475 state->noise[i] = char_dist[rand() & 0xff];
494 * noise to
498 * int q quantizer used to determine amount of noise
505 * FUNCTION : adds gaussian noise to a plane of pixels
510 void vp8_plane_add_noise_c(unsigned char *Start, char *noise,
521 char *Ref = (char *)(noise + (rand() & 0xff));
826 oci->postproc_state.noise,
    [all...]
  /external/libvpx/x86/
vp8_rtcd.h 216 void vp8_plane_add_noise_c(unsigned char *s, char *noise, char blackclamp[16], char whiteclamp[16], char bothclamp[16], unsigned int w, unsigned int h, int pitch);
217 void vp8_plane_add_noise_mmx(unsigned char *s, char *noise, char blackclamp[16], char whiteclamp[16], char bothclamp[16], unsigned int w, unsigned int h, int pitch);
218 void vp8_plane_add_noise_wmt(unsigned char *s, char *noise, char blackclamp[16], char whiteclamp[16], char bothclamp[16], unsigned int w, unsigned int h, int pitch);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
scan.c     [all...]
  /external/chromium_org/third_party/libvpx/source/config/linux/x64/
vp8_rtcd.h 229 void vp8_plane_add_noise_c(unsigned char *s, char *noise, char blackclamp[16], char whiteclamp[16], char bothclamp[16], unsigned int w, unsigned int h, int pitch);
230 void vp8_plane_add_noise_mmx(unsigned char *s, char *noise, char blackclamp[16], char whiteclamp[16], char bothclamp[16], unsigned int w, unsigned int h, int pitch);
231 void vp8_plane_add_noise_wmt(unsigned char *s, char *noise, char blackclamp[16], char whiteclamp[16], char bothclamp[16], unsigned int w, unsigned int h, int pitch);
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/mac/x64/
vp8_rtcd.h 229 void vp8_plane_add_noise_c(unsigned char *s, char *noise, char blackclamp[16], char whiteclamp[16], char bothclamp[16], unsigned int w, unsigned int h, int pitch);
230 void vp8_plane_add_noise_mmx(unsigned char *s, char *noise, char blackclamp[16], char whiteclamp[16], char bothclamp[16], unsigned int w, unsigned int h, int pitch);
231 void vp8_plane_add_noise_wmt(unsigned char *s, char *noise, char blackclamp[16], char whiteclamp[16], char bothclamp[16], unsigned int w, unsigned int h, int pitch);
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/win/x64/
vp8_rtcd.h 229 void vp8_plane_add_noise_c(unsigned char *s, char *noise, char blackclamp[16], char whiteclamp[16], char bothclamp[16], unsigned int w, unsigned int h, int pitch);
230 void vp8_plane_add_noise_mmx(unsigned char *s, char *noise, char blackclamp[16], char whiteclamp[16], char bothclamp[16], unsigned int w, unsigned int h, int pitch);
231 void vp8_plane_add_noise_wmt(unsigned char *s, char *noise, char blackclamp[16], char whiteclamp[16], char bothclamp[16], unsigned int w, unsigned int h, int pitch);
    [all...]

Completed in 1021 milliseconds

1 23 4 5 6 7 8