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

  /external/libaom/libaom/aom_dsp/
sad.c 162 static INLINE unsigned int highbd_sad(const uint8_t *a8, int a_stride, function
201 return highbd_sad(src, src_stride, ref, ref_stride, m, n); \
  /external/libvpx/libvpx/vpx_dsp/
sad.c 137 unsigned int highbd_sad(const uint8_t *src8_ptr, int src_stride, function
172 return highbd_sad(src_ptr, src_stride, ref_ptr, ref_stride, m, n); \
  /external/libaom/libaom/aom_dsp/x86/
highbd_sad_sse2.asm 21 cglobal highbd_sad%1x%2, 4, %3, 7, src, src_stride, ref, ref_stride, n_rows
23 cglobal highbd_sad%1x%2, 4, %3, 7, src, src_stride, ref, ref_stride, \
28 cglobal highbd_sad%1x%2_avg, 5, 1 + %3, 7, src, src_stride, ref, ref_stride, \
31 cglobal highbd_sad%1x%2_avg, 5, ARCH_X86_64 + %3, 7, src, src_stride, \
highbd_sad4d_sse2.asm 221 cglobal highbd_sad%1x%2x4d, 5, 8, 8, src, src_stride, ref1, ref_stride, \
224 cglobal highbd_sad%1x%2x4d, 4, 7, 8, src, src_stride, ref1, ref_stride, \
  /external/libvpx/libvpx/vpx_dsp/x86/
highbd_sad_sse2.asm 18 cglobal highbd_sad%1x%2, 4, %3, 7, src, src_stride, ref, ref_stride, n_rows
20 cglobal highbd_sad%1x%2, 4, %3, 7, src, src_stride, ref, ref_stride, \
25 cglobal highbd_sad%1x%2_avg, 5, 1 + %3, 7, src, src_stride, ref, ref_stride, \
28 cglobal highbd_sad%1x%2_avg, 5, ARCH_X86_64 + %3, 7, src, src_stride, \
highbd_sad4d_sse2.asm 218 cglobal highbd_sad%1x%2x4d, 5, 8, 8, src, src_stride, ref1, ref_stride, \
221 cglobal highbd_sad%1x%2x4d, 4, 7, 8, src, src_stride, ref1, ref_stride, \

Completed in 1886 milliseconds