代码搜索:Compression

找到约 9,238 项符合「Compression」的源代码

代码结果 9,238
www.eeworm.com/read/396640/2410697

readme

jbig2dec is a decoder library and example utility implementing the JBIG2 bi-level image compression spec. Also known as ITU T.88 and ISO IEC 14492, and now included by reference in Adobe's PDF 1.4. T
www.eeworm.com/read/396408/2416800

h jbig.h

/* * Header file for the portable free JBIG compression library * * Markus Kuhn -- http://www.cl.cam.ac.uk/~mgk25/ * * $Id: jbig.h,v 1.1.1.1 2007/12/04 09:35:33 xliu Exp $ */ #ifndef JBG_H #
www.eeworm.com/read/354175/3079298

s nrv2b_d16.s

/* ; n2b_d16.ash -- ucl_nrv2b_decompress_le16 in 16-bit assembly ; ; This file is part of the UCL data compression library. ; ; Copyright (C) 1996-2007 Markus Franz Xaver Johannes Oberhumer ; All
www.eeworm.com/read/354175/3079310

s nrv2d_d32.s

/* ; n2d_d32.ash -- ucl_nrv2d_decompress_le32 in 32-bit assembly ; ; This file is part of the UCL data compression library. ; ; Copyright (C) 1996-2007 Markus Franz Xaver Johannes Oberhumer ; All
www.eeworm.com/read/354175/3079315

s nrv2b_d32.s

/* ; n2b_d32.ash -- ucl_nrv2b_decompress_le32 in 32-bit assembly ; ; This file is part of the UCL data compression library. ; ; Copyright (C) 1996-2007 Markus Franz Xaver Johannes Oberhumer ; All
www.eeworm.com/read/354175/3079317

s nrv2e_d32.s

/* ; n2e_d32.ash -- ucl_nrv2e_decompress_le32 in 32-bit assembly ; ; This file is part of the UCL data compression library. ; ; Copyright (C) 1996-2007 Markus Franz Xaver Johannes Oberhumer ; All
www.eeworm.com/read/392497/8339770

m main44.m

clear all close all clc tic GOPindex=0; aviobj = avifile('128akiyo6.avi','fps',25,'COMPRESSION','None'); motionVect=zeros(2,256); fid=fopen('Qtable2.txt','r'); array=fscanf(fid,'%e',[8,inf]
www.eeworm.com/read/109811/15547625

ac configure.ac

dnl -*- m4 -*- dnl dnl libz - zlib compression library dnl AC_REVISION([$Id: configure.ac,v 1.3 2003/06/05 02:14:09 rob Exp $])dnl dnl Process this file with autoconf to produce a configure script.
www.eeworm.com/read/100919/15860430

c tif_lzw.c

/* $Header: /cvsroot/libtiff-lzw-compression-kit/tif_lzw.c,v 1.2 2001/09/25 02:14:31 warmerda Exp $ */ /* * Copyright (c) 1988-1997 Sam Leffler * Copyright (c) 1991-1997 Silicon Graphics, Inc. *
www.eeworm.com/read/168218/9931618

cpp rvbits.cpp

// recursive dynamic programming image compression #include int L = 256, header = 11; int kay[6]; int l[6] = {0, 6, 3, 10, 2, 3}; int b[6] = {0, 1, 2, 3, 2, 1}; int n = 5; in