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

  /external/libvpx/armv7a/
vpx_rtcd.h 232 void vp8_sad4x4x4d_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_sad4x4x4d vp8_sad4x4x4d_c
  /external/libvpx/generic/
vpx_rtcd.h 197 void vp8_sad4x4x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_stride, unsigned int *sad_array);
198 #define vp8_sad4x4x4d vp8_sad4x4x4d_c
  /external/libvpx/mips/
vpx_rtcd.h 197 void vp8_sad4x4x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_stride, unsigned int *sad_array);
198 #define vp8_sad4x4x4d vp8_sad4x4x4d_c
  /external/libvpx/mips-dspr2/
vpx_rtcd.h 215 void vp8_sad4x4x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_stride, unsigned int *sad_array);
216 #define vp8_sad4x4x4d vp8_sad4x4x4d_c
  /external/libvpx/libvpx/vp8/common/
sad_c.c 236 void vp8_sad4x4x4d_c(const unsigned char *src_ptr, int src_stride, function
  /external/libvpx/armv7a-neon/
vpx_rtcd.h 272 void vp8_sad4x4x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_stride, unsigned int *sad_array);
273 #define vp8_sad4x4x4d vp8_sad4x4x4d_c
    [all...]

Completed in 20 milliseconds