Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dintreadwrite.h547 # define AV_WLA(s, p, v) AV_WN##s##A(p, av_bswap##s(v)) macro
550 # define AV_WLA(s, p, v) AV_WN##s##A(p, v) macro
557 # define AV_WL64A(p, v) AV_WLA(64, p, v)