a little bit more bitstream syntax for the residual

Originally committed as revision 10483 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2007-09-12 22:33:40 +00:00
parent c3922c65b5
commit 48fe9238a0
1 changed files with 14 additions and 0 deletions

View File

@ -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