Searched refs:GetSSE (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/dsp/ |
D | enc.c | 537 static WEBP_INLINE int GetSSE(const uint8_t* a, const uint8_t* b, in GetSSE() function 553 return GetSSE(a, b, 16, 16); in SSE16x16_C() 556 return GetSSE(a, b, 16, 8); in SSE16x8_C() 559 return GetSSE(a, b, 8, 8); in SSE8x8_C() 562 return GetSSE(a, b, 4, 4); in SSE4x4_C()
|