[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
mash/mash-1/codec/jpeg jpeg.cc jpeg-f.cc jpeg.h jpeg-hash.cc
Update of /usr/mash/src/repository/mash/mash-1/codec/jpeg
In directory gumby.cs.berkeley.edu:/tmp/cvs-serv18529
Modified Files:
jpeg.cc jpeg-f.cc jpeg.h jpeg-hash.cc
Log Message:
Modified the (confusing) name of two variables, ncol_ and nrow_. They
are the number of MCU columns and rows of the frame, not the number of
block columns and rows. An MCU is 16x8 in 4:2:2 color, 16x16 in 4:2:0
color, and 32x8 in 4:1:1 color.