HomeSort by relevance Sort by last modified time
    Searched refs:emit_2bytes (Results 1 - 3 of 3) sorted by null

  /external/libjpeg-turbo/
jcmarker.c 136 emit_2bytes (j_compress_ptr cinfo, int value) function
169 emit_2bytes(cinfo, prec ? DCTSIZE2*2 + 1 + 2 : DCTSIZE2 + 1 + 2);
212 emit_2bytes(cinfo, length + 2 + 1 + 16);
258 emit_2bytes(cinfo, length*2 + 2);
281 emit_2bytes(cinfo, 4); /* fixed length */
283 emit_2bytes(cinfo, (int) cinfo->restart_interval);
296 emit_2bytes(cinfo, 3 * cinfo->num_components + 2 + 5 + 1); /* length */
304 emit_2bytes(cinfo, (int) cinfo->_jpeg_height);
305 emit_2bytes(cinfo, (int) cinfo->_jpeg_width);
327 emit_2bytes(cinfo, 2 * cinfo->comps_in_scan + 2 + 1 + 3); /* length *
    [all...]
  /external/pdfium/third_party/libjpeg/
fpdfapi_jcmarker.c 131 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(cinfo, 2 * cinfo->comps_in_scan + 2 + 1 + 3); /* length *
    [all...]
  /external/valgrind/VEX/priv/
host_s390_defs.c 1218 emit_2bytes(UChar *p, ULong val) function
    [all...]

Completed in 431 milliseconds