Searched refs:BSwap32 (Results 1 – 6 of 6) sorted by relevance
44 #define HToLE32 BSwap3252 #define HToBE32(X) BSwap32(X)83 static INLINE uint32_t BSwap32(uint32_t x) { in BSwap32() function
40 #define HToLE32 BSwap3248 #define HToBE32(X) BSwap32(X)79 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()
22 static uint32_t BSwap32(uint32_t x) { in BSwap32() function50 bits = BSwap32(in_bits); in VP8LoadNewBytes()
499 WebPUint32ToMem(dst, BSwap32(argb)); in CopyOrSwap()