26th up next

This commit is contained in:
kuntz 2021-02-11 16:01:38 -06:00
parent efdde41773
commit 012db4bad0
2 changed files with 7 additions and 3 deletions

View File

@ -2,8 +2,8 @@
// Copyright © 2021 by Brett Kuntz. All rights reserved.
//----------------------------------------------------------------------------------------------------------------------
#include "compress.h"
#define CUTS_LENGTH 21
static ui CHAIN_CUTS[CUTS_LENGTH] = { 37, 23, 17, 14, 11, 9, 8, 7, 6, 6, 5, 5, 5, 4, 4, 4, 3, 3, 3, 3, -1 };
#define CUTS_LENGTH 25
static ui CHAIN_CUTS[CUTS_LENGTH] = { 37, 23, 17, 14, 11, 9, 8, 7, 6, 6, 5, 5, 5, 4, 4, 4, 3, 3, 3, 3, 3, 3, 3, 2, -1 };
//----------------------------------------------------------------------------------------------------------------------
//#include <windows.h>
si main(si argc, s8 ** argv)

View File

@ -40,7 +40,11 @@ typedef float r32 ; typedef double r64 ;
// 19th cut is 3
// 20th cut is 3
// 21st cut is 3
// 22nd cut is ???
// 22nd cut is 3
// 23rd cut is 3
// 24th cut is 3
// 25th cut is 2
// 26th cut is ??
#include <stdio.h>
#include <stdlib.h>
#include <string.h>