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

  /external/libvpx/generic/
vp8_rtcd.h 214 void vp8_sad16x16x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_stride, unsigned int *sad_array);
215 #define vp8_sad16x16x4d vp8_sad16x16x4d_c
  /external/libvpx/mips/
vp8_rtcd.h 214 void vp8_sad16x16x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_stride, unsigned int *sad_array);
215 #define vp8_sad16x16x4d vp8_sad16x16x4d_c
  /external/libvpx/armv7a/
vp8_rtcd.h 249 void vp8_sad16x16x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_stride, unsigned int *sad_array);
250 #define vp8_sad16x16x4d vp8_sad16x16x4d_c
  /external/libvpx/mips-dspr2/
vp8_rtcd.h 232 void vp8_sad16x16x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_stride, unsigned int *sad_array);
233 #define vp8_sad16x16x4d vp8_sad16x16x4d_c
  /external/libvpx/libvpx/vp8/common/
sad_c.c 196 void vp8_sad16x16x4d_c(const unsigned char *src_ptr, int src_stride, function
  /external/libvpx/armv7a-neon/
vp8_rtcd.h 289 void vp8_sad16x16x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_stride, unsigned int *sad_array);
290 #define vp8_sad16x16x4d vp8_sad16x16x4d_c

Completed in 27 milliseconds