Searched refs:emit_byte (Results 1 – 6 of 6) sorted by relevance
/external/libjpeg-turbo/ |
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(cinfo, htbl->bits[i]); in emit_dht() [all …]
|
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(0x00, cinfo); in finish_pass() [all …]
|
D | jcphuff.c | 298 #define emit_byte(entropy, val) { \ macro 353 emit_byte(entropy, c); in emit_bits() 355 emit_byte(entropy, 0); in emit_bits() 452 emit_byte(entropy, 0xFF); in emit_restart() 453 emit_byte(entropy, JPEG_RST0 + restart_num); in emit_restart()
|
D | jchuff.c | 312 #define emit_byte(state, val, action) { \ macro 625 emit_byte(state, 0xFF, return FALSE); in emit_restart() 626 emit_byte(state, JPEG_RST0 + restart_num, return FALSE); in emit_restart()
|
/external/libjpeg-turbo/simd/arm64/ |
D | jsimd_neon.S | 3015 .macro emit_byte macro 3033 emit_byte 3034 emit_byte 3035 emit_byte 3036 emit_byte 3042 emit_byte 3043 emit_byte 3044 emit_byte 3045 emit_byte 3046 emit_byte [all …]
|
/external/libjpeg-turbo/simd/arm/ |
D | jsimd_neon.S | 2454 .macro emit_byte BUFFER, PUT_BUFFER, PUT_BITS, ZERO, TMP macro 2475 emit_byte \BUFFER, \PUT_BUFFER, \PUT_BITS, \ZERO, \TMP 2476 emit_byte \BUFFER, \PUT_BUFFER, \PUT_BITS, \ZERO, \TMP 2801 emit_byte r10, r11, r4, r3, r12 2802 emit_byte r10, r11, r4, r3, r12 2841 emit_byte r10, r11, r4, r3, r12 2842 emit_byte r10, r11, r4, r3, r12 2876 .purgem emit_byte
|