search for: leafwords

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

2005 Nov 28
1
nodebytes,leafwords
...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. is this interpretation correct? if i am wrong please explain me what exactly the nodebytes and leafwords represent and their significance in the huffman codeword tree arrangement. we downloaded 250 test vectors. when we...
2005 Dec 09
0
RE: nodebytes and leafwords
...t. i got a 24 bit platform. so if i assume that max. codeword length that could be possible as 24 bits can i allocate a memory of (2 * used entries - 2), to arrange the whole tree in to an array? but when i am trying this out it was giving some error. i want to know what exactly this node bytes and leafwords are effecting the memory management. i would like to know their significance. friends pls give me ur valuble suggetins, if anyone knows that. regards ashok. Message: 3 Date: Tue, 29 Nov 2005 17:57:06 +0100 From: Dominik Kuhlen <dkuhlen@gmx.net> Subject: Re: [Vorbis-dev] nodebytes,leafwords...