Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dcamellia.c26 #define LR32(x,c) ((x) << (c) | (x) >> (32 - (c))) macro
157 x2 = x2 ^ LR32((x1 & k1), 1); in FL()
170 x2 = x2 ^ LR32((x1 & k1), 1); in FLINV()