Searched refs:GetSSE (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/libwebp/dsp/ |
D | enc.c | 533 static WEBP_INLINE int GetSSE(const uint8_t* a, const uint8_t* b, in GetSSE() function 549 return GetSSE(a, b, 16, 16); in SSE16x16() 552 return GetSSE(a, b, 16, 8); in SSE16x8() 555 return GetSSE(a, b, 8, 8); in SSE8x8() 558 return GetSSE(a, b, 4, 4); in SSE4x4()
|
/external/webp/src/dsp/ |
D | enc.c | 533 static WEBP_INLINE int GetSSE(const uint8_t* a, const uint8_t* b, in GetSSE() function 549 return GetSSE(a, b, 16, 16); in SSE16x16() 552 return GetSSE(a, b, 16, 8); in SSE16x8() 555 return GetSSE(a, b, 8, 8); in SSE8x8() 558 return GetSSE(a, b, 4, 4); in SSE4x4()
|