/external/jpeg/ |
jcmarker.c | 108 emit_byte (j_compress_ptr cinfo, int val) function 125 emit_byte(cinfo, 0xFF); 126 emit_byte(cinfo, (int) mark); 134 emit_byte(cinfo, (value >> 8) & 0xFF); 135 emit_byte(cinfo, value & 0xFF); 166 emit_byte(cinfo, index + (prec<<4)); 172 emit_byte(cinfo, (int) (qval >> 8)); 173 emit_byte(cinfo, (int) (qval & 0xFF)); 208 emit_byte(cinfo, index); 211 emit_byte(cinfo, htbl->bits[i]) [all...] |
jcphuff.c | 198 #define emit_byte(entropy,val) \ macro 253 emit_byte(entropy, c); 255 emit_byte(entropy, 0); 355 emit_byte(entropy, 0xFF); 356 emit_byte(entropy, JPEG_RST0 + restart_num);
|
jchuff.c | 270 #define emit_byte(state,val,action) \ macro 324 emit_byte(state, c, return FALSE); 326 emit_byte(state, 0, return FALSE); 458 emit_byte(state, 0xFF, return FALSE); 459 emit_byte(state, JPEG_RST0 + restart_num, return FALSE);
|
/external/qemu/distrib/jpeg-6b/ |
jcmarker.c | 108 emit_byte (j_compress_ptr cinfo, int val) function 125 emit_byte(cinfo, 0xFF); 126 emit_byte(cinfo, (int) mark); 134 emit_byte(cinfo, (value >> 8) & 0xFF); 135 emit_byte(cinfo, value & 0xFF); 166 emit_byte(cinfo, index + (prec<<4)); 172 emit_byte(cinfo, (int) (qval >> 8)); 173 emit_byte(cinfo, (int) (qval & 0xFF)); 208 emit_byte(cinfo, index); 211 emit_byte(cinfo, htbl->bits[i]) [all...] |
jcphuff.c | 198 #define emit_byte(entropy,val) \ macro 253 emit_byte(entropy, c); 255 emit_byte(entropy, 0); 355 emit_byte(entropy, 0xFF); 356 emit_byte(entropy, JPEG_RST0 + restart_num);
|
jchuff.c | 270 #define emit_byte(state,val,action) \ macro 324 emit_byte(state, c, return FALSE); 326 emit_byte(state, 0, return FALSE); 458 emit_byte(state, 0xFF, return FALSE); 459 emit_byte(state, JPEG_RST0 + restart_num, return FALSE);
|