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

/external/jpeg/
H A Djcmarker.c131 emit_2bytes (j_compress_ptr cinfo, int value) function
164 emit_2bytes(cinfo, prec ? DCTSIZE2*2 + 1 + 2 : DCTSIZE2 + 1 + 2);
207 emit_2bytes(cinfo, length + 2 + 1 + 16);
248 emit_2bytes(cinfo, length*2 + 2);
270 emit_2bytes(cinfo, 4); /* fixed length */
272 emit_2bytes(cinfo, (int) cinfo->restart_interval);
285 emit_2bytes(cinfo, 3 * cinfo->num_components + 2 + 5 + 1); /* length */
293 emit_2bytes(cinfo, (int) cinfo->image_height);
294 emit_2bytes(cinfo, (int) cinfo->image_width);
316 emit_2bytes(cinf
[all...]
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jcmarker.c132 emit_2bytes (j_compress_ptr cinfo, int value) function
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(cinf
[all...]
/external/valgrind/VEX/priv/
H A Dhost_s390_defs.c1218 emit_2bytes(UChar *p, ULong val) function
1274 return emit_2bytes(p, the_insn);
4554 return emit_2bytes(p, the_insn);

Completed in 133 milliseconds