search for: codebook_decod

Displaying 1 result from an estimated 1 matches for "codebook_decod".

Did you mean: codebook_decode
2002 Jul 20
3
Vorbis 1.0 spec notes, part 1
...; * ilog - "returns the *number of* the highest set bit ..." - (reference vorbis-spec-bitpack.html) - "greater than nonzero" -> "greater than zero" - question: ilog defines behavior for signed values. However, it is called sometimes with 32-bit unsigned values (e.g. codebook_decode). Should I (a) cast all these unsigned values to signed, (b) alter ilog to take 32-bit unsigned only, or (c) implement ilog as 64-bit? * float32_unpack - step 3: "shifted left" -> "shifted right" (right?) - step 4: "if ( [mantissa] is nonzero )" -> "if ( [s...