Searched defs:sads (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_mcomp.c1558 unsigned int sads[4]; local
1565 fn_ptr->sdx4df(what->buf, what->stride, addrs, in_what->stride, sads);
1568 if (sads[i] < best_sad) {
1570 const unsigned int sad = sads[i] +
2074 DECLARE_ALIGNED(16, uint32_t, sads[3]);
2077 sads);
2080 unsigned int sad = sads[i];
2139 DECLARE_ALIGNED(16, uint32_t, sads[8]);
2142 sads);
2145 unsigned int sad = sads[
2227 unsigned int sads[4]; local
[all...]

Completed in 81 milliseconds