Displaying 3 results from an estimated 3 matches for "floor0_book_list".
2008 Feb 17
2
The one thread to solve problems in the Vorbis documentation
Since documentation is now becoming an important step in the Xiph
roadmap, I figure we might as well have a thread to discuss possible
problems.
I'd like to bring attention to the following tickets in Trac:
* 1158 [1]
* 1159 [2]
* 1169 [3]
They all seem like sensible concerns and possible solutions should be
discussed here.
-Ivo
[1] https://trac.xiph.org/ticket/1158
[2]
2011 Apr 18
0
Error in floor0 decode specification
...read an unsigned integer of ilog(
[floor0_number_of_books] ) bits
5 5) if ( [booknumber] is greater than the highest number decode
codebook ) then packet is undecodable
6 6) [last] = zero;
7 7) vector [temp_vector] = read vector from bitstream using
codebook number [floor0_book_list] element [booknumber] in VQ context.
8 8) add the scalar value [last] to each scalar in vector
[temp_vector]
9 9) [last] = the value of the last scalar in vector [temp_vector]
10 10) concatenate [temp_vector] onto the end of the [coefficients]
vector
11 11) if (l...
2003 Apr 27
2
some more Spec questions
Hi !
<p>I previously posted a mail in the vorbis-dev mailing list because I'm
trying to implement a vorbis decoder in java from scratch in my
sparetime and have some questions about the bitstream spec.
As I did not get any replies, I got kinda dissapointed and
demotivated - But now.... I'm trying to take my chances here.
:-)
I'm NOT a newbie to source coding (I successfully