diff drivers/radeon/hacking @ 3473:8a46f6a9efd0

Preparing to next acceleration level
author nick
date Wed, 12 Dec 2001 18:48:07 +0000
parents 9440d478e10d
children
line wrap: on
line diff
--- a/drivers/radeon/hacking	Wed Dec 12 18:25:29 2001 +0000
+++ b/drivers/radeon/hacking	Wed Dec 12 18:48:07 2001 +0000
@@ -279,6 +279,34 @@
               (is not MMX optimized that's gladly accepted, but probably
                will be never optimized due portability).
 
+hardware IDCT support diagram:
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+                                      |
+[ Video parser ] <---------- [ Transport demuxing ] --> [ Audio ]
+       |                                |       |
+[ Variable length decoder]              |D      |
+       |                                |V      |
+[ Inverse quantization ]                |D      |
+       |                                |       |
+-------|---[ video card ]---------+     |s      |
+       |                          |     |u      |
+[ Run level decode & de-zigzag ]  |     |b      |
+       |                          |     |p      |
+[    IDCT   ]                     |     |i      |
+       |                          |     |c      |
+[  Motion compensation  ]         |     |t      |
+       |                          |     |u      |
+[ Advanced deinterlacing ]        |     |r      |
+       |                          |     |e      |
+[ Filtered X-Y scaling ] [SUBPIC]-|-----+s   [ OSD ]
+       |                     |    |     |       |
+[ 4-bit alpha blending ] <---+    |     +-------+
+       |                          |
+[ YUV to RGB conversion ]         |
+-------|--------------------------+
+TV-screen or CRT-display
+
+
 Conslusion:
 ~~~~~~~~~~~