Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

JPEG Variable Quantization

0 views
Skip to first unread message

Pete Fraser

unread,
Jun 23, 2005, 2:07:28 PM6/23/05
to
Annex C of ITU-T Rec. T.84 (ISO 10918-3) describes scaling
the quantizing matrix variably throughout the image.

Did this ever take off?

I've found a variety of papers, but does anybody use it?


Matt Mahoney

unread,
Jun 23, 2005, 8:53:56 PM6/23/05
to

It's not part of the original JPEG spec AFAIK. How would you implement
it and be compatible?

-- Matt Mahoney

Pete Fraser

unread,
Jun 24, 2005, 6:19:11 PM6/24/05
to

"Matt Mahoney" <matma...@yahoo.com> wrote in message
news:1119574435.9...@g43g2000cwa.googlegroups.com...
I'm not sure it is compatible.
The choice of scale-factor table is done with a new marker segment
(DQS) that would presumably be ignored by an unaware decoder.

The signaling of a quantizer scale change is done by adding
a new symbol to the DC table (QS_CHANGE = 0x15).
If QS_CHANGE is present, the following 5 bits give the index
into the table of Q-SCALE vs. SCALE_CODE selected by
the DQS marker segment. I assume an unaware decoder would
barf on the extra signalling.

None of the small number of codecs I've looked at supports variable
quantization. I'm looking at this for warped fun, rather than serious
use, and thought somebody might have used it somewhere.
[It must be horrid generating a standard that nobody bothers with.]

0 new messages