arith_entropy_encoder::fixed_bin is only used within LibJPEG.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesLibJPEGarith_entropy_encoder::fixed_bin

arith_entropy_encoder::fixed_bin field

Syntax

unsigned char fixed_bin[4];

References

LocationReferrerText
jcarith.c:45
unsigned char fixed_bin[4];
jcarith.c:502encode_mcu_AC_first()
arith_encode(cinfo, entropy->fixed_bin, 0);
jcarith.c:509encode_mcu_AC_first()
arith_encode(cinfo, entropy->fixed_bin, 1);
jcarith.c:572encode_mcu_DC_refine()
st = entropy->fixed_bin; /* use fixed probability estimation */
jcarith.c:652encode_mcu_AC_refine()
arith_encode(cinfo, entropy->fixed_bin, 0);
jcarith.c:663encode_mcu_AC_refine()
arith_encode(cinfo, entropy->fixed_bin, 1);
jcarith.c:788encode_mcu()
arith_encode(cinfo, entropy->fixed_bin, 0);
jcarith.c:791encode_mcu()
arith_encode(cinfo, entropy->fixed_bin, 1);
jcarith.c:936jinit_arith_encoder()
entropy->fixed_bin[0] = 113;

Data Use

Functions reading arith_entropy_encoder::fixed_bin
arith_entropy_encoder::fixed_bin