Searched refs:TM16 (Results 1 - 4 of 4) sorted by relevance

/external/opencv3/3rdparty/libwebp/dsp/
H A Ddec.c191 static void TM16(uint8_t *dst) { TrueMotion(dst, 16); } function
482 DC16, TM16, VE16, HE16,
/external/webp/src/dsp/
H A Ddec.c178 static void TM16(uint8_t* dst) { TrueMotion(dst, 16); } function
722 VP8PredLuma16[1] = TM16;
H A Ddec_sse2.c1097 static void TM16(uint8_t* dst) { TrueMotion(dst, 16); } function
1262 VP8PredLuma16[1] = TM16;
H A Ddec_neon.c1550 static void TM16(uint8_t* dst) { function
1619 VP8PredLuma16[1] = TM16;

Completed in 124 milliseconds