Searched refs:TrueMotion_SSE2 (Results 1 - 2 of 2) sorted by relevance

/external/webp/src/dsp/
H A Ddec_sse2.c1013 static WEBP_INLINE void TrueMotion_SSE2(uint8_t* dst, int size) { function
1050 static void TM4_SSE2(uint8_t* dst) { TrueMotion_SSE2(dst, 4); }
1051 static void TM8uv_SSE2(uint8_t* dst) { TrueMotion_SSE2(dst, 8); }
1052 static void TM16_SSE2(uint8_t* dst) { TrueMotion_SSE2(dst, 16); }
H A Denc_sse2.c599 static WEBP_INLINE void TrueMotion_SSE2(uint8_t* dst, const uint8_t* left, function
920 TrueMotion_SSE2(C8TM8 + dst, left, top, 8);
928 TrueMotion_SSE2(C8TM8 + dst, left, top, 8);
939 TrueMotion_SSE2(I16TM16 + dst, left, top, 16);

Completed in 114 milliseconds