HomeSort by relevance Sort by last modified time
    Searched refs:vp8_plane_add_noise_c (Results 1 - 4 of 4) sorted by null

  /external/libvpx/vp8/common/ppc/
systemdependent.c 48 void vp8_plane_add_noise_c(unsigned char *Start, unsigned int Width, unsigned int Height, int Pitch, int q, int a);
165 vp8_plane_add_noise = vp8_plane_add_noise_c;
  /external/libvpx/vp8/common/generic/
systemdependent.c 69 rtcd->postproc.addnoise = vp8_plane_add_noise_c;
  /external/libvpx/vp8/common/
postproc.h 59 #define vp8_postproc_addnoise vp8_plane_add_noise_c
postproc.c 468 void vp8_plane_add_noise_c(unsigned char *Start, char *noise, function
    [all...]

Completed in 44 milliseconds