Home
last modified time | relevance | path

Searched defs:ff_log2 (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dintmath.h39 # define ff_log2(x) (31 - __builtin_clz((x)|1)) macro
50 #define ff_log2 ff_log2_c macro
/third_party/ffmpeg/libavutil/x86/
H A Dintmath.h38 # define ff_log2(x) (_bit_scan_reverse((x)|1)) macro
40 # define ff_log2 ff_log2_x86 macro

Completed in 2 milliseconds