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

  /external/libvpx/libvpx/vp8/common/
variance_c.c 434 unsigned int vp8_sub_pixel_variance8x16_c function
  /external/libvpx/armv7a/
vpx_rtcd.h 164 unsigned int vp8_sub_pixel_variance8x16_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned char *ref_ptr, int Refstride, unsigned int *sse);
165 #define vp8_sub_pixel_variance8x16 vp8_sub_pixel_variance8x16_c
  /external/libvpx/generic/
vpx_rtcd.h 134 unsigned int vp8_sub_pixel_variance8x16_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned char *ref_ptr, int Refstride, unsigned int *sse);
135 #define vp8_sub_pixel_variance8x16 vp8_sub_pixel_variance8x16_c
  /external/libvpx/mips/
vpx_rtcd.h 134 unsigned int vp8_sub_pixel_variance8x16_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned char *ref_ptr, int Refstride, unsigned int *sse);
135 #define vp8_sub_pixel_variance8x16 vp8_sub_pixel_variance8x16_c
  /external/libvpx/mips-dspr2/
vpx_rtcd.h 152 unsigned int vp8_sub_pixel_variance8x16_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned char *ref_ptr, int Refstride, unsigned int *sse);
153 #define vp8_sub_pixel_variance8x16 vp8_sub_pixel_variance8x16_c
  /external/libvpx/armv7a-neon/
vpx_rtcd.h 195 unsigned int vp8_sub_pixel_variance8x16_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned char *ref_ptr, int Refstride, unsigned int *sse);
196 #define vp8_sub_pixel_variance8x16 vp8_sub_pixel_variance8x16_c
    [all...]

Completed in 24 milliseconds