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

  /external/webp/src/dec/
dsp.c 179 static inline void TrueMotion(uint8_t *dst, int size) {
192 static void TM4(uint8_t *dst) { TrueMotion(dst, 4); }
193 static void TM8uv(uint8_t *dst) { TrueMotion(dst, 8); }
194 static void TM16(uint8_t *dst) { TrueMotion(dst, 16); }
  /external/webp/src/enc/
dsp.c 261 static inline void TrueMotion(uint8_t* dst, const uint8_t* left,
323 TrueMotion(C8TM8 + dst, left, top, 8);
331 TrueMotion(C8TM8 + dst, left, top, 8);
342 TrueMotion(I16TM16 + dst, left, top, 16);

Completed in 18 milliseconds