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

  /external/libvpx/libvpx/vp8/common/
variance_c.c 410 unsigned int vp8_sub_pixel_variance16x8_c function
  /external/libvpx/armv7a/
vpx_rtcd.h 167 unsigned int vp8_sub_pixel_variance16x8_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned char *ref_ptr, int Refstride, unsigned int *sse);
168 #define vp8_sub_pixel_variance16x8 vp8_sub_pixel_variance16x8_c
  /external/libvpx/generic/
vpx_rtcd.h 137 unsigned int vp8_sub_pixel_variance16x8_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned char *ref_ptr, int Refstride, unsigned int *sse);
138 #define vp8_sub_pixel_variance16x8 vp8_sub_pixel_variance16x8_c
  /external/libvpx/mips/
vpx_rtcd.h 137 unsigned int vp8_sub_pixel_variance16x8_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned char *ref_ptr, int Refstride, unsigned int *sse);
138 #define vp8_sub_pixel_variance16x8 vp8_sub_pixel_variance16x8_c
  /external/libvpx/mips-dspr2/
vpx_rtcd.h 155 unsigned int vp8_sub_pixel_variance16x8_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned char *ref_ptr, int Refstride, unsigned int *sse);
156 #define vp8_sub_pixel_variance16x8 vp8_sub_pixel_variance16x8_c
  /external/libvpx/armv7a-neon/
vpx_rtcd.h 198 unsigned int vp8_sub_pixel_variance16x8_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned char *ref_ptr, int Refstride, unsigned int *sse);
199 #define vp8_sub_pixel_variance16x8 vp8_sub_pixel_variance16x8_c
    [all...]

Completed in 1940 milliseconds