OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mcuw
(Results
1 - 2
of
2
) sorted by null
/external/libvncserver/common/
turbojpeg.c
501
unsigned long retval=0; int
mcuw
, mcuh, chromasf;
local
510
mcuw
=tjMCUWidth[jpegSubsamp];
512
chromasf=jpegSubsamp==TJSAMP_GRAY? 0: 4*64/(
mcuw
*mcuh);
513
retval=PAD(width,
mcuw
) * PAD(height, mcuh) * (2 + chromasf) + 2048;
/external/libjpeg-turbo/
turbojpeg.c
599
unsigned long retval=0; int
mcuw
, mcuh, chromasf;
local
606
mcuw
=tjMCUWidth[jpegSubsamp];
608
chromasf=jpegSubsamp==TJSAMP_GRAY? 0: 4*64/(
mcuw
*mcuh);
609
retval=PAD(width,
mcuw
) * PAD(height, mcuh) * (2 + chromasf) + 2048;
[
all
...]
Completed in 39 milliseconds