Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
H A Dbswap.h52 #define AV_BSWAP32C(x) (AV_BSWAP16C(x) << 16 | AV_BSWAP16C((x) >> 16)) macro

Completed in 2 milliseconds