Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching refs:emit_byte

118 emit_byte (int val, j_compress_ptr cinfo)
154 do emit_byte(0x00, cinfo);
156 emit_byte(e->buffer + 1, cinfo);
158 emit_byte(0x00, cinfo);
167 do emit_byte(0x00, cinfo);
169 emit_byte(e->buffer, cinfo);
173 do emit_byte(0x00, cinfo);
176 emit_byte(0xFF, cinfo);
177 emit_byte(0x00, cinfo);
184 do emit_byte(0x00, cinfo);
186 emit_byte((e->c >> 19) & 0xFF, cinfo);
188 emit_byte(0x00, cinfo);
190 emit_byte((e->c >> 11) & 0xFF, cinfo);
192 emit_byte(0x00, cinfo);
274 do emit_byte(0x00, cinfo);
276 emit_byte(e->buffer + 1, cinfo);
278 emit_byte(0x00, cinfo);
294 do emit_byte(0x00, cinfo);
296 emit_byte(e->buffer, cinfo);
300 do emit_byte(0x00, cinfo);
303 emit_byte(0xFF, cinfo);
304 emit_byte(0x00, cinfo);
329 emit_byte(0xFF, cinfo);
330 emit_byte(JPEG_RST0 + restart_num, cinfo);