Re: Misc Codec Questions....

Holger Waechtler <[email protected]> Tue, 21 May 2002 01:01:23 -0700 (PDT)
Newsgroups gmane.comp.multimedia.ogg.tarkin.devel
Message-ID <[email protected]>
Hi,

--- Sebastien St-Laurent <[email protected]> wrote:
> Hi.
> 
> First of all, can someone confirm if the behavior i'm getting with
> the (2,2)
> wavelet is the same (i,e: No bit growth)?

You can see this by looking on the equation for the lowpass
coefficient, it's simply a truncated (or rounded) weighted average of
the neighbor coefficient e.g. (x_i + x_{i+1})/2 for the (1,1) wavelet.
There is no bit growth.


> Second question... Anybody know of any bit coding scheme that is more
> memory
> efficient and less computationally expensive than EZW or SPHIT? I
> don't
> really care of the encode time but the SPHIT architecture seems like
> it
> might be a bottleneck on the decode time also...

For this purpose a Vector Quantizer (VQ) might be the best solution.
Maybe you can reuse Vorbis' ones when you modify it to work on
integers.

Holger



__________________________________________________
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to '[email protected]'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.