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

  /external/libvpx/armv7a/
vpx_rtcd.h 244 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);
245 #define vp8_sad16x16x4d vp8_sad16x16x4d_c
  /external/libvpx/generic/
vpx_rtcd.h 209 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);
210 #define vp8_sad16x16x4d vp8_sad16x16x4d_c
  /external/libvpx/mips/
vpx_rtcd.h 209 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);
210 #define vp8_sad16x16x4d vp8_sad16x16x4d_c
  /external/libvpx/mips-dspr2/
vpx_rtcd.h 227 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);
228 #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/
vpx_rtcd.h 284 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);
285 #define vp8_sad16x16x4d vp8_sad16x16x4d_c
    [all...]

Completed in 22 milliseconds