Searched refs:emit_byte (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jcmarker.c | 113 emit_byte(j_compress_ptr cinfo, int val) in emit_byte() function 130 emit_byte(cinfo, 0xFF); in emit_marker() 131 emit_byte(cinfo, (int)mark); in emit_marker() 139 emit_byte(cinfo, (value >> 8) & 0xFF); in emit_2bytes() 140 emit_byte(cinfo, value & 0xFF); in emit_2bytes() 171 emit_byte(cinfo, index + (prec << 4)); in emit_dqt() 177 emit_byte(cinfo, (int)(qval >> 8)); in emit_dqt() 178 emit_byte(cinfo, (int)(qval & 0xFF)); in emit_dqt() 213 emit_byte(cinfo, index); in emit_dht() 216 emit_byte(cinf in emit_dht() [all...] |
H A D | jcarith.c | 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( in finish_pass() [all...] |
H A D | jcphuff.c | 305 #define emit_byte(entropy, val) { \ macro 360 emit_byte(entropy, c); in emit_bits() 362 emit_byte(entropy, 0); in emit_bits() 459 emit_byte(entropy, 0xFF); in emit_restart() 460 emit_byte(entropy, JPEG_RST0 + restart_num); in emit_restart()
|
H A D | jchuff.c | 340 #define emit_byte(state, val, action) { \ macro 667 emit_byte(state, 0xFF, return FALSE); in LOCAL() 668 emit_byte(state, JPEG_RST0 + restart_num, return FALSE); in LOCAL()
|
/third_party/mesa3d/src/util/ |
H A D | xxd.py | 49 def emit_byte(f, b): function 76 emit_byte(outfile, byte)
|
Completed in 5 milliseconds