Searched refs:vp8_plane_add_noise_wmt (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/vp8/common/x86/
H A Dpostproc_x86.h45 extern prototype_postproc_addnoise(vp8_plane_add_noise_wmt);
58 #define vp8_postproc_addnoise vp8_plane_add_noise_wmt
H A Dx86_systemdependent.c113 rtcd->postproc.addnoise = vp8_plane_add_noise_wmt;
H A Dpostproc_sse2.asm627 ;void vp8_plane_add_noise_wmt (unsigned char *Start, unsigned char *noise,
633 global sym(vp8_plane_add_noise_wmt)
634 sym(vp8_plane_add_noise_wmt):
H A Dpostproc_mmx.c1058 void vp8_plane_add_noise_wmt(unsigned char *Start, unsigned int Width, unsigned int Height, int Pitch, int q, int a)
1460 void vp8_plane_add_noise_wmt(unsigned char *Start, unsigned int Width, unsigned int Height, int Pitch, int q, int a) function

Completed in 84 milliseconds