Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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()
/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],…
641 vp8_plane_add_noise = vp8_plane_add_noise_c; in setup_rtcd_internal()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dpostproc.c510 void vp8_plane_add_noise_c(unsigned char *Start, char *noise, in vp8_plane_add_noise_c() function