Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Ddec.c209 static WEBP_INLINE void Put16(int v, uint8_t* dst) { in Put16() function
222 Put16(DC >> 5, dst); in DC16()
231 Put16(DC >> 4, dst); in DC16NoTop()
240 Put16(DC >> 4, dst); in DC16NoLeft()
244 Put16(0x80, dst); in DC16NoTopLeft()