Searched refs:DECOMPRESS (Results 1 – 2 of 2) sorted by relevance
21 # RUN: FileCheck %s --check-prefixes=CHECK,DECOMPRESS26 # RUN: FileCheck %s --check-prefixes=CHECK,DECOMPRESS52 # DECOMPRESS-NEXT: .debug_in_group
104 enum { COMPRESS = 1, DECOMPRESS = 2 }; enumerator452 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()