HomeSort by relevance Sort by last modified time
    Searched refs:Put16 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libwebp/dsp/
dec.c 211 static WEBP_INLINE void Put16(int v, uint8_t* dst) {
224 Put16(DC >> 5, dst);
233 Put16(DC >> 4, dst);
242 Put16(DC >> 4, dst);
246 Put16(0x80, dst);
  /external/webp/src/dsp/
dec.c 211 static WEBP_INLINE void Put16(int v, uint8_t* dst) {
224 Put16(DC >> 5, dst);
233 Put16(DC >> 4, dst);
242 Put16(DC >> 4, dst);
246 Put16(0x80, dst);

Completed in 24 milliseconds