Displaying 20 results from an estimated 1000 matches similar to: "VQ and Huffman codebooks creation"
2004 Sep 11
2
Question about Huffman Tables in Setup Header
There is bit space in Bitstream Header to put Huffman codes in.
However, This space can take only 80 kinds of Huffman code set.
And This space is divded into DC Huffman code set and AC Huffman set,
and There are only 16 choices in each DC and AC Huffman code set.
If we want to use this space, we find out best(or proper) performance
80 frequency counts(Huffman code sets) from tens thousands of
2000 Aug 25
0
huffman codebook
Hello,
I was wondering if it is possible to change the huffman stuff? A different
mapping maybe, or maybe it is not too late to change?
Decoding is much more efficient if:
-- the huffman tree is left-aligned (i.e., longer codes more to the left)
-- and we get the bits msb, not lsb
Oh, and I need some clarification about the lsp: the purpose of the lsp
is to find a low-bitcount approximation of
1995 Nov 14
1
Vorbis Codebooks
Hello, 
Vorbis uses codebooks,  for example to do vectorquantization and huffman-encoding.
My question is - are all these codebook dynamicly generated ("trained") 
or are there also static codebooks used ?
If yes, what specific tasks are these 2 types used for, during encoding ?
 
Thanks
Stoffke
<p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project
2009 Sep 16
1
Where in code can I get access to the data between VQ and Huffman coding steps
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/vorbis/attachments/20090916/4529e42d/attachment-0001.htm
2011 Mar 01
1
theora encoder reordering, order of puting data from DCT 8x8 blocks to huffman compressor, and puting result of huffman compressor to buffer bitstream memory
Good day!
I'm creating HDL IP CORE (for using in FPGA) for theora encoder (now only
I-frames).
I don't undestand one moment. Now i develop such stages:
1. From RBG(byer) to YCbCr converter
2. DCT processing (8x8 pixels blocks)
3. Quantizator of DCT coeff.
4. Zig-Zag of quantized DCT coeff.
and now i have uresolved last stage of compression - how i must send 8x8
blocks to huffman
2015 Feb 26
2
Vorbis I spec errata: single entry codebooks
The following has been committed to the Vorbis I spec as of r19445:
Errata 20150226: Single entry codebooks
A ?single-entry codebook? is a codebook with one active codeword
entry.  A single-entry
codebook may be either a fully populated codebook with only one
declared entry, or a
sparse codebook with only one entry marked used. The Vorbis I spec
provides no means
to specify a codeword length of
1999 Nov 11
1
VQ codebook sanity check (please help)
Hello folks,
The codebook infrastructure for Vorbis is now well underway.  This is it!  The
last piece needed for *real* bitstreams.
To that end, I have a decent VQ codebook generator running.  I was originally
using some farily typical merge/split algorithms and then decided that the
right way to do this was to model a VQ codebook as an m-dimensional set of
bubbles (like a foam).
I know there
2010 Dec 10
2
Bitstream encoded huffman tables always the same
Hello all,
I've been working a little inside the Theora decoder when I found that 
it seems that many videos had the very same huffman tables encoded into 
their bitstreams (at least the ones that I could take my time to 
dissecate). I found that the tables are listed as TH_VP31_HUFF_CODES in 
the file huffenc.c. I tried to investigate a little bit more to see who 
was setting the bitstream
2004 Sep 17
0
[Fwd: Re: Question about Huffman Tables in Setup Header]
-------------- next part --------------
An embedded message was scrubbed...
From: "Timothy B. Terriberry" <tterribe@vt.edu>
Subject: Re: [Theora-dev] Question about Huffman Tables in Setup Header
Date: Fri, 17 Sep 2004 03:43:43 -0400
Size: 3441
Url: http://lists.xiph.org/pipermail/theora-dev/attachments/20040917/99108ff9/Theora-devQuestionaboutHuffmanTablesinSetupHeader.mht
2018 Apr 27
0
[RFC][PATCH] Remove private symbols from Vorbis shared libs
Hi all,
I recently noticed that Vorbis shlibs export several symbols which are
not present in it's public header (for a total of 85 symbols, see
attach). Would it make sense to filter them via -fvisibility=hidden
and -Wl,--version-script? I attached a draft patch.
Best regards,
Yury Gribov
-------------- next part --------------
_book_maptype1_quantvals
_book_unquantize
__bss_start
2001 Sep 14
2
[Fwd: Interview With Huffman Aviation Casts Doubt on Official Story]
emperors1000@aol.com wrote:
> 
> This is being sent on behalf of emperors1000@aol.com
> as part of the mailing list that you joined.
> List: emperorsclothes
> URL: http://www.emperors-clothes.com
> ------------------------------------------------------------
> 
> URL for this article: http://emperors-clothes.com/interviews/dekkers.htm
> 
> Join Emperor's Clothes
2007 Feb 11
7
Could not find definition vico_network
I''m trying to manage network files on two nodes, "vico" and "backup."
The component "vico_network" below works fine.
define vico_network ($owner = ''root'', $group = ''wheel'', $mode = ''644'',
$cro_int = ''ne3'',
                     $carp0_skew = '''', $carp1_skew =
2007 Oct 31
1
Unused entries in code book
Hi,
I am trying to understand the building of Huffman codes from the code 
lengths. In the Tremor code first I see that the codewords are being 
generated by the function _make_words() and then sorted.
After this I see some magic code and something related to unused entries. 
Does the code generate code words for unused entries too? Are these unused 
entry code words used during the decode
2004 Jun 25
0
newbie questions about VQ
Hi, I've been using the Vorbis codec for a while and recently I got the source code and had a look at the spec (great job on the doc BTW). I don't have any former experience with audio compression, but I do know what a DCT does and I totally grok Huffman coding (so I guess I'm not that much of a newbie, am I?).
Anyway I just had some questions about how VQ works on the encoding side.
2003 Aug 05
2
question about codebook
Hi, all
I am studying the ogg-vorbis algorithm but I have less knowledge about the 
codebook structure of vorbis. After tracing the release source code, I 
found it doesn't use huffman tree to decode the huffman code instead of 
using a special mapping and pre-look. The memory requirement seems similar 
with huffman tree decoding. Could anyone tell me how the vorbis huffman 
decoding works
2006 Feb 20
3
Huge VQ codebooks
Hi,
Does anybody know how codebooks are generated in OggVorbis encoder? We 
are porting oggorbis encoder on embedded platform for which VQ codebook 
memory is hugeeee to imagine. How can we reduce that? Can we do VQ with 
less codebooks and if yes how? If any help available?
Parul  
Embedded Engineer
Einfochips Ltd
2003 Mar 14
0
encoder block diagram
I've made block diagram of the encoder because I tried to find out, how it  works
http://stoffke.freeshell.65535.net/ogg/block.html
Although there are specifiation docs, that give very
detailed information about single aspects of the encoding (or decoding) ,
I'm missing documenations that give a more general overview,
about how the encoder works.
(Vorbis Illuminated seems a bit outdated,
2003 Mar 12
2
encoder block diagram
I've made a block diagram of the encoder because I tried to find out, how it works
http://stoffke.freeshell.65535.net/ogg/block.html
Although there are specifiation docs, that give very
detailed information about single aspects of the encoding (or decoding) ,
I'm missing documenations that give a more general overview,
about how the encoder works.
(Vorbis Illuminated seems a bit
2003 Aug 06
0
Re: [vorbis] question about codebook
Áô©~ªº ¦Ñ¤H wrote:
> Dear Segher
> 
> Thanks for your information. Besides, the mechanism of the huffman 
> decoding seems can not work in a 24-bit processor if the code length 
> exceeds 24, though I have checked several vorbis file from network and 
> they are all below 24 bit
True; but you can special case the >24 bit codebook to use
a more "traditional" decoding
2004 Feb 05
1
Psychoacoustic model
We've implemented a vorbis decoder based on Tremor and as part of the
documentation we're also writing about psycho acoustic models and
encoding.
We're quite up to date with the decoding process and psycho acoustics
in general but unfortunately not on the psycho acoustic encoding used
in Vorbis.
We have a few questions that would we would be very thankful to have
answer to:
Which