arith_entropy_decoder::fixed_bin is only used within LibJPEG.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesLibJPEGarith_entropy_decoder::fixed_bin

arith_entropy_decoder::fixed_bin field

Syntax

unsigned char fixed_bin[4];

References

LocationReferrerText
jdarith.c:42
unsigned char fixed_bin[4];
jdarith.c:361decode_mcu_AC_first()
sign = arith_decode(cinfo, entropy->fixed_bin);
jdarith.c:411decode_mcu_DC_refine()
st = entropy->fixed_bin; /* use fixed probability estimation */
jdarith.c:479decode_mcu_AC_refine()
if (arith_decode(cinfo, entropy->fixed_bin))
jdarith.c:598decode_mcu()
sign = arith_decode(cinfo, entropy->fixed_bin);
jdarith.c:763jinit_arith_decoder()
entropy->fixed_bin[0] = 113;

Data Use

Functions reading arith_entropy_decoder::fixed_bin
arith_entropy_decoder::fixed_bin