Searched refs:emit_2bytes (Results 1 – 1 of 1) sorted by relevance
/external/jpeg/ |
D | jcmarker.c | 131 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 …]
|