Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg.c104 enum { COMPRESS = 1, DECOMPRESS = 2 }; enumerator
452 if (this->init & DECOMPRESS) jpeg_destroy_decompress(dinfo); in tjDestroy()
1175 this->init |= DECOMPRESS; in _tjInitDecompress()
1203 if ((this->init & DECOMPRESS) == 0) in tjDecompressHeader3()
1289 if ((this->init & DECOMPRESS) == 0) in tjDecompress2()
1450 if ((this->init & DECOMPRESS) == 0) in tjDecodeYUVPlanes()
1637 if ((this->init & DECOMPRESS) == 0) in tjDecompressToYUVPlanes()
1900 if ((this->init & COMPRESS) == 0 || (this->init & DECOMPRESS) == 0) in tjTransform()