[Ffmpeg-devel] [PATCH] ATRAC3 decoder
Michael Niedermayer
michaelni
Wed Apr 11 21:24:15 CEST 2007
Hi
On Wed, Apr 11, 2007 at 06:34:10PM +0200, Benjamin Larsson wrote:
[...]
> >
> >> if (selector != 1) {
> >> for (cnt = 0; cnt < numCodes; cnt++) {
> >> huffSymb = get_vlc2(gb,
> >> spectral_coeff_tab[selector-1].table,
> >> spectral_coeff_tab[selector-1].bits, 3);
> >> huffSymb += 1;
> >> code = pTable[huffSymb >> 1];
> >> if (huffSymb & 1)
> >> code = -code;
> >> mantissas[cnt] = code;
> >> }
> >>
> >
> >whats the sense in this decTables[] based remapping? why isnt the
> >spectral_coeff_tab in the proper order?
> >
> >
>
> No idea, ask Sony.
is it your code or sonys? if its yours you should be able to explain
it if not, you should NOT submit it here ...
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Why not whip the teacher when the pupil misbehaves? -- Diogenes of Sinope
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070411/d920ca19/attachment.pgp>
More information about the ffmpeg-devel
mailing list