HomeSort by relevance Sort by last modified time
    Searched refs:TrueMotion (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libwebp/dsp/
dec.c 176 static WEBP_INLINE void TrueMotion(uint8_t *dst, int size) {
189 static void TM4(uint8_t *dst) { TrueMotion(dst, 4); }
190 static void TM8uv(uint8_t *dst) { TrueMotion(dst, 8); }
191 static void TM16(uint8_t *dst) { TrueMotion(dst, 16); }
enc.c 258 static WEBP_INLINE void TrueMotion(uint8_t* dst, const uint8_t* left,
320 TrueMotion(C8TM8 + dst, left, top, 8);
328 TrueMotion(C8TM8 + dst, left, top, 8);
339 TrueMotion(I16TM16 + dst, left, top, 16);