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

  /external/chromium_org/third_party/libwebp/dec/
webp.c 46 static WEBP_INLINE uint32_t get_le24(const uint8_t* const data) { function
51 return (uint32_t)get_le24(data) | (data[3] << 24);
129 width = 1 + get_le24(*data + 12);
130 height = 1 + get_le24(*data + 15);
  /external/webp/src/dec/
webp.c 46 static WEBP_INLINE uint32_t get_le24(const uint8_t* const data) { function
51 return (uint32_t)get_le24(data) | (data[3] << 24);
129 width = 1 + get_le24(*data + 12);
130 height = 1 + get_le24(*data + 15);

Completed in 342 milliseconds