Searched defs:jpegSubsamp (Results 1 - 1 of 1) sorted by relevance
/external/libvncserver/common/ |
H A D | turbojpeg.c | 499 int jpegSubsamp) 502 if(width<1 || height<1 || jpegSubsamp<0 || jpegSubsamp>=NUMSUBOPT) 508 mcuw=tjMCUWidth[jpegSubsamp]; 509 mcuh=tjMCUHeight[jpegSubsamp]; 510 chromasf=jpegSubsamp==TJSAMP_GRAY? 0: 4*64/(mcuw*mcuh); 536 unsigned long *jpegSize, int jpegSubsamp, int jpegQual, int flags) 549 || jpegSubsamp<0 || jpegSubsamp>=NUMSUBOPT || jpegQual<0 || jpegQual>100) 578 if(setCompDefaults(cinfo, pixelFormat, jpegSubsamp, jpegQua 498 tjBufSize(int width, int height, int jpegSubsamp) argument 534 tjCompress2(tjhandle handle, unsigned char *srcBuf, int width, int pitch, int height, int pixelFormat, unsigned char **jpegBuf, unsigned long *jpegSize, int jpegSubsamp, int jpegQual, int flags) argument 610 tjCompress(tjhandle handle, unsigned char *srcBuf, int width, int pitch, int height, int pixelSize, unsigned char *jpegBuf, unsigned long *jpegSize, int jpegSubsamp, int jpegQual, int flags) argument 680 tjDecompressHeader2(tjhandle handle, unsigned char *jpegBuf, unsigned long jpegSize, int *width, int *height, int *jpegSubsamp) argument 722 int jpegSubsamp; local [all...] |
Completed in 113 milliseconds