Go to the documentation of this file.
24 #ifndef AVUTIL_SH4_BSWAP_H
25 #define AVUTIL_SH4_BSWAP_H
29 #include "libavutil/attributes.h"
31 #define av_bswap16 av_bswap16
34 __asm__(
"swap.b %0,%0" :
"+r"(x));
38 #define av_bswap32 av_bswap32
41 __asm__(
"swap.b %0,%0\n"