/hardware/invensense/60xx/mlsdk/mllite/ |
D | compass.c | 85 static void adaptive_filter_init(struct yas_adaptive_filter *adap_filter, int len, float noise) in adaptive_filter_init() argument 91 adap_filter->noise = noise; in adaptive_filter_init() 139 if (sum <= adap_filter->noise) { in adaptive_filter_filter() 143 return ((in - avg) * (sum - adap_filter->noise) / sum + avg); in adaptive_filter_filter() 166 float noise[] = { in init() local 178 adaptive_filter_init(&t->adap_filter[i], YAS_DEFAULT_FILTER_LEN, noise[i]); in init()
|
D | compass.h | 53 float noise; member
|
/hardware/samsung_slsi/exynos5/libcamera2/ |
D | MetadataConverter.cpp | 415 dst->ctl.noise.mode = PROCESSING_MODE_FAST; in ApplySceneModeParameters() 416 dst->ctl.noise.strength = 0; in ApplySceneModeParameters() 434 dst->ctl.noise.mode = PROCESSING_MODE_FAST; in ApplySceneModeParameters() 435 dst->ctl.noise.strength = 0; in ApplySceneModeParameters() 453 dst->ctl.noise.mode = PROCESSING_MODE_FAST; in ApplySceneModeParameters() 454 dst->ctl.noise.strength = 0; in ApplySceneModeParameters() 471 dst->ctl.noise.mode = PROCESSING_MODE_FAST; in ApplySceneModeParameters() 472 dst->ctl.noise.strength = 0; in ApplySceneModeParameters() 486 dst->ctl.noise.mode = PROCESSING_MODE_OFF; in ApplySceneModeParameters() 487 dst->ctl.noise.strength = 0; in ApplySceneModeParameters() [all …]
|
D | fimc-is-metadata.h | 667 struct camera2_noisereduction_ctl noise; member 690 struct camera2_noisereduction_dm noise; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
D | vp9_postproc_mmx.asm | 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
|
D | vp9_postproc_sse2.asm | 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/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_postproc.h | 26 char noise[3072]; member
|
D | vp9_postproc.c | 415 state->noise[i] = char_dist[rand() & 0xff]; // NOLINT in fillrd() 428 void vp9_plane_add_noise_c(uint8_t *start, char *noise, in vp9_plane_add_noise_c() argument 437 char *ref = (char *)(noise + (rand() & 0xff)); // NOLINT in vp9_plane_add_noise_c() 641 vp9_plane_add_noise(ppbuf->y_buffer, ppstate->noise, ppstate->blackclamp, in vp9_post_proc_frame()
|
D | vp9_rtcd_defs.pl | 260 add_proto qw/void vp9_plane_add_noise/, "uint8_t *Start, char *noise, char blackclamp[16], char whi…
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | postproc.h | 20 char noise[3072]; member
|
D | postproc.c | 475 state->noise[i] = char_dist[rand() & 0xff]; in fillrd() 510 void vp8_plane_add_noise_c(unsigned char *Start, char *noise, in vp8_plane_add_noise_c() argument 521 char *Ref = (char *)(noise + (rand() & 0xff)); in vp8_plane_add_noise_c() 826 oci->postproc_state.noise, in vp8_post_proc_frame()
|
D | rtcd_defs.pl | 177 …add_proto qw/void vp8_plane_add_noise/, "unsigned char *s, char *noise, char blackclamp[16], char …
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | postproc_mmx.asm | 244 ;void vp8_plane_add_noise_mmx (unsigned char *Start, unsigned char *noise, 262 mov rcx, arg(1) ;noise
|
D | postproc_sse2.asm | 658 ;void vp8_plane_add_noise_wmt (unsigned char *Start, unsigned char *noise, 676 mov rcx, arg(1) ;noise
|
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/ |
D | fimc-is-metadata.h | 719 struct camera2_noisereduction_ctl noise; member 738 struct camera2_noisereduction_dm noise; member
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
D | bcmevent.h | 351 int32 noise; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/ |
D | vp8_rtcd.h | 225 void vp8_plane_add_noise_c(unsigned char *s, char *noise, char blackclamp[16], char whiteclamp[16],… 226 void vp8_plane_add_noise_mmx(unsigned char *s, char *noise, char blackclamp[16], char whiteclamp[16… 227 void vp8_plane_add_noise_wmt(unsigned char *s, char *noise, char blackclamp[16], char whiteclamp[16… 228 RTCD_EXTERN void (*vp8_plane_add_noise)(unsigned char *s, char *noise, char blackclamp[16], char wh…
|