Searched refs:AV_RL64A (Results 1 – 2 of 2) sorted by relevance
365 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()
553 #ifndef AV_RL64A554 # define AV_RL64A(p) AV_RLA(64, p) macro