HomeSort by relevance Sort by last modified time
    Searched full:vp8_sad16x8x4d_c (Results 1 - 6 of 6) sorted by null

  /external/libvpx/generic/
vp8_rtcd.h 211 void vp8_sad16x8x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_stride, unsigned int *sad_array);
212 #define vp8_sad16x8x4d vp8_sad16x8x4d_c
  /external/libvpx/mips/
vp8_rtcd.h 211 void vp8_sad16x8x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_stride, unsigned int *sad_array);
212 #define vp8_sad16x8x4d vp8_sad16x8x4d_c
  /external/libvpx/armv7a/
vp8_rtcd.h 246 void vp8_sad16x8x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_stride, unsigned int *sad_array);
247 #define vp8_sad16x8x4d vp8_sad16x8x4d_c
  /external/libvpx/mips-dspr2/
vp8_rtcd.h 229 void vp8_sad16x8x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_stride, unsigned int *sad_array);
230 #define vp8_sad16x8x4d vp8_sad16x8x4d_c
  /external/libvpx/libvpx/vp8/common/
sad_c.c 206 void vp8_sad16x8x4d_c(const unsigned char *src_ptr, int src_stride, function
  /external/libvpx/armv7a-neon/
vp8_rtcd.h 286 void vp8_sad16x8x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_stride, unsigned int *sad_array);
287 #define vp8_sad16x8x4d vp8_sad16x8x4d_c

Completed in 30 milliseconds