1 / 10

Efficient MPEG IDCT Algorithm for Zero Processing and Zigzag Order

Explore a comprehensive MPEG IDCT algorithm that efficiently processes zeros, uses Zigzag order, and decodes Run-Length encoding. Learn how to optimize the IDCT algorithm for minimal processing burden and improved signal reconstruction fidelity. Understand the importance of buffer management and reordering for seamless decoding. Enhance your knowledge of IDCT processing techniques in MPEG standards.

gyan
Download Presentation

Efficient MPEG IDCT Algorithm for Zero Processing and Zigzag Order

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. MPEG: Zigzag Order 9 8 0 0 0 0 0 0 0 0 6 0 0 0 0 0 7 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

  2. 9 8 0 0 0 0 0 0 0 0 6 0 0 0 0 0 7 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 MPEG: Zigzag Order Transmit: 9 <run0> 8 <run1> 7 <run3> 6 <run9> 5 <eob> 59 zeros NOT transmitted

  3. Cu Cv 4 MPEG: IDCT Algorithm • Direct form IDCT 7 u=0 7 v=0 (2y + 1)v (2x + 1)u f(x,y) =   F(u,v) cos cos 16 16

  4. 0 0 7 0 9 0 0 0 0 8 0 0 0 0 0 6 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Cu Cv 4 0 0 0 0 0 0 0 0 MPEG: IDCT Algorithm • Direct form IDCT most natural with row order processing all zeros: 7 u=0 7 v=0 (2y + 1)v (2x + 1)u f(x,y) =   F(u,v) cos cos 16 16

  5. 0 0 9 7 0 0 0 8 0 0 0 0 0 0 6 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Cu Cv 4 0 0 0 0 0 0 0 0 MPEG: IDCT Algorithm • Direct form IDCT most natural with row order processing all zeros: 7 u=0 7 v=0 (2y + 1)v (2x + 1)u f(x,y) =   F(u,v) cos cos 16 16 • Implies a buffer filled with zeros prior to RL decoding. • Commutativity of addition permits reordering.

  6. RL Decoder #< 64 8x8 buffer #= 64 MPEG: IDCT Algorithms that Process/Skip Zeros Direct Use 0 IDCT row

  7. #< 64 8x8 buffer IDCT row #= 64 RL Decoder Direct Skip 0 #< 64 8x8 buffer #= 64 #< 64 IDCT row RL Decoder Skip Zero MPEG: IDCT Algorithms that Process/Skip Zeros Direct Use 0

  8. MPEG: IDCT Algorithms that Process/Skip Zeros Direct Use 0 RL Decoder #< 64 8x8 buffer IDCT row #= 64 Direct Skip 0 RL Decoder #< 64 8x8 buffer #= 64 #< 64 IDCT row Skip Zero Zigzag Skip 0 #< 64 RL Decoder #< 64 8x8 buffer IDCT zigzag

  9. MPEG: IDCT Algorithms that Process/Skip Zeros

  10. MPEG: IDCT Algorithms that Process/Skip Zeros

More Related