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

/external/opencv3/3rdparty/libwebp/dec/
H A Dwebp.c50 static WEBP_INLINE uint32_t get_le24(const uint8_t* const data) { function
55 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 152 milliseconds