Searched refs:outstanding_count (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dcabac.h40 int outstanding_count; member in struct:CABACContext
H A Drangecoder.h37 int outstanding_count; member in struct:RangeCoder
58 for(;c->outstanding_count; c->outstanding_count--)
63 for(;c->outstanding_count; c->outstanding_count--)
67 c->outstanding_count++;
76 int x= c->bytestream - c->bytestream_start + c->outstanding_count;
H A Dcabac.c111 c->outstanding_count= 0;
167 for(;c->outstanding_count; c->outstanding_count--){
178 c->outstanding_count++;
217 c->outstanding_count++;
H A Drangecoder.c48 c->outstanding_count= 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dcabac.h46 int outstanding_count; member in struct:CABACContext
H A Drangecoder.h38 int outstanding_count; member in struct:RangeCoder
60 for (; c->outstanding_count; c->outstanding_count--)
65 for (; c->outstanding_count; c->outstanding_count--)
69 c->outstanding_count++;
79 int x = c->bytestream - c->bytestream_start + c->outstanding_count;
H A Dcabac.c115 c->outstanding_count= 0;
177 for(;c->outstanding_count; c->outstanding_count--){
188 c->outstanding_count++;
228 c->outstanding_count++;
H A Drangecoder.c49 c->outstanding_count = 0;

Completed in 174 milliseconds