Home
last modified time | relevance | path

Searched refs:AV_BSWAPC (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavutil/
Dbswap.h55 #define AV_BSWAPC(s, x) AV_BSWAP##s##C(x) macro
90 #define AV_LE2NEC(s, x) AV_BSWAPC(s, x)
98 #define AV_BE2NEC(s, x) AV_BSWAPC(s, x)