Searched refs:TrueMotion (Results 1 – 2 of 2) sorted by relevance
/external/webp/src/enc/ |
D | dsp.c | 261 static inline void TrueMotion(uint8_t* dst, const uint8_t* left, in TrueMotion() function 323 TrueMotion(C8TM8 + dst, left, top, 8); in IntraChromaPreds() 331 TrueMotion(C8TM8 + dst, left, top, 8); in IntraChromaPreds() 342 TrueMotion(I16TM16 + dst, left, top, 16); in Intra16Preds()
|
/external/webp/src/dec/ |
D | dsp.c | 179 static inline void TrueMotion(uint8_t *dst, int size) { in TrueMotion() function 192 static void TM4(uint8_t *dst) { TrueMotion(dst, 4); } in TM4() 193 static void TM8uv(uint8_t *dst) { TrueMotion(dst, 8); } in TM8uv() 194 static void TM16(uint8_t *dst) { TrueMotion(dst, 16); } in TM16()
|