[SCM] libav/experimental: a little bit more bitstream syntax for the residual

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:07:05 UTC 2013


The following commit has been merged in the experimental branch:
commit 48fe9238a0aec437aa9ab9a8912191d163feb519
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Wed Sep 12 22:33:40 2007 +0000

    a little bit more bitstream syntax for the residual
    
    Originally committed as revision 10483 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/doc/snow.txt b/doc/snow.txt
index ccea56e..eaf3407 100644
--- a/doc/snow.txt
+++ b/doc/snow.txt
@@ -129,6 +129,20 @@ block(level):
 
 
 residual:
+    residual2(luma)
+    residual2(chroma_cr)
+    residual2(chroma_cb)
+
+residual2:
+    for(level=0; level<spatial_decomposition_count; level++){
+        if(level==0)
+            subband(LL, 0)
+        subband(HL, level)
+        subband(LH, level)
+        subband(HH, level)
+    }
+
+subband:
     FIXME
 
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list