wok diff plop/stuff/unlzma.S @ rev 24045

memtest,plop: tune lzma compression
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 06 12:50:46 2021 +0000 (2021-05-06)
parents 89b052a8b781
children 8d938c826a9b
line diff
     1.1 --- a/plop/stuff/unlzma.S	Wed Aug 19 13:03:10 2020 +0000
     1.2 +++ b/plop/stuff/unlzma.S	Thu May 06 12:50:46 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;