Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/x86/
Dintreadwrite.h42 #define AV_SWAP64 AV_SWAP64 macro
43 static av_always_inline void AV_SWAP64(void *a, void *b) in AV_SWAP64() function
/third_party/ffmpeg/libavutil/
Dintreadwrite.h618 #ifndef AV_SWAP64
619 # define AV_SWAP64(a, b) AV_SWAP(64, a, b) macro
/third_party/ffmpeg/libavcodec/
Dh264_mb.c548 AV_SWAP64(b + 0, a + 0); \ in xchg_mb_border()
549 AV_SWAP64(b + 8, a + 8); \ in xchg_mb_border()
554 AV_SWAP64(b, a); \ in xchg_mb_border()
Dvp8.c1573 AV_SWAP64(b, a); \ in xchg_mb_border()