> 
> > Vorbis by the way, is a VQ codec
> ...
> 
> I'm sorry, but I'm pretty stupid *wry smile*. What defines a VQ codec?
> 
> Ivo
> 

VQ combines quantization and entropy coding into one step.  It takes a
vector of real valued MDCT coefficients and replaces them with a
integer code word.

MPEG takes each MDCT coefficient, replaces it by an integer (lossy
quantization) , and then uses huffman (lossless) encoding to encode
the vectors of integers.

Mark
--
MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Reply via email to