Home
last modified time | relevance | path

Searched refs:BSwap32 (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vpx_util/
Dendian_inl.h40 #define HToLE32 BSwap32
48 #define HToBE32(X) BSwap32(X)
79 static INLINE uint32_t BSwap32(uint32_t x) { in BSwap32() function
/external/webp/src/utils/
Dendian_inl_utils.h30 #define HToLE32 BSwap32
60 static WEBP_INLINE uint32_t BSwap32(uint32_t x) { in BSwap32() function
Dbit_reader_inl_utils.h88 bits = BSwap32(in_bits); in VP8LoadNewBytes()
/external/webrtc/webrtc/modules/video_coding/utility/
Dvp8_header_parser.cc22 static uint32_t BSwap32(uint32_t x) { in BSwap32() function
50 bits = BSwap32(in_bits); in VP8LoadNewBytes()
/external/webp/src/dsp/
Dlossless.c502 WebPUint32ToMem(dst, BSwap32(argb)); in CopyOrSwap()