search for: somedoubt

Displaying 2 results from an estimated 2 matches for "somedoubt".

Did you mean: somedoubts
2005 Nov 28
1
nodebytes,leafwords
hello all, we are developing and porting vorbis1decoder on a 24 bit platform. in the process we came across somedoubts about node bytes and leaf words. from the specification we got that we are arranging the huffman codeword tree into an array. the nodebytes are the number of bytes that are required to represent a node and leafwords are the no. of bytes required to represent the leaf i.e the actual codeword....
2005 Dec 09
0
RE: nodebytes and leafwords
...ev@xiph.org Message-ID: <200511291757.06820.dkuhlen@gmx.net> Content-Type: text/plain; charset="iso-8859-1" On Monday 28 November 2005 12:12, Ashok wrote: > hello all, > > we are developing and porting vorbis1decoder on a 24 bit > platform. in the process we came across somedoubts about > node bytes and leaf words. > > from the specification we got that we are arranging > the huffman codeword tree into an array. the nodebytes are the I think it is just the opposite way: you read a list (array) of codeword-lengths and create a huffman-tree from this list. > nu...