Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching refs:mcuw

625 	unsigned long retval=0;  int mcuw, mcuh, chromasf;
632 mcuw=tjMCUWidth[jpegSubsamp];
634 chromasf=jpegSubsamp==TJSAMP_GRAY? 0: 4*64/(mcuw*mcuh);
635 retval=PAD(width, mcuw) * PAD(height, mcuh) * (2 + chromasf) + 2048;