Interframe encoding - motion compensation
    
      - Rather than storing the same block twice it is stored only in the first frame and a (Huffman encoded) vector is stored to create the second frame
- If there is no match in the first frame for a block in the second frame that block is intraframe encoded
- Finally, the predicted frame is subtracted from the reference frame and the error is intraframe encoded
 
      
    
[Next] [Contents]