Lines Matching refs:emit_byte
116 emit_byte (int val, j_compress_ptr cinfo) in emit_byte() function
152 do emit_byte(0x00, cinfo); in finish_pass()
154 emit_byte(e->buffer + 1, cinfo); in finish_pass()
156 emit_byte(0x00, cinfo); in finish_pass()
165 do emit_byte(0x00, cinfo); in finish_pass()
167 emit_byte(e->buffer, cinfo); in finish_pass()
171 do emit_byte(0x00, cinfo); in finish_pass()
174 emit_byte(0xFF, cinfo); in finish_pass()
175 emit_byte(0x00, cinfo); in finish_pass()
182 do emit_byte(0x00, cinfo); in finish_pass()
184 emit_byte((e->c >> 19) & 0xFF, cinfo); in finish_pass()
186 emit_byte(0x00, cinfo); in finish_pass()
188 emit_byte((e->c >> 11) & 0xFF, cinfo); in finish_pass()
190 emit_byte(0x00, cinfo); in finish_pass()
272 do emit_byte(0x00, cinfo); in arith_encode()
274 emit_byte(e->buffer + 1, cinfo); in arith_encode()
276 emit_byte(0x00, cinfo); in arith_encode()
292 do emit_byte(0x00, cinfo); in arith_encode()
294 emit_byte(e->buffer, cinfo); in arith_encode()
298 do emit_byte(0x00, cinfo); in arith_encode()
301 emit_byte(0xFF, cinfo); in arith_encode()
302 emit_byte(0x00, cinfo); in arith_encode()
327 emit_byte(0xFF, cinfo); in emit_restart()
328 emit_byte(JPEG_RST0 + restart_num, cinfo); in emit_restart()