Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dbswap.h89 #define AV_BE2NEC(s, x) (x) macro
98 #define AV_BE2NEC(s, x) AV_BSWAPC(s, x) macro
102 #define AV_BE2NE16C(x) AV_BE2NEC(16, x)
103 #define AV_BE2NE32C(x) AV_BE2NEC(32, x)
104 #define AV_BE2NE64C(x) AV_BE2NEC(64, x)