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

  /src/external/bsd/zstd/dist/lib/decompress/
zstd_decompress_internal.h 145 U32 fseEntropy;
  /src/external/bsd/zstd/dist/lib/legacy/
zstd_v07.c 2890 U32 fseEntropy;
2916 dctx->litEntropy = dctx->fseEntropy = 0;
3633 { size_t const seqHSize = ZSTDv07_decodeSeqHeaders(&nbSeq, DTableLL, DTableML, DTableOffb, dctx->fseEntropy, ip, seqSize);
3641 dctx->fseEntropy = 1;
4087 dctx->litEntropy = dctx->fseEntropy = 1;

Completed in 54 milliseconds