Home
last modified time | relevance | path

Searched refs:DECOMPRESS (Results 1 – 2 of 2) sorted by relevance

/external/libvncserver/common/
Dturbojpeg.c85 enum {COMPRESS=1, DECOMPRESS=2}; enumerator
443 if(this->init&DECOMPRESS) jpeg_destroy_decompress(dinfo); in tjDestroy()
666 this->init|=DECOMPRESS; in _tjInitDecompress()
691 if((this->init&DECOMPRESS)==0) in tjDecompressHeader2()
758 if((this->init&DECOMPRESS)==0) in tjDecompress2()
/external/libjpeg-turbo/
Dturbojpeg.c91 enum {COMPRESS=1, DECOMPRESS=2}; enumerator
556 if(this->init&DECOMPRESS) jpeg_destroy_decompress(dinfo); in tjDestroy()
1275 this->init|=DECOMPRESS; in _tjInitDecompress()
1300 if((this->init&DECOMPRESS)==0) in tjDecompressHeader3()
1387 if((this->init&DECOMPRESS)==0) in tjDecompress2()
1567 if((this->init&DECOMPRESS)==0) in tjDecodeYUVPlanes()
1759 if((this->init&DECOMPRESS)==0) in tjDecompressToYUVPlanes()
2018 if((this->init&COMPRESS)==0 || (this->init&DECOMPRESS)==0) in tjTransform()