Home
last modified time | relevance | path

Searched refs:vp8_plane_add_noise_c (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp8/common/ppc/
Dsystemdependent.c42 void vp8_plane_add_noise_c(unsigned char *Start, unsigned int Width, unsigned int Height, int Pitch…
159 vp8_plane_add_noise = vp8_plane_add_noise_c; in vp8_machine_specific_config()
/external/libvpx/x86/
Dvp8_rtcd.h220 void vp8_plane_add_noise_c(unsigned char *s, char *noise, char blackclamp[16], char whiteclamp[16],…
/external/libvpx/libvpx/vp8/common/
Dpostproc.c512 void vp8_plane_add_noise_c(unsigned char *Start, char *noise, in vp8_plane_add_noise_c() function