Next: Entropy Coding
 Up: JPEG Compression
 Previous: Differential Pulse Code Modulation
Yet another simple compression technique is applied to
the AC component:
-  1x64 vector has lots of zeros in it
 -  Encode as (skip, value) pairs, where skip is the
number of zeros and value is the next non-zero component.
 -  Send (0,0) as end-of-block sentinel value.
 
Dave Marshall
10/4/2001