/external/opencv3/3rdparty/libjpeg/ |
D | jcmarker.c | 110 emit_byte (j_compress_ptr cinfo, int val) in emit_byte() function 127 emit_byte(cinfo, 0xFF); in emit_marker() 128 emit_byte(cinfo, (int) mark); in emit_marker() 136 emit_byte(cinfo, (value >> 8) & 0xFF); in emit_2bytes() 137 emit_byte(cinfo, value & 0xFF); in emit_2bytes() 169 emit_byte(cinfo, index + (prec<<4)); in emit_dqt() 175 emit_byte(cinfo, (int) (qval >> 8)); in emit_dqt() 176 emit_byte(cinfo, (int) (qval & 0xFF)); in emit_dqt() 211 emit_byte(cinfo, index); in emit_dht() 214 emit_byte(cinfo, htbl->bits[i]); in emit_dht() [all …]
|
D | jcarith.c | 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() [all …]
|
/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_jcmarker.c | 108 emit_byte (j_compress_ptr cinfo, int val) in emit_byte() function 125 emit_byte(cinfo, 0xFF); in emit_marker() 126 emit_byte(cinfo, (int) mark); in emit_marker() 134 emit_byte(cinfo, (value >> 8) & 0xFF); in emit_2bytes() 135 emit_byte(cinfo, value & 0xFF); in emit_2bytes() 166 emit_byte(cinfo, index + (prec<<4)); in emit_dqt() 172 emit_byte(cinfo, (int) (qval >> 8)); in emit_dqt() 173 emit_byte(cinfo, (int) (qval & 0xFF)); in emit_dqt() 208 emit_byte(cinfo, index); in emit_dht() 211 emit_byte(cinfo, htbl->bits[i]); in emit_dht() [all …]
|
D | fpdfapi_jcphuff.c | 198 #define emit_byte(entropy,val) \ macro 253 emit_byte(entropy, c); in LOCAL() 255 emit_byte(entropy, 0); in LOCAL() 355 emit_byte(entropy, 0xFF); in emit_restart() 356 emit_byte(entropy, JPEG_RST0 + restart_num); in emit_restart()
|
D | fpdfapi_jchuff.c | 273 #define emit_byte(state,val,action) \ macro 327 emit_byte(state, c, return FALSE); in LOCAL() 329 emit_byte(state, 0, return FALSE); in LOCAL() 461 emit_byte(state, 0xFF, return FALSE); in emit_restart() 462 emit_byte(state, JPEG_RST0 + restart_num, return FALSE); in emit_restart()
|
/external/libjpeg-turbo/ |
D | jcmarker.c | 112 emit_byte (j_compress_ptr cinfo, int val) in emit_byte() function 129 emit_byte(cinfo, 0xFF); in emit_marker() 130 emit_byte(cinfo, (int) mark); in emit_marker() 138 emit_byte(cinfo, (value >> 8) & 0xFF); in emit_2bytes() 139 emit_byte(cinfo, value & 0xFF); in emit_2bytes() 170 emit_byte(cinfo, index + (prec<<4)); in emit_dqt() 176 emit_byte(cinfo, (int) (qval >> 8)); in emit_dqt() 177 emit_byte(cinfo, (int) (qval & 0xFF)); in emit_dqt() 212 emit_byte(cinfo, index); in emit_dht() 215 emit_byte(cinfo, htbl->bits[i]); in emit_dht() [all …]
|
D | jcarith.c | 118 emit_byte (int val, j_compress_ptr cinfo) in emit_byte() function 154 do emit_byte(0x00, cinfo); in finish_pass() 156 emit_byte(e->buffer + 1, cinfo); in finish_pass() 158 emit_byte(0x00, cinfo); in finish_pass() 167 do emit_byte(0x00, cinfo); in finish_pass() 169 emit_byte(e->buffer, cinfo); in finish_pass() 173 do emit_byte(0x00, cinfo); in finish_pass() 176 emit_byte(0xFF, cinfo); in finish_pass() 177 emit_byte(0x00, cinfo); in finish_pass() 184 do emit_byte(0x00, cinfo); in finish_pass() [all …]
|
D | jcphuff.c | 200 #define emit_byte(entropy,val) \ macro 254 emit_byte(entropy, c); in emit_bits() 256 emit_byte(entropy, 0); in emit_bits() 355 emit_byte(entropy, 0xFF); in emit_restart() 356 emit_byte(entropy, JPEG_RST0 + restart_num); in emit_restart()
|
D | jchuff.c | 306 #define emit_byte(state,val,action) \ macro 602 emit_byte(state, 0xFF, return FALSE); in emit_restart() 603 emit_byte(state, JPEG_RST0 + restart_num, return FALSE); in emit_restart()
|