Searched refs:emit_byte (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/jpeg-6b/
H A Djcmarker.c108 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(cinf
[all...]
H A Djchuff.c270 #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);
H A Djcphuff.c198 #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);

Completed in 41 milliseconds