Home
last modified time | relevance | path

Searched refs:mid (Results 1 – 2 of 2) sorted by relevance

/lib/zstd/compress/
Dfse_compress.c455 U64 const mid = (1ULL << (vStepLog-1)) - 1; in FSE_normalizeM2() local
456 …U64 const rStep = ZSTD_div64((((U64)1<<vStepLog) * ToDistribute) + mid, (U32)total); /* scale on… in FSE_normalizeM2()
457 U64 tmpTotal = mid; in FSE_normalizeM2()
/lib/xz/
Dxz_dec_lzma2.c126 uint16_t mid[POS_STATES_MAX][LEN_MID_SYMBOLS]; member
663 probs = l->mid[pos_state]; in lzma_len()