mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2025-12-29 16:35:58 +00:00
add missing static
This commit is contained in:
parent
da4b2715cc
commit
f17c0964d3
@ -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