av_mod_uintp2_c

Clear high bits from an unsigned integer starting with specific bit position @param a value to clip @param p bit position to clip at @return clipped value

extern (C) @nogc nothrow
uint
av_mod_uintp2_c
(
uint a
,
uint p
)

Meta