Searched refs:chromasf (Results 1 - 2 of 2) sorted by relevance

/external/libvncserver/common/
H A Dturbojpeg.c501 unsigned long retval=0; int mcuw, mcuh, chromasf; local
512 chromasf=jpegSubsamp==TJSAMP_GRAY? 0: 4*64/(mcuw*mcuh);
513 retval=PAD(width, mcuw) * PAD(height, mcuh) * (2 + chromasf) + 2048;
/external/libjpeg-turbo/
H A Dturbojpeg.c625 unsigned long retval=0; int mcuw, mcuh, chromasf; local
634 chromasf=jpegSubsamp==TJSAMP_GRAY? 0: 4*64/(mcuw*mcuh);
635 retval=PAD(width, mcuw) * PAD(height, mcuh) * (2 + chromasf) + 2048;

Completed in 88 milliseconds