Commit a56128a5 authored by michael's avatar michael

a little bit more bitstream syntax for the residual


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10483 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 50c13b2f
......@@ -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