Home
last modified time | relevance | path

Searched refs:highbd_sad (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_sad_sse2.asm18 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, \
Dhighbd_sad4d_sse2.asm218 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, \
/external/libvpx/libvpx/vpx_dsp/
Dsad.c180 static INLINE unsigned int highbd_sad(const uint8_t *a8, int a_stride, in highbd_sad() function
216 return highbd_sad(src, src_stride, ref, ref_stride, m, n); \