Searched defs:emit_byte (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/libjpeg_turbo/
H A Djcarith.c116 emit_byte (int val, j_compress_ptr cinfo) function
152 do emit_byte(0x00, cinfo);
154 emit_byte(e->buffer + 1, cinfo);
156 emit_byte(0x00, cinfo);
165 do emit_byte(0x00, cinfo);
167 emit_byte(e->buffer, cinfo);
171 do emit_byte(0x00, cinfo);
174 emit_byte(0xFF, cinfo);
175 emit_byte(0x00, cinfo);
182 do emit_byte(
[all...]
H A Djcphuff.c198 #define emit_byte(entropy,val) \ macro
252 emit_byte(entropy, c);
254 emit_byte(entropy, 0);
353 emit_byte(entropy, 0xFF);
354 emit_byte(entropy, JPEG_RST0 + restart_num);
H A Djchuff.c319 #define emit_byte(state,val,action) \ macro
604 emit_byte(state, 0xFF, return FALSE);
605 emit_byte(state, JPEG_RST0 + restart_num, return FALSE);
H A Djcmarker.c112 emit_byte (j_compress_ptr cinfo, int val) function
129 emit_byte(cinfo, 0xFF);
130 emit_byte(cinfo, (int) mark);
138 emit_byte(cinfo, (value >> 8) & 0xFF);
139 emit_byte(cinfo, value & 0xFF);
170 emit_byte(cinfo, index + (prec<<4));
176 emit_byte(cinfo, (int) (qval >> 8));
177 emit_byte(cinfo, (int) (qval & 0xFF));
212 emit_byte(cinfo, index);
215 emit_byte(cinf
[all...]
/external/jpeg/
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);
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...]
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jchuff.c274 #define emit_byte(state,val,action) \ macro
328 emit_byte(state, c, return FALSE);
330 emit_byte(state, 0, return FALSE);
462 emit_byte(state, 0xFF, return FALSE);
463 emit_byte(state, JPEG_RST0 + restart_num, return FALSE);
H A Dfpdfapi_jcphuff.c199 #define emit_byte(entropy,val) \ macro
254 emit_byte(entropy, c);
256 emit_byte(entropy, 0);
356 emit_byte(entropy, 0xFF);
357 emit_byte(entropy, JPEG_RST0 + restart_num);
H A Dfpdfapi_jcmarker.c109 emit_byte (j_compress_ptr cinfo, int val) function
126 emit_byte(cinfo, 0xFF);
127 emit_byte(cinfo, (int) mark);
135 emit_byte(cinfo, (value >> 8) & 0xFF);
136 emit_byte(cinfo, value & 0xFF);
167 emit_byte(cinfo, index + (prec<<4));
173 emit_byte(cinfo, (int) (qval >> 8));
174 emit_byte(cinfo, (int) (qval & 0xFF));
209 emit_byte(cinfo, index);
212 emit_byte(cinf
[all...]
/external/qemu/distrib/jpeg-6b/
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);
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...]

Completed in 172 milliseconds