Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Ddec.c208 static WEBP_INLINE void Put16(int v, uint8_t* dst) { in Put16() function
221 Put16(DC >> 5, dst); in DC16_C()
230 Put16(DC >> 4, dst); in DC16NoTop_C()
239 Put16(DC >> 4, dst); in DC16NoLeft_C()
243 Put16(0x80, dst); in DC16NoTopLeft_C()