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

  /external/opencv3/3rdparty/libwebp/dsp/
dec.c 189 static void TM4(uint8_t *dst) { TrueMotion(dst, 4); }
478 DC4, TM4, VE4, HE4, RD4, VR4, LD4, VL4, HD4, HU4
enc.c 499 static void TM4(uint8_t* dst, const uint8_t* top) {
519 TM4(I4TM4 + dst, top);
  /external/webp/src/dsp/
dec.c 176 static void TM4(uint8_t* dst) { TrueMotion(dst, 4); }
711 VP8PredLuma4[1] = TM4;
enc.c 492 static void TM4(uint8_t* dst, const uint8_t* top) {
512 TM4(I4TM4 + dst, top);
enc_mips_dsp_r2.c     [all...]
dec_sse2.c     [all...]
dec_neon.c     [all...]
enc_sse2.c     [all...]

Completed in 277 milliseconds