Home
last modified time | relevance | path

Searched defs:decodedSize (Results 1 – 6 of 6) sorted by relevance

/third_party/lz4/tests/
Dframetest.c409 { size_t const decodedSize = (size_t)(op - ostart); in basicTests() local
460 size_t decodedSize = COMPRESSIBLE_NOISE_LENGTH; in basicTests() local
566 size_t decodedSize = COMPRESSIBLE_NOISE_LENGTH; in basicTests() local
623 size_t decodedSize = COMPRESSIBLE_NOISE_LENGTH; in basicTests() local
659 size_t decodedSize = COMPRESSIBLE_NOISE_LENGTH; in basicTests() local
Dfullbench.c699 …int const decodedSize = decompressionFunction(chunkP[chunkNb].compressedBuffer, chunkP[chunkNb].or… in fullSpeedBench() local
/third_party/lz4/lib/
Dlz4frame.c1657 int decodedSize; in LZ4F_decompress() local
1702 int decodedSize; in LZ4F_decompress() local
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_lossless_jpeg.cpp2588 uint32 decodedSize = imageWidth * in DecodeLosslessJPEG() local
Ddng_read_image.cpp1861 uint32 decodedSize = SafeUint32Mult(tileArea.W (), in ReadLosslessJPEG() local
/third_party/lz4/programs/
Dlz4io.c1239 unsigned long long const decodedSize = in LZ4IO_decompressSrcFile() local