Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Ddec.c179 static void TM16(uint8_t* dst) { TrueMotion(dst, 16); } in TM16() function
744 VP8PredLuma16[1] = TM16; in VP8DspInit()
Ddec_sse2.c1046 static void TM16(uint8_t* dst) { TrueMotion(dst, 16); } in TM16() function
1211 VP8PredLuma16[1] = TM16; in VP8DspInitSSE2()
Ddec_msa.c793 static void TM16(uint8_t* dst) { in TM16() function
1000 VP8PredLuma16[1] = TM16; in VP8DspInitMSA()
Ddec_neon.c1550 static void TM16(uint8_t* dst) { in TM16() function
1619 VP8PredLuma16[1] = TM16; in VP8DspInitNEON()