HomeSort by relevance Sort by last modified time
    Searched refs:emit_byte (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/libjpeg_turbo/
jcmarker.c 112 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(cinfo, htbl->bits[i])
    [all...]
jcarith.c 116 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(0x00, cinfo)
    [all...]
jcphuff.c 198 #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);
jchuff.c 319 #define emit_byte(state,val,action) \ macro
351 #define EMIT_BYTE() { \
367 EMIT_BYTE() \
368 EMIT_BYTE() \
374 EMIT_BYTE() \
375 EMIT_BYTE() \
376 EMIT_BYTE() \
377 EMIT_BYTE() \
383 EMIT_BYTE() \
384 EMIT_BYTE() \
    [all...]
  /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...]
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);
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);
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcmarker.c 109 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(cinfo, htbl->bits[i]);
    [all...]
fpdfapi_jchuff.c 274 #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);
fpdfapi_jcphuff.c 199 #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);
  /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...]
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);
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);

Completed in 674 milliseconds