Lines Matching refs:emit_2bytes
131 emit_2bytes (j_compress_ptr cinfo, int value) in emit_2bytes() function
164 emit_2bytes(cinfo, prec ? DCTSIZE2*2 + 1 + 2 : DCTSIZE2 + 1 + 2); in emit_dqt()
207 emit_2bytes(cinfo, length + 2 + 1 + 16); in emit_dht()
248 emit_2bytes(cinfo, length*2 + 2); in emit_dac()
270 emit_2bytes(cinfo, 4); /* fixed length */ in emit_dri()
272 emit_2bytes(cinfo, (int) cinfo->restart_interval); in emit_dri()
285 emit_2bytes(cinfo, 3 * cinfo->num_components + 2 + 5 + 1); /* length */ in emit_sof()
293 emit_2bytes(cinfo, (int) cinfo->image_height); in emit_sof()
294 emit_2bytes(cinfo, (int) cinfo->image_width); in emit_sof()
316 emit_2bytes(cinfo, 2 * cinfo->comps_in_scan + 2 + 1 + 3); /* length */ in emit_sos()
366 emit_2bytes(cinfo, 2 + 4 + 1 + 2 + 1 + 2 + 2 + 1 + 1); /* length */ in emit_jfif_app0()
376 emit_2bytes(cinfo, (int) cinfo->X_density); in emit_jfif_app0()
377 emit_2bytes(cinfo, (int) cinfo->Y_density); in emit_jfif_app0()
405 emit_2bytes(cinfo, 2 + 5 + 2 + 2 + 2 + 1); /* length */ in emit_adobe_app14()
412 emit_2bytes(cinfo, 100); /* Version */ in emit_adobe_app14()
413 emit_2bytes(cinfo, 0); /* Flags0 */ in emit_adobe_app14()
414 emit_2bytes(cinfo, 0); /* Flags1 */ in emit_adobe_app14()
446 emit_2bytes(cinfo, (int) (datalen + 2)); /* total length */ in write_marker_header()