flesh out bigint add pipe slides
[libreriscv.git] / vpu.mdwn
index 2d80b25756ec3c46cd501b38b864dcb60904dfd8..a646c8609fb9202acae21c6c8d6f9e07c8487c9a 100644 (file)
--- a/vpu.mdwn
+++ b/vpu.mdwn
@@ -11,7 +11,7 @@ Codecs to target:
 * Audio: MP3, AC3, Vorbis, Opus
 * Video: MPEG1/2, MPEG4 ASP (xvid), H.264, H.265, VP8, VP9, AV1
 
-YUV-RGB conversion for the most common formats:
+YUV-RGB conversion for the most common formats (there may be a hw block for this, if so skip):
 
 * rgb/bgr24,
 * rgbx/bgrx/xrgb/xbgr32,
@@ -41,3 +41,8 @@ The software part will be ffmpeg and binutils forks until the standards
 are set and  hw exists; then submission; then other projects
 (gstreamer, lib*).
 
+# Links
+
+* Cocotb co-simulation of JPEG <https://github.com/chiggs/oc_jpegencode/>
+* Top level bugreport: <http://bugs.libre-riscv.org/show_bug.cgi?id=137>
+* [[nlnet_2019_video]]