Home
last modified time | relevance | path

Searched refs:GetLE24 (Results 1 – 2 of 2) sorted by relevance

/external/webp/src/utils/
Dutils.h54 static WEBP_INLINE int GetLE24(const uint8_t* const data) { in GetLE24() function
/external/webp/src/demux/
Ddemux.c163 const int val = GetLE24(data); in ReadLE24s()