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

  /external/webp/src/utils/
utils.h 45 static WEBP_INLINE int GetLE16(const uint8_t* const data) {
50 return GetLE16(data) | (data[2] << 16);
54 return (uint32_t)GetLE16(data) | (GetLE16(data + 2) << 16);