Searched refs:DistoSum (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A Denc_neon.c617 static WEBP_INLINE int64x1_t DistoSum(const int32x4x4_t b, function
666 const int64x1_t sum1 = DistoSum(vpass_a, w0, w1, w2, w3);
667 const int64x1_t sum2 = DistoSum(vpass_b, w0, w1, w2, w3);
/external/webp/src/dsp/
H A Denc_neon.c617 static WEBP_INLINE int64x1_t DistoSum(const int32x4x4_t b, function
666 const int64x1_t sum1 = DistoSum(vpass_a, w0, w1, w2, w3);
667 const int64x1_t sum2 = DistoSum(vpass_b, w0, w1, w2, w3);

Completed in 221 milliseconds