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

  /external/libvpx/generic/
vp8_rtcd.h 208 void vp8_sad8x16x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_stride, unsigned int *sad_array);
209 #define vp8_sad8x16x4d vp8_sad8x16x4d_c
  /external/libvpx/mips/
vp8_rtcd.h 208 void vp8_sad8x16x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_stride, unsigned int *sad_array);
209 #define vp8_sad8x16x4d vp8_sad8x16x4d_c
  /external/libvpx/mips-dspr2/
vp8_rtcd.h 226 void vp8_sad8x16x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_stride, unsigned int *sad_array);
227 #define vp8_sad8x16x4d vp8_sad8x16x4d_c
  /external/libvpx/armv7a/
vp8_rtcd.h 243 void vp8_sad8x16x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_stride, unsigned int *sad_array);
244 #define vp8_sad8x16x4d vp8_sad8x16x4d_c
  /external/libvpx/libvpx/vp8/common/
sad_c.c 226 void vp8_sad8x16x4d_c(const unsigned char *src_ptr, int src_stride, function
  /external/libvpx/armv7a-neon/
vp8_rtcd.h 283 void vp8_sad8x16x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_stride, unsigned int *sad_array);
284 #define vp8_sad8x16x4d vp8_sad8x16x4d_c

Completed in 1850 milliseconds