Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Ddec.c198 static WEBP_INLINE void Put16(int v, uint8_t* dst) { in Put16() function
211 Put16(DC >> 5, dst); in DC16()
220 Put16(DC >> 4, dst); in DC16NoTop()
229 Put16(DC >> 4, dst); in DC16NoLeft()
233 Put16(0x80, dst); in DC16NoTopLeft()