OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_47/] [or1ksim/] [testbench/] [mycompress.c] - Diff between revs 224 and 956

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 224 Rev 956
Line 255... Line 255...
    bytes_out = 3;              /* includes 3-byte header mojo */
    bytes_out = 3;              /* includes 3-byte header mojo */
    out_count = 0;
    out_count = 0;
    clear_flg = 0;
    clear_flg = 0;
    ratio = 0;
    ratio = 0;
    in_count = 1;
    in_count = 1;
 
 
    printf("main: bytes_out %d... hsize %d\n", (int)bytes_out, (int)hsize);
    printf("main: bytes_out %d... hsize %d\n", (int)bytes_out, (int)hsize);
 
 
    checkpoint = CHECK_GAP;
    checkpoint = CHECK_GAP;
    maxcode = MAXCODE(n_bits = INIT_BITS);
    maxcode = MAXCODE(n_bits = INIT_BITS);
    free_ent = ((block_compress) ? FIRST : 256 );
    free_ent = ((block_compress) ? FIRST : 256 );

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.