Searched refs:GetSSE (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/dsp/ |
D | enc.c | 504 static WEBP_INLINE int GetSSE(const uint8_t* a, const uint8_t* b, in GetSSE() function 520 return GetSSE(a, b, 16, 16); in SSE16x16() 523 return GetSSE(a, b, 16, 8); in SSE16x8() 526 return GetSSE(a, b, 8, 8); in SSE8x8() 529 return GetSSE(a, b, 4, 4); in SSE4x4()
|