Home
last modified time | relevance | path

Searched refs:HUFptr (Results 1 – 4 of 4) sorted by relevance

/external/zstd/lib/decompress/
Dzstd_decompress_internal.h107 const HUF_DTable* HUFptr; member
Dzstd_ddict.c78 dctx->HUFptr = ddict->entropy.hufTable; in ZSTD_copyDDictParameters()
Dzstd_decompress_block.c129 PREFETCH_AREA(dctx->HUFptr, sizeof(dctx->entropy.hufTable)); in ZSTD_decodeLiteralsBlock()
136 dctx->HUFptr, dctx->bmi2); in ZSTD_decodeLiteralsBlock()
140 dctx->HUFptr, dctx->bmi2); in ZSTD_decodeLiteralsBlock()
168 if (litEncType==set_compressed) dctx->HUFptr = dctx->entropy.hufTable; in ZSTD_decodeLiteralsBlock()
Dzstd_decompress.c1195 dctx->HUFptr = dctx->entropy.hufTable; in ZSTD_decompressBegin()