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