summaryrefslogtreecommitdiffstats
path: root/hostTools/lzma/compress/AriPrice.h
blob: ccc398e154964f9aa004ac8ed6e83dee95b94d62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __COMPRESSION_ARIPRICE_H
#define __COMPRESSION_ARIPRICE_H

namespace NCompression {
namespace NArithmetic {

const UINT32 kNumBitPriceShiftBits = 6;
const UINT32 kBitPrice = 1 << kNumBitPriceShiftBits;

}}

#endif