summaryrefslogtreecommitdiffstats
path: root/hostTools/lzma/compress/AriPrice.h
diff options
context:
space:
mode:
Diffstat (limited to 'hostTools/lzma/compress/AriPrice.h')
-rw-r--r--hostTools/lzma/compress/AriPrice.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/hostTools/lzma/compress/AriPrice.h b/hostTools/lzma/compress/AriPrice.h
new file mode 100644
index 0000000..ccc398e
--- /dev/null
+++ b/hostTools/lzma/compress/AriPrice.h
@@ -0,0 +1,12 @@
+#ifndef __COMPRESSION_ARIPRICE_H
+#define __COMPRESSION_ARIPRICE_H
+
+namespace NCompression {
+namespace NArithmetic {
+
+const UINT32 kNumBitPriceShiftBits = 6;
+const UINT32 kBitPrice = 1 << kNumBitPriceShiftBits;
+
+}}
+
+#endif