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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
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 Djcarith.c115 emit_byte (int val, j_compress_ptr cinfo) function
151 do emit_byte(0x00, cinfo);
153 emit_byte(e->buffer + 1, cinfo);
155 emit_byte(0x00, cinfo);
164 do emit_byte(0x00, cinfo);
166 emit_byte(e->buffer, cinfo);
170 do emit_byte(0x00, cinfo);
173 emit_byte(0xFF, cinfo);
174 emit_byte(0x00, cinfo);
181 do emit_byte(
[all...]

Completed in 67 milliseconds