/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
systemdependent.c | 159 vp8_plane_add_noise = vp8_plane_add_noise_c;
|
/external/libvpx/libvpx/vp8/common/ |
rtcd_defs.pl | 170 add_proto qw/void vp8_plane_add_noise/, "unsigned char *s, char *noise, char blackclamp[16], char whiteclamp[16], char bothclamp[16], unsigned int w, unsigned int h, int pitch"; 171 specialize qw/vp8_plane_add_noise mmx sse2 msa/;
|
postproc.c | 831 vp8_plane_add_noise [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/ |
vp8_rtcd.h | 228 RTCD_EXTERN void (*vp8_plane_add_noise)(unsigned char *s, char *noise, char blackclamp[16], char whiteclamp[16], char bothclamp[16], unsigned int w, unsigned int h, int pitch); variable [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
rtcd_defs.pl | 177 add_proto qw/void vp8_plane_add_noise/, "unsigned char *s, char *noise, char blackclamp[16], char whiteclamp[16], char bothclamp[16], unsigned int w, unsigned int h, int pitch"; 178 specialize qw/vp8_plane_add_noise mmx sse2/;
|
postproc.c | 824 vp8_plane_add_noise [all...] |
/external/libvpx/config/x86/ |
vp8_rtcd.h | 201 #define vp8_plane_add_noise vp8_plane_add_noise_wmt macro
|
/external/libvpx/config/x86_64/ |
vp8_rtcd.h | 201 #define vp8_plane_add_noise vp8_plane_add_noise_wmt macro
|