Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Denc_sse2.c498 static WEBP_INLINE void Fill_SSE2(uint8_t* dst, int value, int size) { in Fill_SSE2() function
536 Fill_SSE2(dst, 127, size); in VerticalPred_SSE2()
567 Fill_SSE2(dst, 129, size); in HorizontalPred_SSE2()
615 Fill_SSE2(dst, 129, size); in TrueMotion_SSE2()
749 Fill_SSE2(dst, dc >> 3, 4); in DC4_SSE2()