Home
last modified time | relevance | path

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

/external/pdfium/third_party/libjpeg/
Dfpdfapi_jcmarker.c131 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()
[all …]
/external/libjpeg-turbo/
Djcmarker.c136 emit_2bytes (j_compress_ptr cinfo, int value) in emit_2bytes() function
169 emit_2bytes(cinfo, prec ? DCTSIZE2*2 + 1 + 2 : DCTSIZE2 + 1 + 2); in emit_dqt()
212 emit_2bytes(cinfo, length + 2 + 1 + 16); in emit_dht()
258 emit_2bytes(cinfo, length*2 + 2); in emit_dac()
281 emit_2bytes(cinfo, 4); /* fixed length */ in emit_dri()
283 emit_2bytes(cinfo, (int) cinfo->restart_interval); in emit_dri()
296 emit_2bytes(cinfo, 3 * cinfo->num_components + 2 + 5 + 1); /* length */ in emit_sof()
304 emit_2bytes(cinfo, (int) cinfo->_jpeg_height); in emit_sof()
305 emit_2bytes(cinfo, (int) cinfo->_jpeg_width); in emit_sof()
327 emit_2bytes(cinfo, 2 * cinfo->comps_in_scan + 2 + 1 + 3); /* length */ in emit_sos()
[all …]
/external/valgrind/VEX/priv/
Dhost_s390_defs.c1218 emit_2bytes(UChar *p, ULong val) in emit_2bytes() function
1274 return emit_2bytes(p, the_insn); in emit_RR()
4605 return emit_2bytes(p, the_insn); in emit_E()