[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
mash/mash-1/codec/p64 p64.cc
Update of /usr/mash/src/repository/mash/mash-1/codec/p64
In directory gumby.cs.berkeley.edu:/tmp/cvs-serv15970
Modified Files:
p64.cc
Log Message:
Fixed the way the P64 codec counts decoded blocks.
Also changed the name of the variable (ndblk_ to ndmblk_)
to reflec the fact that it counts macroblocks (16x16 pixel
4:2:0 chunks, i.e., 4 Y, 1 U, and 1 V blocks).
Also added some comments to the code that explain this.