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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/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;

Completed in 107 milliseconds