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

  /external/libvpx/generic/
vp8_rtcd.h 205 void vp8_sad8x8x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_stride, unsigned int *sad_array);
206 #define vp8_sad8x8x4d vp8_sad8x8x4d_c
  /external/libvpx/mips/
vp8_rtcd.h 205 void vp8_sad8x8x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_stride, unsigned int *sad_array);
206 #define vp8_sad8x8x4d vp8_sad8x8x4d_c
  /external/libvpx/mips-dspr2/
vp8_rtcd.h 223 void vp8_sad8x8x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_stride, unsigned int *sad_array);
224 #define vp8_sad8x8x4d vp8_sad8x8x4d_c
  /external/libvpx/armv7a/
vp8_rtcd.h 240 void vp8_sad8x8x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_stride, unsigned int *sad_array);
241 #define vp8_sad8x8x4d vp8_sad8x8x4d_c
  /external/libvpx/libvpx/vp8/common/
sad_c.c 216 void vp8_sad8x8x4d_c(const unsigned char *src_ptr, int src_stride, function
  /external/libvpx/armv7a-neon/
vp8_rtcd.h 280 void vp8_sad8x8x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_stride, unsigned int *sad_array);
281 #define vp8_sad8x8x4d vp8_sad8x8x4d_c

Completed in 239 milliseconds