Home | History | Annotate | Download | only in libjpeg

Lines Matching refs:emit_2bytes

132 emit_2bytes (j_compress_ptr cinfo, int value)

165 emit_2bytes(cinfo, prec ? DCTSIZE2*2 + 1 + 2 : DCTSIZE2 + 1 + 2);
208 emit_2bytes(cinfo, length + 2 + 1 + 16);
249 emit_2bytes(cinfo, length*2 + 2);
271 emit_2bytes(cinfo, 4); /* fixed length */
273 emit_2bytes(cinfo, (int) cinfo->restart_interval);
286 emit_2bytes(cinfo, 3 * cinfo->num_components + 2 + 5 + 1); /* length */
294 emit_2bytes(cinfo, (int) cinfo->image_height);
295 emit_2bytes(cinfo, (int) cinfo->image_width);
317 emit_2bytes(cinfo, 2 * cinfo->comps_in_scan + 2 + 1 + 3); /* length */
367 emit_2bytes(cinfo, 2 + 4 + 1 + 2 + 1 + 2 + 2 + 1 + 1); /* length */
377 emit_2bytes(cinfo, (int) cinfo->X_density);
378 emit_2bytes(cinfo, (int) cinfo->Y_density);
406 emit_2bytes(cinfo, 2 + 5 + 2 + 2 + 2 + 1); /* length */
413 emit_2bytes(cinfo, 100); /* Version */
414 emit_2bytes(cinfo, 0); /* Flags0 */
415 emit_2bytes(cinfo, 0); /* Flags1 */
447 emit_2bytes(cinfo, (int) (datalen + 2)); /* total length */