Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Side by Side Diff: xz/src/liblzma/rangecoder/price_table.c

Issue 2869016: Add an unpatched version of xz, XZ Utils, to /trunk/deps/third_party (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « xz/src/liblzma/rangecoder/price.h ('k') | xz/src/liblzma/rangecoder/price_tablegen.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 /* This file has been automatically generated by price_tablegen.c. */
2
3 #include "range_encoder.h"
4
5 const uint8_t lzma_rc_prices[RC_PRICE_TABLE_SIZE] = {
6 128, 103, 91, 84, 78, 73, 69, 66,
7 63, 61, 58, 56, 54, 52, 51, 49,
8 48, 46, 45, 44, 43, 42, 41, 40,
9 39, 38, 37, 36, 35, 34, 34, 33,
10 32, 31, 31, 30, 29, 29, 28, 28,
11 27, 26, 26, 25, 25, 24, 24, 23,
12 23, 22, 22, 22, 21, 21, 20, 20,
13 19, 19, 19, 18, 18, 17, 17, 17,
14 16, 16, 16, 15, 15, 15, 14, 14,
15 14, 13, 13, 13, 12, 12, 12, 11,
16 11, 11, 11, 10, 10, 10, 10, 9,
17 9, 9, 9, 8, 8, 8, 8, 7,
18 7, 7, 7, 6, 6, 6, 6, 5,
19 5, 5, 5, 5, 4, 4, 4, 4,
20 3, 3, 3, 3, 3, 2, 2, 2,
21 2, 2, 2, 1, 1, 1, 1, 1
22 };
OLDNEW
« no previous file with comments | « xz/src/liblzma/rangecoder/price.h ('k') | xz/src/liblzma/rangecoder/price_tablegen.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698