wok-tiny diff plop/stuff/unlzma.S @ rev 169

memtest,plop: tune lzma compression
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 06 12:57:42 2021 +0000 (2021-05-06)
parents 7efc88318579
children 7a5d5860f3ea
line diff
     1.1 --- a/plop/stuff/unlzma.S	Thu Sep 19 20:20:35 2019 +0200
     1.2 +++ b/plop/stuff/unlzma.S	Thu May 06 12:57:42 2021 +0000
     1.3 @@ -18,9 +18,11 @@
     1.4   * Compression with : lzma e src dst -eos -pb2 -lp0 -lc3
     1.5   */
     1.6  
     1.7 -#define PROP_PB 2
     1.8 +//#define PROP_PB 2
     1.9 +#define PROP_PB 0
    1.10  #define PROP_LP 0
    1.11 -#define PROP_LC 3
    1.12 +//#define PROP_LC 3
    1.13 +#define PROP_LC 0
    1.14  #define PROPS (PROP_LC+(PROP_LP*9)+(PROP_PB*45))
    1.15  
    1.16  // static const Byte *Buffer;