Searched refs:compr (Results 1 - 25 of 26) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dfaxcompr.h43 uint8_t *dst, int height, int stride, enum TiffCompr compr);
H A Daasc.c65 int compr, i, stride; local
74 compr = AV_RL32(buf);
77 switch(compr){
89 av_log(avctx, AV_LOG_ERROR, "Unknown compression type %d\n", compr);
H A Dtiffenc.c50 int compr; ///< compression level member in struct:TiffEncoderContext
146 * @param compr Compression method
150 uint8_t * dst, int n, int compr)
153 switch (compr) {
227 s->compr = TIFF_PACKBITS;
229 s->compr = TIFF_RAW;
231 s->compr = TIFF_LZW;
234 s->compr = TIFF_DEFLATE;
286 if (s->compr == TIFF_DEFLATE || s->compr
149 encode_strip(TiffEncoderContext * s, const int8_t * src, uint8_t * dst, int n, int compr) argument
[all...]
H A Ddxa.c196 int i, j, compr; local
229 compr = -1;
231 compr = buf[4];
234 if((compr != 4 && compr != -1) && uncompress(c->decomp_buf, &dsize, buf + 9, buf_size - 9) != Z_OK){
238 switch(compr){
254 c->pic.key_frame = !(compr & 1);
255 c->pic.pict_type = (compr & 1) ? FF_P_TYPE : FF_I_TYPE;
257 if(compr & 1){
H A Dtiff.c43 int compr; member in struct:TiffContext
84 if(s->compr == TIFF_DEFLATE || s->compr == TIFF_ADOBE_DEFLATE){
102 if(s->compr == TIFF_LZW){
108 if(s->compr == TIFF_CCITT_RLE || s->compr == TIFF_G3 || s->compr == TIFF_G4){
119 if(s->compr == TIFF_G3 && !(s->fax_opts & 1))
120 s->compr = TIFF_CCITT_RLE;
121 switch(s->compr){
[all...]
H A Dtarga.c101 int idlen, pal, compr, x, y, w, h, bpp, flags; local
107 compr = *buf++;
124 avctx->pix_fmt = ((compr & (~TGA_RLE)) == TGA_BW) ? PIX_FMT_GRAY8 : PIX_FMT_PAL8;
193 if((compr & (~TGA_RLE)) == TGA_NODATA)
196 if(compr & TGA_RLE)
H A Dfaxcompr.c271 uint8_t *dst, int height, int stride, enum TiffCompr compr)
287 if(compr == TIFF_G4){
297 if(compr==TIFF_CCITT_RLE || get_bits1(&gb))
269 ff_ccitt_unpack(AVCodecContext *avctx, const uint8_t *src, int srcsize, uint8_t *dst, int height, int stride, enum TiffCompr compr) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/
H A Dexample.c37 void test_compress OF((Byte *compr, uLong comprLen,
41 void test_deflate OF((Byte *compr, uLong comprLen));
42 void test_inflate OF((Byte *compr, uLong comprLen,
44 void test_large_deflate OF((Byte *compr, uLong comprLen,
46 void test_large_inflate OF((Byte *compr, uLong comprLen,
48 void test_flush OF((Byte *compr, uLong *comprLen));
49 void test_sync OF((Byte *compr, uLong comprLen,
51 void test_dict_deflate OF((Byte *compr, uLong comprLen));
52 void test_dict_inflate OF((Byte *compr, uLong comprLen,
59 void test_compress(compr, comprLe
518 Byte *compr, *uncompr; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/
H A Dexample.c37 void test_compress OF((Byte *compr, uLong comprLen,
41 void test_deflate OF((Byte *compr, uLong comprLen));
42 void test_inflate OF((Byte *compr, uLong comprLen,
44 void test_large_deflate OF((Byte *compr, uLong comprLen,
46 void test_large_inflate OF((Byte *compr, uLong comprLen,
48 void test_flush OF((Byte *compr, uLong *comprLen));
49 void test_sync OF((Byte *compr, uLong comprLen,
51 void test_dict_deflate OF((Byte *compr, uLong comprLen));
52 void test_dict_inflate OF((Byte *compr, uLong comprLen,
59 void test_compress(compr, comprLe
518 Byte *compr, *uncompr; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/pascal/
H A Dexample.pas56 procedure test_compress(compr: Pointer; comprLen: LongInt;
63 err := compress(compr, comprLen, hello, len);
68 err := uncompress(uncompr, uncomprLen, compr, comprLen);
184 procedure test_deflate(compr: Pointer; comprLen: LongInt);
199 c_stream.next_out := compr;
229 procedure test_inflate(compr: Pointer; comprLen : LongInt;
240 d_stream.next_in := compr;
272 procedure test_large_deflate(compr: Pointer; comprLen: LongInt;
284 c_stream.next_out := compr;
299 c_stream.next_in := compr;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/pascal/
H A Dexample.pas56 procedure test_compress(compr: Pointer; comprLen: LongInt;
63 err := compress(compr, comprLen, hello, len);
68 err := uncompress(uncompr, uncomprLen, compr, comprLen);
184 procedure test_deflate(compr: Pointer; comprLen: LongInt);
199 c_stream.next_out := compr;
229 procedure test_inflate(compr: Pointer; comprLen : LongInt;
240 d_stream.next_in := compr;
272 procedure test_large_deflate(compr: Pointer; comprLen: LongInt;
284 c_stream.next_out := compr;
299 c_stream.next_in := compr;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jffs2/
H A Dread.c19 #include "compr.h"
62 if (ri->compr == JFFS2_COMPR_ZERO && !je32_to_cpu(ri->dsize) &&
76 if (ri->compr == JFFS2_COMPR_ZERO) {
87 if (ri->compr == JFFS2_COMPR_NONE && len == je32_to_cpu(ri->dsize)) {
96 if (ri->compr != JFFS2_COMPR_NONE) {
128 if (ri->compr != JFFS2_COMPR_NONE) {
131 ret = jffs2_decompress(c, f, ri->compr | (ri->usercompr << 8), readbuf, decomprbuf, je32_to_cpu(ri->csize), je32_to_cpu(ri->dsize));
H A DMakefile8 jffs2-y := compr.o dir.o file.o ioctl.o nodelist.o malloc.o
H A Dcompr.h45 char compr; /* JFFS2_COMPR_XXX */ member in struct:jffs2_compressor
52 unsigned char *compr_buf; /* used by size compr. mode */
53 uint32_t compr_buf_size; /* used by size compr. mode */
H A Dcompr_rtime.c28 #include "compr.h"
113 .compr = JFFS2_COMPR_RTIME,
H A Dcompr.c14 #include "compr.h"
81 ret = this->compr;
144 ret = best->compr;
188 if (comprtype == this->compr) {
H A Dcompr_zlib.c21 #include "compr.h"
190 .compr = JFFS2_COMPR_ZLIB,
H A Dcompr_rubin.c16 #include "compr.h"
400 .compr = JFFS2_COMPR_DYNRUBIN,
423 .compr = JFFS2_COMPR_RUBINMIPS,
H A Dfile.c164 ri.compr = JFFS2_COMPR_ZERO;
H A Dgc.c20 #include "compr.h"
744 ri.compr = JFFS2_COMPR_NONE;
965 if (ri.compr != JFFS2_COMPR_ZERO) {
983 ri.compr = JFFS2_COMPR_ZERO;
1262 ri.compr = comprtype & 0xff;
H A Ddir.c349 ri->compr = JFFS2_COMPR_NONE;
671 ri->compr = JFFS2_COMPR_NONE;
H A Dfs.c118 ri->compr = JFFS2_COMPR_NONE;
121 ri->compr = JFFS2_COMPR_ZERO;
H A Ddebug.c648 printk(JFFS2_DBG "compr:\t%#02x\n", node.i.compr);
H A Dwrite.c19 #include "compr.h"
349 ri->compr = comprtype & 0xff;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Djffs2.h158 uint8_t compr; /* Compression algorithm used */ member in struct:jffs2_raw_inode

Completed in 194 milliseconds

12