Lines Matching defs:emit_byte

109 emit_byte (j_compress_ptr cinfo, int val)

126 emit_byte(cinfo, 0xFF);
127 emit_byte(cinfo, (int) mark);
135 emit_byte(cinfo, (value >> 8) & 0xFF);
136 emit_byte(cinfo, value & 0xFF);
167 emit_byte(cinfo, index + (prec<<4));
173 emit_byte(cinfo, (int) (qval >> 8));
174 emit_byte(cinfo, (int) (qval & 0xFF));
209 emit_byte(cinfo, index);
212 emit_byte(cinfo, htbl->bits[i]);
215 emit_byte(cinfo, htbl->huffval[i]);
253 emit_byte(cinfo, i);
254 emit_byte(cinfo, cinfo->arith_dc_L[i] + (cinfo->arith_dc_U[i]<<4));
257 emit_byte(cinfo, i + 0x10);
258 emit_byte(cinfo, cinfo->arith_ac_K[i]);
293 emit_byte(cinfo, cinfo->data_precision);
297 emit_byte(cinfo, cinfo->num_components);
301 emit_byte(cinfo, compptr->component_id);
302 emit_byte(cinfo, (compptr->h_samp_factor << 4) + compptr->v_samp_factor);
303 emit_byte(cinfo, compptr->quant_tbl_no);
319 emit_byte(cinfo, cinfo->comps_in_scan);
323 emit_byte(cinfo, compptr->component_id);
340 emit_byte(cinfo, (td << 4) + ta);
343 emit_byte(cinfo, cinfo->Ss);
344 emit_byte(cinfo, cinfo->Se);
345 emit_byte(cinfo, (cinfo->Ah << 4) + cinfo->Al);
369 emit_byte(cinfo, 0x4A); /* Identifier: ASCII "JFIF" */
370 emit_byte(cinfo, 0x46);
371 emit_byte(cinfo, 0x49);
372 emit_byte(cinfo, 0x46);
373 emit_byte(cinfo, 0);
374 emit_byte(cinfo, cinfo->JFIF_major_version); /* Version fields */
375 emit_byte(cinfo, cinfo->JFIF_minor_version);
376 emit_byte(cinfo, cinfo->density_unit); /* Pixel size information */
379 emit_byte(cinfo, 0); /* No thumbnail image */
380 emit_byte(cinfo, 0);
408 emit_byte(cinfo, 0x41); /* Identifier: ASCII "Adobe" */
409 emit_byte(cinfo, 0x64);
410 emit_byte(cinfo, 0x6F);
411 emit_byte(cinfo, 0x62);
412 emit_byte(cinfo, 0x65);
418 emit_byte(cinfo, 1); /* Color transform = 1 */
421 emit_byte(cinfo, 2); /* Color transform = 2 */
424 emit_byte(cinfo, 0); /* Color transform = 0 */
454 emit_byte(cinfo, val);