emit_2bytes() is only used within LibJPEG.
 
Symbols
loading...
Files
loading...

emit_2bytes() function

Syntax

LOCAL(void) emit_2bytes (j_compress_ptr cinfo,     int value);

Arguments

cinfo

value

References

LocationReferrerText
jcmarker.c:132
emit_2bytes (j_compress_ptr cinfo, int value)
jcmarker.c:165emit_dqt()
emit_2bytes(cinfo,
jcmarker.c:209emit_dht()
emit_2bytes(cinfo, length + 2 + 1 + 16);
jcmarker.c:255emit_dac()
emit_2bytes(cinfo, length*2 + 2);
jcmarker.c:278emit_dri()
emit_2bytes(cinfo, 4); /* fixed length */
jcmarker.c:280emit_dri()
emit_2bytes(cinfo, (int) cinfo->restart_interval);
jcmarker.c:293emit_sof()
emit_2bytes(cinfo, 3 * cinfo->num_components + 2 + 5 + 1); /* length */
jcmarker.c:301emit_sof()
emit_2bytes(cinfo, (int) cinfo->jpeg_height);
jcmarker.c:302emit_sof()
emit_2bytes(cinfo, (int) cinfo->jpeg_width);
jcmarker.c:324emit_sos()
emit_2bytes(cinfo, 2 * cinfo->comps_in_scan + 2 + 1 + 3); /* length */
jcmarker.c:356emit_pseudo_sos()
emit_2bytes(cinfo, 2 + 1 + 3); /* length */
jcmarker.c:384emit_jfif_app0()
emit_2bytes(cinfo, 2 + 4 + 1 + 2 + 1 + 2 + 2 + 1 + 1); /* length */
jcmarker.c:394emit_jfif_app0()
emit_2bytes(cinfo, (int) cinfo->X_density);
jcmarker.c:395emit_jfif_app0()
emit_2bytes(cinfo, (int) cinfo->Y_density);
jcmarker.c:423emit_adobe_app14()
emit_2bytes(cinfo, 2 + 5 + 2 + 2 + 2 + 1); /* length */
jcmarker.c:430emit_adobe_app14()
emit_2bytes(cinfo, 100); /* Version */
jcmarker.c:431emit_adobe_app14()
emit_2bytes(cinfo, 0); /* Flags0 */
jcmarker.c:432emit_adobe_app14()
emit_2bytes(cinfo, 0); /* Flags1 */
jcmarker.c:464write_marker_header()
emit_2bytes(cinfo, (int) (datalen + 2)); /* total length */

Call Tree

Functions calling emit_2bytes()
Functions called by emit_2bytes()
emit_2bytes()
all items filtered out
Data read by emit_2bytes()
emit_2bytes()