Searched refs:DECOMPRESS (Results 1 – 2 of 2) sorted by relevance
85 enum {COMPRESS=1, DECOMPRESS=2}; enumerator443 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()
91 enum {COMPRESS=1, DECOMPRESS=2}; enumerator556 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()