Searched refs:outstanding_byte (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Drangecoder.h38 int outstanding_byte; member in struct:RangeCoder
54 if(c->outstanding_byte < 0){
55 c->outstanding_byte= c->low>>8;
57 *c->bytestream++ = c->outstanding_byte;
60 c->outstanding_byte= c->low>>8;
62 *c->bytestream++ = c->outstanding_byte + 1;
65 c->outstanding_byte= (c->low>>8) & 0xFF;
77 if(c->outstanding_byte >= 0)
H A Drangecoder.c49 c->outstanding_byte= -1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Drangecoder.h39 int outstanding_byte; member in struct:RangeCoder
56 if (c->outstanding_byte < 0) {
57 c->outstanding_byte = c->low >> 8;
59 *c->bytestream++ = c->outstanding_byte;
62 c->outstanding_byte = c->low >> 8;
64 *c->bytestream++ = c->outstanding_byte + 1;
67 c->outstanding_byte = (c->low >> 8) & 0xFF;
80 if (c->outstanding_byte >= 0)
H A Drangecoder.c50 c->outstanding_byte = -1;

Completed in 29 milliseconds