Searched refs:bytestream (Results 51 - 72 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 Datrac3.d7 libavutil/log.h libavcodec/dsputil.h libavcodec/bytestream.h \
H A Dcook.d8 libavcodec/bytestream.h libavcodec/cookdata.h
H A Deatgq.d7 libavutil/log.h libavcodec/bytestream.h libavcodec/dsputil.h \
H A Dfraps.d7 libavutil/log.h libavcodec/huffman.h libavcodec/bytestream.h \
H A Dgif.d5 libavutil/pixfmt.h libavcodec/bytestream.h libavutil/common.h \
H A Dgifdec.d5 libavutil/pixfmt.h libavcodec/bytestream.h libavutil/common.h \
H A Dmimic.d7 libavutil/log.h libavcodec/bytestream.h libavcodec/dsputil.h
H A Dmjpega_dump_header_bsf.d6 libavutil/pixfmt.h libavcodec/bytestream.h libavutil/common.h \
H A Dpcm.d7 libavutil/log.h libavcodec/bytestream.h
H A Dpcx.d5 libavutil/pixfmt.h libavcodec/bytestream.h libavutil/common.h \
H A Droqvideodec.d5 libavutil/avutil.h libavutil/pixfmt.h libavcodec/bytestream.h \
H A Drangecoder.c38 #include "bytestream.h"
43 c->bytestream= buf;
56 c->low = bytestream_get_be16(&c->bytestream);
109 return c->bytestream - c->bytestream_start;
H A Dmpeg12.d11 libavcodec/bytestream.h libavcodec/vdpau_internal.h \
H A Dmpeg12enc.d10 libavcodec/rl.h libavcodec/mpeg12.h libavcodec/bytestream.h
H A Dcabac.h49 const uint8_t *bytestream; member in struct:CABACContext
265 c->low+= (c->bytestream[0]<<9) + (c->bytestream[1]<<1);
267 c->low+= c->bytestream[0]<<1;
270 c->bytestream+= CABAC_BITS/8;
283 x+= (c->bytestream[0]<<9) + (c->bytestream[1]<<1);
285 x+= c->bytestream[0]<<1;
289 c->bytestream+= CABAC_BITS/8;
696 return c->bytestream
[all...]
H A D4xm.c31 #include "bytestream.h"
135 const uint8_t *bytestream; member in struct:FourXContext
311 src += f->mv[ *f->bytestream++ ];
328 src += f->mv[ *f->bytestream++ ];
383 f->bytestream= buf + extra + bitstream_size + wordstream_size;
397 || (((const char*)f->bytestream - (const char*)buf + 3)&~3) != extra + bitstream_size + wordstream_size + bytestream_size)
400 -(((const char*)f->bytestream - (const char*)buf + 3)&~3) + (extra + bitstream_size + wordstream_size + bytestream_size),
H A Dffv1.c363 if(c->bytestream_end - c->bytestream < w*20){
975 bytes_read = c->bytestream - c->bytestream_start - 1;
1005 bytes_read= c->bytestream - c->bytestream_start - 1;
H A Dsnow.c1399 if(s->c.bytestream_end - s->c.bytestream < w*40){
1635 uint8_t *bytestream= d->bytestream; local
1638 d->bytestream= bytestream;
1743 uint8_t *pbbak= s->c.bytestream;
1871 base_bits= get_rac_count(&s->c) - 8*(s->c.bytestream - s->c.bytestream_start);
1874 pc.bytestream= p_buffer; //FIXME end/start? and at the other stoo
1885 p_len= pc.bytestream - pc.bytestream_start;
1903 ic.bytestream
[all...]
H A Dh264.c5260 cc.bytestream= h->cabac.bytestream;
5283 h->cabac.bytestream= cc.bytestream;
5383 h->cabac.bytestream= cc.bytestream;
5531 ptr= h->cabac.bytestream;
6662 if( ret < 0 || h->cabac.bytestream > h->cabac.bytestream_end + 2) {
6663 av_log(h->s.avctx, AV_LOG_ERROR, "error while decoding MB %d %d, bytestream (%td)\n", s->mb_x, s->mb_y, h->cabac.bytestream_end - h->cabac.bytestream);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Draw.d8 libavcodec/bitstream.h libavcodec/bytestream.h libavformat/avformat.h \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D02-bitpacking.tex103 Code the 4 bit integer value '12' [b1100] into an empty bytestream.
116 byte n [ ] bytestream length == 1 byte
133 byte n [ ] bytestream length == 1 byte
149 byte n [ ] bytestream length == 2 bytes
166 byte n [ ] bytestream length == 4 bytes
175 Reading from the beginning of the bytestream encoded in the above example:
185 byte 3 [0 0 0 0 0 1 1 0] bytestream length == 4 bytes
213 each bytestream (encoded bitstream) must begin and end on a byte
218 Unused space in the last byte of a bytestream is always zeroed during
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic79xx_core.c9159 u_int start_addr, u_int count, int bytestream)
9180 if (bytestream != 0) {
9158 ahd_read_seeprom(struct ahd_softc *ahd, uint16_t *buf, u_int start_addr, u_int count, int bytestream) argument

Completed in 161 milliseconds

123