Searched refs:bytestream (Results 1 - 25 of 72) sorted by relevance

123

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dvcr1.c51 const uint8_t *bytestream= buf; local
66 a->delta[i]= *(bytestream++);
67 bytestream++;
79 a->offset[i]= *(bytestream++);
81 offset= a->offset[0] - a->delta[ bytestream[2]&0xF ];
83 luma[0]=( offset += a->delta[ bytestream[2]&0xF ]);
84 luma[1]=( offset += a->delta[ bytestream[2]>>4 ]);
85 luma[2]=( offset += a->delta[ bytestream[0]&0xF ]);
86 luma[3]=( offset += a->delta[ bytestream[0]>>4 ]);
89 *(cb++) = bytestream[
[all...]
H A Dgif.c45 #include "bytestream.h"
57 static int gif_image_write_header(uint8_t **bytestream, argument
64 bytestream_put_buffer(bytestream, "GIF", 3);
65 bytestream_put_buffer(bytestream, "89a", 3);
66 bytestream_put_le16(bytestream, width);
67 bytestream_put_le16(bytestream, height);
69 bytestream_put_byte(bytestream, 0xf7); /* flags: global clut, 256 entries */
70 bytestream_put_byte(bytestream, 0x1f); /* background color index */
71 bytestream_put_byte(bytestream, 0); /* aspect ratio */
76 bytestream_put_be24(bytestream,
82 gif_image_write_image(uint8_t **bytestream, int x1, int y1, int width, int height, const uint8_t *buf, int linesize, int pix_fmt) argument
[all...]
H A Dpnmenc.c22 #include "bytestream.h"
46 s->bytestream= buf;
89 if(s->bytestream + n*avctx->height > s->bytestream_end)
93 memcpy(ptr, s->bytestream, n);
97 ptr[j] = (s->bytestream[j] * f + 64) >> 7;
101 v = be2me_16(((uint16_t *)s->bytestream)[j]);
105 s->bytestream += n;
116 if(s->bytestream + n*avctx->height*3/2 > s->bytestream_end)
119 memcpy(ptr, s->bytestream, n);
120 s->bytestream
[all...]
H A Dpnm.h28 uint8_t *bytestream; member in struct:PNMContext
H A Dgifdec.c26 #include "bytestream.h"
50 const uint8_t *bytestream; member in struct:GifState
70 left = bytestream_get_le16(&s->bytestream);
71 top = bytestream_get_le16(&s->bytestream);
72 width = bytestream_get_le16(&s->bytestream);
73 height = bytestream_get_le16(&s->bytestream);
74 flags = bytestream_get_byte(&s->bytestream);
83 bytestream_get_buffer(&s->bytestream, s->local_palette, 3 * (1 << bits_per_pixel));
109 code_size = bytestream_get_byte(&s->bytestream);
110 ff_lzw_decode_init(s->lzw, code_size, s->bytestream,
[all...]
H A Drangecoder.h42 uint8_t *bytestream; member in struct:RangeCoder
57 *c->bytestream++ = c->outstanding_byte;
59 *c->bytestream++ = 0xFF;
62 *c->bytestream++ = c->outstanding_byte + 1;
64 *c->bytestream++ = 0x00;
76 int x= c->bytestream - c->bytestream_start + c->outstanding_count;
104 if(c->bytestream < c->bytestream_end)
105 c->low+= c->bytestream[0];
106 c->bytestream++;
H A Dpnm_parser.c41 pnmctx.bytestream= pc->buffer;
45 pnmctx.bytestream= (uint8_t *) buf; /* casts avoid warnings */
49 if(pnmctx.bytestream < pnmctx.bytestream_end){
69 next= pnmctx.bytestream - pnmctx.bytestream_start
H A Dpngdec.c22 #include "bytestream.h"
37 const uint8_t *bytestream; member in struct:PNGDecContext
357 s->zstream.next_in = s->bytestream;
358 s->bytestream += length;
360 if(s->bytestream > s->bytestream_end)
391 s->bytestream= buf;
395 if (memcmp(s->bytestream, ff_pngsig, 8) != 0 &&
396 memcmp(s->bytestream, ff_mngsig, 8) != 0)
398 s->bytestream+= 8;
411 if (s->bytestream >
[all...]
H A Dsgidec.d5 libavutil/pixfmt.h libavcodec/bytestream.h libavutil/common.h \
H A Dsgienc.d5 libavutil/pixfmt.h libavcodec/bytestream.h libavutil/common.h \
H A Dulti.d5 libavutil/pixfmt.h libavcodec/bytestream.h libavutil/common.h \
H A Dvb.d5 libavutil/pixfmt.h libavcodec/bytestream.h libavutil/common.h \
H A Dbethsoftvideo.d7 libavutil/pixfmt.h libavcodec/bethsoftvideo.h libavcodec/bytestream.h
H A Dbfi.d5 libavutil/avutil.h libavutil/pixfmt.h libavcodec/bytestream.h \
H A Dbmp.d5 libavutil/pixfmt.h libavcodec/bytestream.h libavutil/common.h \
H A Dbmpenc.d5 libavutil/pixfmt.h libavcodec/bytestream.h libavutil/common.h \
H A Dc93.d5 libavutil/pixfmt.h libavcodec/bytestream.h libavutil/common.h \
H A Ddsicinav.d5 libavutil/pixfmt.h libavcodec/bytestream.h libavutil/common.h \
H A Ddvbsub.d5 libavutil/pixfmt.h libavcodec/bytestream.h libavutil/common.h \
H A Ddvdsubenc.d5 libavutil/avutil.h libavutil/pixfmt.h libavcodec/bytestream.h \
H A Dimx_dump_header_bsf.d6 libavutil/pixfmt.h libavcodec/bytestream.h libavutil/common.h \
H A Dindeo3.d6 libavutil/bswap.h libavcodec/bytestream.h libavutil/common.h \
H A Dinterplayvideo.d5 libavutil/avutil.h libavutil/pixfmt.h libavcodec/bytestream.h \
H A Dkmvc.d5 libavutil/pixfmt.h libavcodec/bytestream.h libavutil/common.h \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmsnwc_tcp.c21 #include "libavcodec/bytestream.h"
45 const uint8_t *bytestream = p->buf+i; local
47 if(bytestream_get_le16(&bytestream) != HEADER_SIZE)
49 width = bytestream_get_le16(&bytestream);
50 height = bytestream_get_le16(&bytestream);
53 bytestream += 2; // keyframe
54 bytestream += 4; // size
55 fourcc = bytestream_get_le32(&bytestream);

Completed in 187 milliseconds

123