arith_entropy_decoder::c is only used within LibJPEG.
 
Symbols
loading...
Files
loading...

arith_entropy_decoder::c field

Syntax

INT32 c;

References

LocationReferrerText
jdarith.c:26
INT32 c; /* C register, base of coding interval + input bit buffer */
jdarith.c:138arith_decode()
e->c = (e->c << 8) | data; /* insert data into C register */
jdarith.c:160arith_decode()
if (e->c >= temp) {
jdarith.c:161arith_decode()
e->c -= temp;
jdarith.c:216process_restart()
entropy->c = 0;
jdarith.c:731start_pass()
entropy->c = 0;

Data Use

Functions writing arith_entropy_decoder::c
Functions reading arith_entropy_decoder::c
arith_entropy_decoder::c
all items filtered out
Type of arith_entropy_decoder::c
arith_entropy_decoder::c
INT32
all items filtered out