av_ceil_log2_c

Compute ceil(log2(x)). @param x value used to compute ceil(log2(x)) @return computed ceiling of log2(x)

extern (C) @nogc nothrow
int
av_ceil_log2_c
(
int x
)

Meta