HomeSort by relevance Sort by last modified time
    Searched defs:BSwap32 (Results 1 - 3 of 3) sorted by null

  /external/webp/src/utils/
endian_inl_utils.h 30 #define HToLE32 BSwap32
60 static WEBP_INLINE uint32_t BSwap32(uint32_t x) {
  /external/libvpx/libvpx/vpx_util/
endian_inl.h 40 #define HToLE32 BSwap32
48 #define HToBE32(X) BSwap32(X)
79 static INLINE uint32_t BSwap32(uint32_t x) {
  /external/webrtc/webrtc/modules/video_coding/utility/
vp8_header_parser.cc 22 static uint32_t BSwap32(uint32_t x) {
50 bits = BSwap32(in_bits);

Completed in 504 milliseconds