Home
last modified time | relevance | path

Searched defs:AV_BSWAP64C (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dbswap.h53 #define AV_BSWAP64C(x) (AV_BSWAP32C(x) << 32 | AV_BSWAP32C((x) >> 32)) macro

Completed in 1 milliseconds