HomeSort by: relevance | last modified time | path
    Searched refs:CTable_OffsetBits (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/zstd/dist/lib/compress/
zstd_compress_sequences.c 294 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable,
312 FSE_initCState2(&stateOffsetBits, CTable_OffsetBits, ofCodeTable[nbSeq-1]);
388 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable,
394 CTable_OffsetBits, ofCodeTable,
406 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable,
412 CTable_OffsetBits, ofCodeTable,
422 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable,
431 CTable_OffsetBits, ofCodeTable,
439 CTable_OffsetBits, ofCodeTable,
zstd_compress_sequences.h 43 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable,
zstd_compress.c 2762 FSE_CTable* CTable_OffsetBits = nextEntropy->offcodeCTable;
2820 CTable_OffsetBits, OffFSELog, (symbolEncodingType_e)stats.Offtype,
2888 FSE_CTable* CTable_OffsetBits = nextEntropy->fse.offcodeCTable;
2967 CTable_OffsetBits, ofCodeTable,
  /src/external/bsd/zstd/dist/tests/
decodecorpus.c 812 FSE_CTable* CTable_OffsetBits = frame->stats.offcodeCTable;
885 FSE_buildCTable_rle(CTable_OffsetBits, (BYTE)max);
888 FSE_buildCTable_wksp(CTable_OffsetBits, OF_defaultNorm, DefaultMaxOff, OF_defaultNormLog, scratchBuffer, sizeof(scratchBuffer));
898 FSE_buildCTable_wksp(CTable_OffsetBits, norm, max, tableLog, scratchBuffer, sizeof(scratchBuffer));
952 FSE_initCState2(&stateOffsetBits, CTable_OffsetBits, ofCodeTable[nbSeq-1]);

Completed in 33 milliseconds