Home
last modified time | relevance | path

Searched defs:av_bswap64 (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavutil/x86/
Dbswap.h50 #define av_bswap64 av_bswap64 macro
51 static inline uint64_t av_const av_bswap64(uint64_t x) in av_bswap64() function
78 #define av_bswap64 av_bswap64 macro
79 static inline uint64_t av_const av_bswap64(uint64_t x) in av_bswap64() function
/third_party/ffmpeg/libavutil/aarch64/
Dbswap.h42 #define av_bswap64 av_bswap64 macro
43 static av_always_inline av_const uint64_t av_bswap64(uint64_t x) in av_bswap64() function
/third_party/ffmpeg/libavutil/
Dbswap.h73 static inline uint64_t av_const av_bswap64(uint64_t x) in av_bswap64() function