Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg.c103 enum { COMPRESS = 1, DECOMPRESS = 2 }; enumerator
420 if (this->init & DECOMPRESS) jpeg_destroy_decompress(dinfo); in tjDestroy()
1130 this->init |= DECOMPRESS; in _tjInitDecompress()
1158 if ((this->init & DECOMPRESS) == 0) in tjDecompressHeader3()
1243 if ((this->init & DECOMPRESS) == 0) in tjDecompress2()
1396 if ((this->init & DECOMPRESS) == 0) in tjDecodeYUVPlanes()
1579 if ((this->init & DECOMPRESS) == 0) in tjDecompressToYUVPlanes()
1835 if ((this->init & COMPRESS) == 0 || (this->init & DECOMPRESS) == 0) in tjTransform()