Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching refs:COMPRESS

91 enum {COMPRESS=1, DECOMPRESS=2};
555 if(this->init&COMPRESS) jpeg_destroy_compress(cinfo);
604 this->init|=COMPRESS;
767 if((this->init&COMPRESS)==0)
881 if((this->init&COMPRESS)==0)
1090 if((this->init&COMPRESS)==0)
2009 if((this->init&COMPRESS)==0 || (this->init&DECOMPRESS)==0)