Home
last modified time | relevance | path

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

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