HomeSort by: relevance | last modified time | path
    Searched defs:litEntropy (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/zstd/dist/lib/decompress/
zstd_decompress_internal.h 144 U32 litEntropy;
  /src/external/bsd/zstd/dist/lib/legacy/
zstd_v07.c 2889 U32 litEntropy;
2916 dctx->litEntropy = dctx->fseEntropy = 0;
3274 dctx->litEntropy = 1;
3283 if (dctx->litEntropy==0)
4087 dctx->litEntropy = dctx->fseEntropy = 1;

Completed in 29 milliseconds