HomeSort by relevance Sort by last modified time
    Searched full:vpx_sad16x16_neon (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vpx_dsp/arm/
sad_neon.c 200 unsigned int vpx_sad16x16_neon(const uint8_t *src, int src_stride, function
  /external/libvpx/config/arm64/
vpx_dsp_rtcd.h 407 unsigned int vpx_sad16x16_neon(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride);
408 #define vpx_sad16x16 vpx_sad16x16_neon
    [all...]
  /external/libvpx/config/arm-neon/
vpx_dsp_rtcd.h 415 unsigned int vpx_sad16x16_neon(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride);
416 #define vpx_sad16x16 vpx_sad16x16_neon
    [all...]
  /external/libvpx/libvpx/test/
sad_test.cc 758 const SadMxNFunc sad16x16_neon = vpx_sad16x16_neon;
    [all...]

Completed in 3498 milliseconds