av_clip_intp2_c

Clip a signed integer into the -(2^p),(2^p-1) range. @param a value to clip @param p bit position to clip at @return clipped value

extern (C) @nogc nothrow
int
av_clip_intp2_c
(
int a
,
int p
)

Meta