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

/external/chromium_org/third_party/libwebp/dsp/
H A Ddec.c198 static WEBP_INLINE void Put16(int v, uint8_t* dst) { function
211 Put16(DC >> 5, dst);
220 Put16(DC >> 4, dst);
229 Put16(DC >> 4, dst);
233 Put16(0x80, dst);
/external/webp/src/dsp/
H A Ddec.c198 static WEBP_INLINE void Put16(int v, uint8_t* dst) { function
211 Put16(DC >> 5, dst);
220 Put16(DC >> 4, dst);
229 Put16(DC >> 4, dst);
233 Put16(0x80, dst);

Completed in 1250 milliseconds