Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Ddec_sse2.c1051 static void TM4_SSE2(uint8_t* dst) { TrueMotion_SSE2(dst, 4); } in TM4_SSE2() function
1201 VP8PredLuma4[1] = TM4_SSE2; in VP8DspInitSSE2()
Denc_sse2.c877 static WEBP_INLINE void TM4_SSE2(uint8_t* dst, const uint8_t* top) { in TM4_SSE2() function
901 TM4_SSE2(I4TM4 + dst, top); in Intra4Preds_SSE2()