Lines Matching refs:emit_byte
122 emit_byte(int val, j_compress_ptr cinfo)
158 do emit_byte(0x00, cinfo);
160 emit_byte(e->buffer + 1, cinfo);
162 emit_byte(0x00, cinfo);
171 do emit_byte(0x00, cinfo);
173 emit_byte(e->buffer, cinfo);
177 do emit_byte(0x00, cinfo);
180 emit_byte(0xFF, cinfo);
181 emit_byte(0x00, cinfo);
188 do emit_byte(0x00, cinfo);
190 emit_byte((e->c >> 19) & 0xFF, cinfo);
192 emit_byte(0x00, cinfo);
194 emit_byte((e->c >> 11) & 0xFF, cinfo);
196 emit_byte(0x00, cinfo);
278 do emit_byte(0x00, cinfo);
280 emit_byte(e->buffer + 1, cinfo);
282 emit_byte(0x00, cinfo);
298 do emit_byte(0x00, cinfo);
300 emit_byte(e->buffer, cinfo);
304 do emit_byte(0x00, cinfo);
307 emit_byte(0xFF, cinfo);
308 emit_byte(0x00, cinfo);
333 emit_byte(0xFF, cinfo);
334 emit_byte(JPEG_RST0 + restart_num, cinfo);