Searched refs:emit_2bytes (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djcmarker.c135 emit_2bytes (j_compress_ptr cinfo, int value) function
168 emit_2bytes(cinfo, prec ? DCTSIZE2*2 + 1 + 2 : DCTSIZE2 + 1 + 2);
211 emit_2bytes(cinfo, length + 2 + 1 + 16);
252 emit_2bytes(cinfo, length*2 + 2);
274 emit_2bytes(cinfo, 4); /* fixed length */
276 emit_2bytes(cinfo, (int) cinfo->restart_interval);
289 emit_2bytes(cinfo, 3 * cinfo->num_components + 2 + 5 + 1); /* length */
297 emit_2bytes(cinfo, (int) cinfo->image_height);
298 emit_2bytes(cinfo, (int) cinfo->image_width);
320 emit_2bytes(cinf
[all...]

Completed in 1102 milliseconds