Searched refs:BSwap32 (Results 1 – 5 of 5) sorted by relevance
41 #define HToLE32 BSwap3249 #define HToBE32(X) BSwap32(X)80 static INLINE uint32_t BSwap32(uint32_t x) { in BSwap32() function
30 #define HToLE32 BSwap3260 static WEBP_INLINE uint32_t BSwap32(uint32_t x) { in BSwap32() function
90 bits = BSwap32(in_bits); in VP8LoadNewBytes()
22 static uint32_t BSwap32(uint32_t x) { in BSwap32() function50 bits = BSwap32(in_bits); in VP8LoadNewBytes()
493 WebPUint32ToMem(dst, BSwap32(argb)); in CopyOrSwap()