Searched refs:hufMetadata (Results 1 – 2 of 2) sorted by relevance
51 ZSTD_hufCTablesMetadata_t hufMetadata; member86 hufMetadata->hType = set_basic; in ZSTD_buildSuperBlockEntropy_literal()95 hufMetadata->hType = set_basic; in ZSTD_buildSuperBlockEntropy_literal()105 hufMetadata->hType = set_rle; in ZSTD_buildSuperBlockEntropy_literal()110 hufMetadata->hType = set_basic; in ZSTD_buildSuperBlockEntropy_literal()132 hufMetadata->hufDesBuffer, sizeof(hufMetadata->hufDesBuffer), in ZSTD_buildSuperBlockEntropy_literal()348 assert(hufMetadata->hType == set_compressed || hufMetadata->hType == set_repeat); in ZSTD_compressSubBlock_literal()351 ZSTD_memcpy(op, hufMetadata->hufDesBuffer, hufMetadata->hufDesSize); in ZSTD_compressSubBlock_literal()352 op += hufMetadata->hufDesSize; in ZSTD_compressSubBlock_literal()353 cLitSize += hufMetadata->hufDesSize; in ZSTD_compressSubBlock_literal()[all …]
11759 ZSTD_hufCTablesMetadata_t hufMetadata; member11794 hufMetadata->hType = set_basic; in ZSTD_buildSuperBlockEntropy_literal()11803 hufMetadata->hType = set_basic; in ZSTD_buildSuperBlockEntropy_literal()11813 hufMetadata->hType = set_rle; in ZSTD_buildSuperBlockEntropy_literal()11818 hufMetadata->hType = set_basic; in ZSTD_buildSuperBlockEntropy_literal()11840 hufMetadata->hufDesBuffer, sizeof(hufMetadata->hufDesBuffer), in ZSTD_buildSuperBlockEntropy_literal()12056 assert(hufMetadata->hType == set_compressed || hufMetadata->hType == set_repeat); in ZSTD_compressSubBlock_literal()12059 memcpy(op, hufMetadata->hufDesBuffer, hufMetadata->hufDesSize); in ZSTD_compressSubBlock_literal()12060 op += hufMetadata->hufDesSize; in ZSTD_compressSubBlock_literal()12061 cLitSize += hufMetadata->hufDesSize; in ZSTD_compressSubBlock_literal()[all …]