Searched refs:TrueMotion_SSE2 (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | dec_sse2.c | 1013 static WEBP_INLINE void TrueMotion_SSE2(uint8_t* dst, int size) { in TrueMotion_SSE2() function 1050 static void TM4_SSE2(uint8_t* dst) { TrueMotion_SSE2(dst, 4); } in TM4_SSE2() 1051 static void TM8uv_SSE2(uint8_t* dst) { TrueMotion_SSE2(dst, 8); } in TM8uv_SSE2() 1052 static void TM16_SSE2(uint8_t* dst) { TrueMotion_SSE2(dst, 16); } in TM16_SSE2()
|
H A D | enc_sse2.c | 599 static WEBP_INLINE void TrueMotion_SSE2(uint8_t* dst, const uint8_t* left, in TrueMotion_SSE2() function 920 TrueMotion_SSE2(C8TM8 + dst, left, top, 8); in IntraChromaPreds_SSE2() 928 TrueMotion_SSE2(C8TM8 + dst, left, top, 8); in IntraChromaPreds_SSE2() 939 TrueMotion_SSE2(I16TM16 + dst, left, top, 16); in Intra16Preds_SSE2()
|
Completed in 6 milliseconds