Displaying 2 results from an estimated 2 matches for "vorbis1decod".
Did you mean:
vorbis1decoder
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...
2005 Dec 09
0
RE: nodebytes and leafwords
...n@gmx.net>
Subject: Re: [Vorbis-dev] nodebytes,leafwords
To: vorbis-dev@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)...