Home
last modified time | relevance | path

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

/external/webp/src/dec/
Ddsp.c192 static void TM4(uint8_t *dst) { TrueMotion(dst, 4); } in TM4() function
475 DC4, TM4, VE4, HE4, RD4, VR4, LD4, VL4, HD4, HU4
/external/webp/src/enc/
Ddsp.c502 static void TM4(uint8_t* dst, const uint8_t* top) { in TM4() function
521 TM4(I4TM4 + dst, top); in Intra4Preds()