Commit 48fe9238 authored by Michael Niedermayer's avatar Michael Niedermayer

a little bit more bitstream syntax for the residual

Originally committed as revision 10483 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent c3922c65
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment