Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/
Dcompress-debug-sections-groups.test21 # RUN: FileCheck %s --check-prefixes=CHECK,DECOMPRESS
26 # RUN: FileCheck %s --check-prefixes=CHECK,DECOMPRESS
52 # DECOMPRESS-NEXT: .debug_in_group
/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()