Lines Matching defs:emit_byte

108 emit_byte (j_compress_ptr cinfo, int val)
125 emit_byte(cinfo, 0xFF);
126 emit_byte(cinfo, (int) mark);
134 emit_byte(cinfo, (value >> 8) & 0xFF);
135 emit_byte(cinfo, value & 0xFF);
166 emit_byte(cinfo, index + (prec<<4));
172 emit_byte(cinfo, (int) (qval >> 8));
173 emit_byte(cinfo, (int) (qval & 0xFF));
208 emit_byte(cinfo, index);
211 emit_byte(cinfo, htbl->bits[i]);
214 emit_byte(cinfo, htbl->huffval[i]);
252 emit_byte(cinfo, i);
253 emit_byte(cinfo, cinfo->arith_dc_L[i] + (cinfo->arith_dc_U[i]<<4));
256 emit_byte(cinfo, i + 0x10);
257 emit_byte(cinfo, cinfo->arith_ac_K[i]);
292 emit_byte(cinfo, cinfo->data_precision);
296 emit_byte(cinfo, cinfo->num_components);
300 emit_byte(cinfo, compptr->component_id);
301 emit_byte(cinfo, (compptr->h_samp_factor << 4) + compptr->v_samp_factor);
302 emit_byte(cinfo, compptr->quant_tbl_no);
318 emit_byte(cinfo, cinfo->comps_in_scan);
322 emit_byte(cinfo, compptr->component_id);
339 emit_byte(cinfo, (td << 4) + ta);
342 emit_byte(cinfo, cinfo->Ss);
343 emit_byte(cinfo, cinfo->Se);
344 emit_byte(cinfo, (cinfo->Ah << 4) + cinfo->Al);
368 emit_byte(cinfo, 0x4A); /* Identifier: ASCII "JFIF" */
369 emit_byte(cinfo, 0x46);
370 emit_byte(cinfo, 0x49);
371 emit_byte(cinfo, 0x46);
372 emit_byte(cinfo, 0);
373 emit_byte(cinfo, cinfo->JFIF_major_version); /* Version fields */
374 emit_byte(cinfo, cinfo->JFIF_minor_version);
375 emit_byte(cinfo, cinfo->density_unit); /* Pixel size information */
378 emit_byte(cinfo, 0); /* No thumbnail image */
379 emit_byte(cinfo, 0);
407 emit_byte(cinfo, 0x41); /* Identifier: ASCII "Adobe" */
408 emit_byte(cinfo, 0x64);
409 emit_byte(cinfo, 0x6F);
410 emit_byte(cinfo, 0x62);
411 emit_byte(cinfo, 0x65);
417 emit_byte(cinfo, 1); /* Color transform = 1 */
420 emit_byte(cinfo, 2); /* Color transform = 2 */
423 emit_byte(cinfo, 0); /* Color transform = 0 */
453 emit_byte(cinfo, val);