Path: blob/master/Utilities/cmliblzma/liblzma/rangecoder/price_table.c
3156 views
// SPDX-License-Identifier: 0BSD12// This file has been generated by price_tablegen.c.34#include "range_encoder.h"56const uint8_t lzma_rc_prices[RC_PRICE_TABLE_SIZE] = {7128, 103, 91, 84, 78, 73, 69, 66,863, 61, 58, 56, 54, 52, 51, 49,948, 46, 45, 44, 43, 42, 41, 40,1039, 38, 37, 36, 35, 34, 34, 33,1132, 31, 31, 30, 29, 29, 28, 28,1227, 26, 26, 25, 25, 24, 24, 23,1323, 22, 22, 22, 21, 21, 20, 20,1419, 19, 19, 18, 18, 17, 17, 17,1516, 16, 16, 15, 15, 15, 14, 14,1614, 13, 13, 13, 12, 12, 12, 11,1711, 11, 11, 10, 10, 10, 10, 9,189, 9, 9, 8, 8, 8, 8, 7,197, 7, 7, 6, 6, 6, 6, 5,205, 5, 5, 5, 4, 4, 4, 4,213, 3, 3, 3, 3, 2, 2, 2,222, 2, 2, 1, 1, 1, 1, 123};242526