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

  /external/chromium_org/third_party/libjpeg_turbo/
jcmarker.c 135 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);
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 *
    [all...]
  /external/jpeg/
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/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcmarker.c 132 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(cinfo, 2 * cinfo->comps_in_scan + 2 + 1 + 3); /* length */
    [all...]
  /external/qemu/distrib/jpeg-6b/
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/main/VEX/priv/
host_s390_defs.c 1212 emit_2bytes(UChar *p, ULong val) function
    [all...]

Completed in 136 milliseconds