Home
last modified time | relevance | path

Searched refs:outstanding_count (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Drangecoder.h38 int outstanding_count; member
70 for (; c->outstanding_count; c->outstanding_count--) in renorm_encoder()
75 for (; c->outstanding_count; c->outstanding_count--) in renorm_encoder()
79 c->outstanding_count++; in renorm_encoder()
89 int x = c->bytestream - c->bytestream_start + c->outstanding_count; in get_rac_count()
Drangecoder.c49 c->outstanding_count = 0; in ff_init_range_encoder()
/third_party/ffmpeg/libavcodec/tests/
Dcabac.c31 int outstanding_count; member
38 for(;c->outstanding_count; c->outstanding_count--){ in put_cabac_bit()
50 c->outstanding_count++; in renorm_cabac_encoder()
92 c->outstanding_count++; in put_cabac_bypass()
135 c->outstanding_count = 0; in init_cabac_encoder()