Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dsad.c197 static INLINE unsigned int highbd_sadb(const uint8_t *a8, int a_stride, in highbd_sadb() function
225 return highbd_sadb(src, src_stride, comp_pred, m, m, n); \