mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-08-08 11:58:41 +00:00
add missing static
This commit is contained in:
parent
90f32ab823
commit
8db40f4ae7
@ -56,8 +56,8 @@ static void FNAME(golomb_coding)(const BYTE n, const unsigned int l, unsigned in
|
||||
}
|
||||
}
|
||||
|
||||
unsigned int FNAME(golomb_decoding)(const unsigned int l, const unsigned int bits,
|
||||
unsigned int * const codewordlen)
|
||||
static unsigned int FNAME(golomb_decoding)(const unsigned int l, const unsigned int bits,
|
||||
unsigned int * const codewordlen)
|
||||
{
|
||||
if (bits > VNAME(family).notGRprefixmask[l]) { /*GR*/
|
||||
const unsigned int zeroprefix = cnt_l_zeroes(bits); /* leading zeroes in codeword */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user