Home
last modified time | relevance | path

Searched refs:emit_byte (Results 1 – 6 of 6) sorted by relevance

/external/libjpeg-turbo/
Djcmarker.c113 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 …]
Djcarith.c122 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 …]
Djcphuff.c298 #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()
Djchuff.c312 #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/
Djsimd_neon.S3015 .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/
Djsimd_neon.S2454 .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