jpeg_compress_struct::entropy is only used within LibJPEG.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesLibJPEGjpeg_compress_struct::entropy

jpeg_compress_struct::entropy field

Syntax

struct jpeg_entropy_encoder * entropy;

References

LocationReferrerText
jpeglib.h:434
struct jpeg_entropy_encoder * entropy;
jcarith.c:135finish_pass()
jcarith.c:221arith_encode()
register arith_entropy_ptr e = (arith_entropy_ptr) cinfo->entropy;
jcarith.c:321emit_restart()
jcarith.c:364encode_mcu_DC_first()
jcarith.c:455encode_mcu_AC_first()
jcarith.c:557encode_mcu_DC_refine()
jcarith.c:592encode_mcu_AC_refine()
jcarith.c:688encode_mcu()
jcarith.c:836start_pass()
jcarith.c:925jinit_arith_encoder()
cinfo->entropy = (struct jpeg_entropy_encoder *) entropy;
jccoefct.c:208compress_data()
if (! (*cinfo->entropy->encode_mcu) (cinfo, coef->MCU_buffer)) {
jchuff.c:543encode_mcu_DC_first()
jchuff.c:630encode_mcu_AC_first()
jchuff.c:741encode_mcu_DC_refine()
jchuff.c:788encode_mcu_AC_refine()
jchuff.c:1018encode_mcu_huff()
jchuff.c:1075finish_pass_huff()
jchuff.c:1199encode_mcu_gather()
jchuff.c:1399finish_pass_gather()
jchuff.c:1453start_pass_huff()
jchuff.c:1565jinit_huff_encoder()
cinfo->entropy = (struct jpeg_entropy_encoder *) entropy;
jcmaster.c:682prepare_for_pass()
jcmaster.c:720prepare_for_pass()
(*cinfo->entropy->start_pass) (cinfo, FALSE);
jcmaster.c:774finish_pass_master()
(*cinfo->entropy->finish_pass) (cinfo);
jctrans.c:331compress_output()
if (! (*cinfo->entropy->encode_mcu) (cinfo, MCU_buffer)) {