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