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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/neon/
vp8_subpixelvariance8x8_neon.asm 25 ;note: most of the code is copied from bilinear_predict8x8_neon and vp8_variance8x8_neon.
158 ;vp8_variance8x8_neon
variance_neon.c 240 unsigned int vp8_variance8x8_neon( function
  /external/libvpx/libvpx/vp8/common/arm/neon/
variance_neon.asm 15 EXPORT |vp8_variance8x8_neon|
217 |vp8_variance8x8_neon| PROC
vp8_subpixelvariance8x8_neon.asm 25 ;note: most of the code is copied from bilinear_predict8x8_neon and vp8_variance8x8_neon.
157 ;vp8_variance8x8_neon
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
variance_neon.asm 15 EXPORT |vp8_variance8x8_neon|
217 |vp8_variance8x8_neon| PROC
vp8_subpixelvariance8x8_neon.asm 25 ;note: most of the code is copied from bilinear_predict8x8_neon and vp8_variance8x8_neon.
157 ;vp8_variance8x8_neon
  /external/chromium_org/third_party/libvpx/source/config/linux/arm64/
vp8_rtcd.h 344 unsigned int vp8_variance8x8_neon(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sse);
345 #define vp8_variance8x8 vp8_variance8x8_neon
  /external/chromium_org/third_party/libvpx/source/config/linux/arm-neon/
vp8_rtcd.h 402 unsigned int vp8_variance8x8_neon(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sse);
403 #define vp8_variance8x8 vp8_variance8x8_neon
vpx_rtcd.h 201 unsigned int vp8_variance8x8_neon(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sse);
    [all...]
  /external/libvpx/armv7a-neon/
vp8_rtcd.h 372 unsigned int vp8_variance8x8_neon(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sse);
373 #define vp8_variance8x8 vp8_variance8x8_neon
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
vp8_rtcd.h 176 unsigned int vp8_variance8x8_neon(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sse);
177 #define vp8_variance8x8 vp8_variance8x8_neon
  /external/chromium_org/third_party/libvpx/source/config/linux/arm-neon-cpu-detect/
vp8_rtcd.h 402 unsigned int vp8_variance8x8_neon(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sse);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
variance_test.cc 311 const vp8_variance_fn_t variance8x8_neon = vp8_variance8x8_neon;
  /external/libvpx/libvpx/test/
variance_test.cc 311 const vp8_variance_fn_t variance8x8_neon = vp8_variance8x8_neon;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
variance_test.cc 311 const vp8_variance_fn_t variance8x8_neon = vp8_variance8x8_neon;

Completed in 186 milliseconds