Lines Matching full:entropy
38 ZSTD_entropyDTables_t entropy; member
73 dctx->LLTptr = ddict->entropy.LLTable; in ZSTD_copyDDictParameters()
74 dctx->MLTptr = ddict->entropy.MLTable; in ZSTD_copyDDictParameters()
75 dctx->OFTptr = ddict->entropy.OFTable; in ZSTD_copyDDictParameters()
76 dctx->HUFptr = ddict->entropy.hufTable; in ZSTD_copyDDictParameters()
77 dctx->entropy.rep[0] = ddict->entropy.rep[0]; in ZSTD_copyDDictParameters()
78 dctx->entropy.rep[1] = ddict->entropy.rep[1]; in ZSTD_copyDDictParameters()
79 dctx->entropy.rep[2] = ddict->entropy.rep[2]; in ZSTD_copyDDictParameters()
109 /* load entropy tables */ in ZSTD_loadEntropy_intoDDict()
111 &ddict->entropy, ddict->dictContent, ddict->dictSize)), in ZSTD_loadEntropy_intoDDict()
135 …ddict->entropy.hufTable[0] = (HUF_DTable)((ZSTD_HUFFDTABLE_CAPACITY_LOG)*0x1000001); /* cover bot… in ZSTD_initDDict_internal()