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