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

  /src/external/bsd/zstd/dist/tests/
decodecorpus.c 817 const BYTE* const llCodeTable = seqStorePtr->llCode;
845 size_t const mostFrequent = HIST_countFast_wksp(count, &max, llCodeTable, nbSeq, WKSP, sizeof(WKSP)); /* cannot fail */
848 isSymbolSubset(llCodeTable, nbSeq,
854 *op++ = llCodeTable[0];
865 if (count[llCodeTable[nbSeq-1]]>1) { count[llCodeTable[nbSeq-1]]--; nbSeq_1--; }
932 initSymbolSet(llCodeTable, nbSeq, frame->stats.litlengthSymbolSet, 35);
953 FSE_initCState2(&stateLitLength, CTable_LitLength, llCodeTable[nbSeq-1]);
954 BIT_addBits(&blockStream, sequences[nbSeq-1].litLength, LL_bits[llCodeTable[nbSeq-1]]);
963 BYTE const llCode = llCodeTable[n]
    [all...]
  /src/external/bsd/zstd/dist/lib/compress/
zstd_compress.c 2684 BYTE* const llCodeTable = seqStorePtr->llCode;
2695 llCodeTable[u] = (BYTE)ZSTD_LLcode(llv);
2703 llCodeTable[seqStorePtr->longLengthPos] = MaxLL;
2765 const BYTE* const llCodeTable = seqStorePtr->llCode;
2776 size_t const mostFrequent = HIST_countFast_wksp(countWorkspace, &max, llCodeTable, nbSeq, entropyWorkspace, entropyWkspSize); /* can't fail */
2789 countWorkspace, max, llCodeTable, nbSeq,
2893 const BYTE* const llCodeTable = seqStorePtr->llCode;
2968 CTable_LitLength, llCodeTable,
3832 const BYTE* llCodeTable,
3846 cSeqSizeEstimate += ZSTD_estimateBlockSize_symbolType(fseMetadata->llType, llCodeTable, nbSeq, MaxLL
    [all...]

Completed in 36 milliseconds