Searched refs:TM4 (Results 1 – 8 of 8) sorted by relevance
/external/opencv3/3rdparty/libwebp/dsp/ |
D | dec.c | 189 static void TM4(uint8_t *dst) { TrueMotion(dst, 4); } in TM4() function 478 DC4, TM4, VE4, HE4, RD4, VR4, LD4, VL4, HD4, HU4
|
D | enc.c | 499 static void TM4(uint8_t* dst, const uint8_t* top) { in TM4() function 519 TM4(I4TM4 + dst, top); in Intra4Preds()
|
/external/webp/src/dsp/ |
D | dec.c | 176 static void TM4(uint8_t* dst) { TrueMotion(dst, 4); } in TM4() function 711 VP8PredLuma4[1] = TM4; in VP8DspInit()
|
D | enc.c | 492 static void TM4(uint8_t* dst, const uint8_t* top) { in TM4() function 512 TM4(I4TM4 + dst, top); in Intra4Preds()
|
D | enc_mips_dsp_r2.c | 610 static void TM4(uint8_t* dst, const uint8_t* top) { in TM4() function 1046 TM4(I4TM4 + dst, top); in Intra4Preds()
|
D | dec_sse2.c | 1095 static void TM4(uint8_t* dst) { TrueMotion(dst, 4); } in TM4() function 1254 VP8PredLuma4[1] = TM4; in VP8DspInitSSE2()
|
D | enc_sse2.c | 958 static WEBP_INLINE void TM4(uint8_t* dst, const uint8_t* top) { in TM4() function 982 TM4(I4TM4 + dst, top); in Intra4Preds()
|
D | dec_neon.c | 1325 static void TM4(uint8_t* dst) { TrueMotion(dst, 4); } in TM4() function 1613 VP8PredLuma4[1] = TM4; in VP8DspInitNEON()
|