Home | History | Annotate | Download | only in libjpeg_turbo

Lines Matching refs:emit_2bytes

135 emit_2bytes (j_compress_ptr cinfo, int value)
168 emit_2bytes(cinfo, prec ? DCTSIZE2*2 + 1 + 2 : DCTSIZE2 + 1 + 2);
211 emit_2bytes(cinfo, length + 2 + 1 + 16);
257 emit_2bytes(cinfo, length*2 + 2);
280 emit_2bytes(cinfo, 4); /* fixed length */
282 emit_2bytes(cinfo, (int) cinfo->restart_interval);
295 emit_2bytes(cinfo, 3 * cinfo->num_components + 2 + 5 + 1); /* length */
303 emit_2bytes(cinfo, (int) cinfo->_jpeg_height);
304 emit_2bytes(cinfo, (int) cinfo->_jpeg_width);
326 emit_2bytes(cinfo, 2 * cinfo->comps_in_scan + 2 + 1 + 3); /* length */
370 emit_2bytes(cinfo, 2 + 4 + 1 + 2 + 1 + 2 + 2 + 1 + 1); /* length */
380 emit_2bytes(cinfo, (int) cinfo->X_density);
381 emit_2bytes(cinfo, (int) cinfo->Y_density);
409 emit_2bytes(cinfo, 2 + 5 + 2 + 2 + 2 + 1); /* length */
416 emit_2bytes(cinfo, 100); /* Version */
417 emit_2bytes(cinfo, 0); /* Flags0 */
418 emit_2bytes(cinfo, 0); /* Flags1 */
450 emit_2bytes(cinfo, (int) (datalen + 2)); /* total length */