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

/netgear-WNDR4500-V1.0.1.40_1.0.68/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 126 milliseconds