Home
last modified time | relevance | path

Searched refs:Select_SSE2 (Results 1 – 1 of 1) sorted by relevance

/external/webp/src/dsp/
Dlossless_sse2.c60 static WEBP_INLINE uint32_t Select_SSE2(uint32_t a, uint32_t b, uint32_t c) { in Select_SSE2() function
169 const uint32_t pred = Select_SSE2(top[0], left, top[-1]); in Predictor11_SSE2()