Searched refs:BSwap32 (Results 1 – 5 of 5) sorted by relevance
40 #define HToLE32 BSwap3248 #define HToBE32(X) BSwap32(X)79 static INLINE uint32_t BSwap32(uint32_t x) { in BSwap32() function
44 #define HToLE32 BSwap3252 #define HToBE32(X) BSwap32(X)83 static INLINE uint32_t BSwap32(uint32_t x) { in BSwap32() function
23 #define HToLE32 BSwap3253 static WEBP_INLINE uint32_t BSwap32(uint32_t x) { in BSwap32() function
88 bits = BSwap32(in_bits); in VP8LoadNewBytes()
504 WebPUint32ToMem(dst, BSwap32(argb)); in CopyOrSwap()