Searched refs:decodeUInt32 (Results 1 – 1 of 1) sorted by relevance
85 static inline uint32_t decodeUInt32(const uint8_t* data) { in decodeUInt32() function93 uint32_t output = decodeUInt32(data); in decodeUInt32ByteSwapped()139 : decodeUInt32(src)); in THP_decodeInt32Buffer()203 x = (do_byte_swap ? decodeUInt32ByteSwapped(src) : decodeUInt32(src)); in THP_decodeFloatBuffer()243 x = (do_byte_swap ? decodeUInt32ByteSwapped(src) : decodeUInt32(src)); in THP_decodeComplexFloatBuffer()245 y = (do_byte_swap ? decodeUInt32ByteSwapped(src) : decodeUInt32(src)); in THP_decodeComplexFloatBuffer()