For Programmers: Free Programming Magazines  


Home > Archive > Compression > May 2005 > AAC quantization









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author AAC quantization
coonoor@gmail.com

2005-05-10, 3:55 pm

Hi..
I am new to the field of audio compression. Could someone explain the
quantization process?.

I see that the spectral value is multiplied
by the following to get the quantized value

(pow(2, (3/16)*scale_factor))*(spectral_value^0.75)

According to my understanding, power-law quantization should be as
follows,

pow_value = spectral_value^0.75;
pow_sc = scale_factor^0.75;

quant_value = pow_value/pow_sc;

Could someone explain the logic behind the formula used in AAC
quantization?

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com