Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddstdec.c365 AV_WL64A(status + 8, (AV_RL64A(status + 8) << 1) | ((AV_RL64A(status) >> 63) & 1)); in decode_frame()
366 AV_WL64A(status, (AV_RL64A(status) << 1) | v); in decode_frame()
/third_party/ffmpeg/libavutil/
Dintreadwrite.h553 #ifndef AV_RL64A
554 # define AV_RL64A(p) AV_RLA(64, p) macro