Lines Matching defs:emit_byte

112 emit_byte (j_compress_ptr cinfo, int val)
129 emit_byte(cinfo, 0xFF);
130 emit_byte(cinfo, (int) mark);
138 emit_byte(cinfo, (value >> 8) & 0xFF);
139 emit_byte(cinfo, value & 0xFF);
170 emit_byte(cinfo, index + (prec<<4));
176 emit_byte(cinfo, (int) (qval >> 8));
177 emit_byte(cinfo, (int) (qval & 0xFF));
212 emit_byte(cinfo, index);
215 emit_byte(cinfo, htbl->bits[i]);
218 emit_byte(cinfo, htbl->huffval[i]);
261 emit_byte(cinfo, i);
262 emit_byte(cinfo, cinfo->arith_dc_L[i] + (cinfo->arith_dc_U[i]<<4));
265 emit_byte(cinfo, i + 0x10);
266 emit_byte(cinfo, cinfo->arith_ac_K[i]);
302 emit_byte(cinfo, cinfo->data_precision);
306 emit_byte(cinfo, cinfo->num_components);
310 emit_byte(cinfo, compptr->component_id);
311 emit_byte(cinfo, (compptr->h_samp_factor << 4) + compptr->v_samp_factor);
312 emit_byte(cinfo, compptr->quant_tbl_no);
328 emit_byte(cinfo, cinfo->comps_in_scan);
332 emit_byte(cinfo, compptr->component_id);
343 emit_byte(cinfo, (td << 4) + ta);
346 emit_byte(cinfo, cinfo->Ss);
347 emit_byte(cinfo, cinfo->Se);
348 emit_byte(cinfo, (cinfo->Ah << 4) + cinfo->Al);
372 emit_byte(cinfo, 0x4A); /* Identifier: ASCII "JFIF" */
373 emit_byte(cinfo, 0x46);
374 emit_byte(cinfo, 0x49);
375 emit_byte(cinfo, 0x46);
376 emit_byte(cinfo, 0);
377 emit_byte(cinfo, cinfo->JFIF_major_version); /* Version fields */
378 emit_byte(cinfo, cinfo->JFIF_minor_version);
379 emit_byte(cinfo, cinfo->density_unit); /* Pixel size information */
382 emit_byte(cinfo, 0); /* No thumbnail image */
383 emit_byte(cinfo, 0);
411 emit_byte(cinfo, 0x41); /* Identifier: ASCII "Adobe" */
412 emit_byte(cinfo, 0x64);
413 emit_byte(cinfo, 0x6F);
414 emit_byte(cinfo, 0x62);
415 emit_byte(cinfo, 0x65);
421 emit_byte(cinfo, 1); /* Color transform = 1 */
424 emit_byte(cinfo, 2); /* Color transform = 2 */
427 emit_byte(cinfo, 0); /* Color transform = 0 */
457 emit_byte(cinfo, val);