Go to the documentation of this file.
19 #ifndef AVUTIL_AVR32_BSWAP_H
20 #define AVUTIL_AVR32_BSWAP_H
24 #include "libavutil/attributes.h"
28 #define av_bswap16 av_bswap16
31 __asm__ (
"swap.bh %0" :
"+r"(x));
35 #define av_bswap32 av_bswap32
38 __asm__ (
"swap.b %0" :
"+r"(x));