Searched refs:decodeUInt32ByteSwapped (Results 1 – 1 of 1) sorted by relevance
92 static inline uint32_t decodeUInt32ByteSwapped(const uint8_t* data) { in decodeUInt32ByteSwapped() function138 dst[i] = (int32_t)(do_byte_swap ? decodeUInt32ByteSwapped(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()