Searched refs:noise (Results 1 – 12 of 12) sorted by relevance
/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/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…
|