av_clip_uintp2_c

Clip a signed integer to an unsigned power of two range. @param a value to clip @param p bit position to clip at @return clipped value

extern (C) @nogc nothrow
uint
av_clip_uintp2_c
(
int a
,
int p
)

Meta