Re: JPEG decoding question
- From: "Matt Mahoney" <matmahoney@xxxxxxxxx>
- Date: 27 Nov 2005 17:21:19 -0800
Dennis wrote:
> Thanks for your reply.
> BTW, are the DC coeffiecients always calculated by the order of
> encoding or by a line of 8x8 block, left to right and then to the next
> line left to right?
The DC component is calculated like the other 63 AC components (same
block order) except that instead of storing the value, the file stores
the difference from the previous DC component of the same color
(previous in the order that the blocks are stored). See the JPEG spec.
-- Matt Mahoney
.
- References:
- JPEG decoding question
- From: Dennis
- Re: JPEG decoding question
- From: Matt Mahoney
- Re: JPEG decoding question
- From: Dennis
- JPEG decoding question
- Prev by Date: Re: arith coding patents
- Next by Date: Re: Efficient Realtime video compression/decompression
- Previous by thread: Re: JPEG decoding question
- Next by thread: Efficient Realtime video compression/decompression
- Index(es):
Relevant Pages
|