Searched refs:DECOMPRESS (Results 1 – 1 of 1) sorted by relevance
103 enum { COMPRESS = 1, DECOMPRESS = 2 }; enumerator420 if (this->init & DECOMPRESS) jpeg_destroy_decompress(dinfo); in tjDestroy()1139 this->init |= DECOMPRESS; in _tjInitDecompress()1167 if ((this->init & DECOMPRESS) == 0) in tjDecompressHeader3()1252 if ((this->init & DECOMPRESS) == 0) in tjDecompress2()1405 if ((this->init & DECOMPRESS) == 0) in tjDecodeYUVPlanes()1588 if ((this->init & DECOMPRESS) == 0) in tjDecompressToYUVPlanes()1844 if ((this->init & COMPRESS) == 0 || (this->init & DECOMPRESS) == 0) in tjTransform()