Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
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/
Dintmath.h38 # define ff_log2(x) (_bit_scan_reverse((x)|1)) macro
40 # define ff_log2 ff_log2_x86 macro