Searched refs:TM4 (Results 1 - 8 of 8) sorted by relevance

/external/opencv3/3rdparty/libwebp/dsp/
H A Ddec.c189 static void TM4(uint8_t *dst) { TrueMotion(dst, 4); } function
478 DC4, TM4, VE4, HE4, RD4, VR4, LD4, VL4, HD4, HU4
H A Denc.c499 static void TM4(uint8_t* dst, const uint8_t* top) { function
519 TM4(I4TM4 + dst, top);
/external/webp/src/dsp/
H A Ddec.c176 static void TM4(uint8_t* dst) { TrueMotion(dst, 4); } function
711 VP8PredLuma4[1] = TM4;
H A Denc.c492 static void TM4(uint8_t* dst, const uint8_t* top) { function
512 TM4(I4TM4 + dst, top);
H A Denc_mips_dsp_r2.c610 static void TM4(uint8_t* dst, const uint8_t* top) { function
1046 TM4(I4TM4 + dst, top);
H A Ddec_sse2.c1095 static void TM4(uint8_t* dst) { TrueMotion(dst, 4); } function
1254 VP8PredLuma4[1] = TM4;
H A Ddec_neon.c1325 static void TM4(uint8_t* dst) { TrueMotion(dst, 4); } function
1613 VP8PredLuma4[1] = TM4;
H A Denc_sse2.c958 static WEBP_INLINE void TM4(uint8_t* dst, const uint8_t* top) { function
982 TM4(I4TM4 + dst, top);

Completed in 85 milliseconds