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

arith_entropy_decoder::a field

Syntax

INT32 a;

References

LocationReferrerText
jdarith.c:27
INT32 a; /* A register, normalized size of coding interval */
jdarith.c:114arith_decode()
while (e->a < 0x8000L) {
jdarith.c:143arith_decode()
e->a = 0x8000L; /* => e->a = 0x10000L after loop exit */
jdarith.c:145arith_decode()
e->a <<= 1;
jdarith.c:157arith_decode()
temp = e->a - qe;
jdarith.c:158arith_decode()
e->a = temp;
jdarith.c:163arith_decode()
if (e->a < qe) {
jdarith.c:164arith_decode()
e->a = qe;
jdarith.c:167arith_decode()
e->a = qe;
jdarith.c:171arith_decode()
} else if (e->a < 0x8000L) {
jdarith.c:173arith_decode()
if (e->a < qe) {
jdarith.c:217process_restart()
entropy->a = 0;
jdarith.c:732start_pass()
entropy->a = 0;

Data Use

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