OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mcuh
(Results
1 - 2
of
2
) sorted by null
/external/libvncserver/common/
turbojpeg.c
501
unsigned long retval=0; int mcuw,
mcuh
, chromasf;
local
511
mcuh
=tjMCUHeight[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
607
mcuh
=tjMCUHeight[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 34 milliseconds