Searched refs:dictID (Results 1 – 4 of 4) sorted by relevance
517 U32 const dictID = 0x99; in basicTests() local522 prefs.frameInfo.dictID = dictID; in basicTests()530 if (prefs.frameInfo.dictID != dictID) goto _output_error; in basicTests()531 DISPLAYLEVEL(3, "%u \n", (U32)prefs.frameInfo.dictID); in basicTests()
181 …unsigned dictID; /* Dictionary ID, sent by compressor to help decoder s… member
680 + (cctxPtr->prefs.frameInfo.dictID > 0) ); in LZ4F_compressBegin_usingCDict()690 if (cctxPtr->prefs.frameInfo.dictID) { in LZ4F_compressBegin_usingCDict()691 LZ4F_writeLE32(dstPtr, cctxPtr->prefs.frameInfo.dictID); in LZ4F_compressBegin_usingCDict()1200 dctx->frameInfo.dictID = LZ4F_readLE32(srcPtr + frameHeaderSize - 5); in LZ4F_decodeHeader()
233 It's presumed that the 32-bits dictID uniquely identifies a dictionary.