[Vorbis] Where in code can I get access to the data between VQ and Huffman coding steps

xiphmont at xiph.org xiphmont at xiph.org
Mon Apr 5 13:25:20 PDT 2010


On Wed, Sep 16, 2009 at 10:57 AM, Дом Алексей <id23cat at tut.by> wrote:
> I want to analyse compressed data between VQ and Huffman coding steps. Where
> in source code can I access to data massive for this goal.

Hello,

I'm afraid I didn't understand the question (the English is a bit too
garbled).  However, if you wish to see the vector codewords at the
point they're being encoded by the Huffman backend, the call you're
looking for is vorbis_book_encode() in lib/codebook.c.

Monty


More information about the Vorbis mailing list