Home
last modified time | relevance | path

Searched defs:AV_RN64 (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavutil/arm/
Dintreadwrite.h66 #define AV_RN64 AV_RN64 macro
67 static av_always_inline uint64_t AV_RN64(const void *p) in AV_RN64() function
/third_party/ffmpeg/libavutil/
Dintreadwrite.h140 # define AV_RN64(p) AV_RB64(p) macro
202 # define AV_RN64(p) AV_RL64(p) macro
368 # define AV_RN64(p) AV_RN(64, p) macro