Home
last modified time | relevance | path

Searched refs:noise (Results 1 – 12 of 12) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
Dvp9_postproc_mmx.asm498 … 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
Dvp9_postproc_sse2.asm663 … 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/
Dvp9_postproc.h26 char noise[3072]; member
Dvp9_postproc.c415 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()
Dvp9_rtcd_defs.pl260 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/
Dpostproc.h20 char noise[3072]; member
Dpostproc.c475 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()
Drtcd_defs.pl177 …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/
Dpostproc_mmx.asm244 ;void vp8_plane_add_noise_mmx (unsigned char *Start, unsigned char *noise,
262 mov rcx, arg(1) ;noise
Dpostproc_sse2.asm658 ;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/
Dbcmevent.h351 int32 noise; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvp8_rtcd.h225 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…