Home
last modified time | relevance | path

Searched refs:emit_bits (Results 1 – 7 of 7) sorted by relevance

/external/qemu/distrib/jpeg-6b/
Djcphuff.c228 emit_bits (phuff_entropy_ptr entropy, unsigned int code, int size) in LOCAL()
269 emit_bits(entropy, 0x7F, 7); /* fill any partial byte with ones */ in flush_bits()
287 emit_bits(entropy, tbl->ehufco[symbol], tbl->ehufsi[symbol]); in LOCAL()
304 emit_bits(entropy, (unsigned int) (*bufstart), 1); in emit_buffered_bits()
331 emit_bits(entropy, entropy->EOBRUN, nbits); in emit_eobrun()
438 emit_bits(entropy, (unsigned int) temp2, nbits); in encode_mcu_DC_first()
536 emit_bits(entropy, (unsigned int) temp2, nbits); in encode_mcu_AC_first()
593 emit_bits(entropy, (unsigned int) (temp >> Al), 1); in encode_mcu_DC_refine()
704 emit_bits(entropy, (unsigned int) temp, 1); in encode_mcu_AC_refine()
Djchuff.c302 emit_bits (working_state * state, unsigned int code, int size) in LOCAL()
342 if (! emit_bits(state, 0x7F, 7)) /* fill any partial byte with ones */ in flush_bits()
384 if (! emit_bits(state, dctbl->ehufco[nbits], dctbl->ehufsi[nbits])) in encode_one_block()
390 if (! emit_bits(state, (unsigned int) temp2, nbits)) in encode_one_block()
403 if (! emit_bits(state, actbl->ehufco[0xF0], actbl->ehufsi[0xF0])) in encode_one_block()
425 if (! emit_bits(state, actbl->ehufco[i], actbl->ehufsi[i])) in encode_one_block()
430 if (! emit_bits(state, (unsigned int) temp2, nbits)) in encode_one_block()
439 if (! emit_bits(state, actbl->ehufco[0], actbl->ehufsi[0])) in encode_one_block()
/external/chromium_org/third_party/libjpeg_turbo/
Djcphuff.c227 emit_bits (phuff_entropy_ptr entropy, unsigned int code, int size) in emit_bits() function
268 emit_bits(entropy, 0x7F, 7); /* fill any partial byte with ones */ in flush_bits()
285 emit_bits(entropy, tbl->ehufco[symbol], tbl->ehufsi[symbol]); in emit_symbol()
302 emit_bits(entropy, (unsigned int) (*bufstart), 1); in emit_buffered_bits()
329 emit_bits(entropy, entropy->EOBRUN, nbits); in emit_eobrun()
436 emit_bits(entropy, (unsigned int) temp2, nbits); in encode_mcu_DC_first()
534 emit_bits(entropy, (unsigned int) temp2, nbits); in encode_mcu_AC_first()
591 emit_bits(entropy, (unsigned int) (temp >> Al), 1); in encode_mcu_DC_refine()
702 emit_bits(entropy, (unsigned int) temp, 1); in encode_mcu_AC_refine()
/external/pdfium/core/src/fxcodec/libjpeg/
Dfpdfapi_jcphuff.c229 emit_bits (phuff_entropy_ptr entropy, unsigned int code, int size) in LOCAL()
270 emit_bits(entropy, 0x7F, 7); /* fill any partial byte with ones */ in flush_bits()
288 emit_bits(entropy, tbl->ehufco[symbol], tbl->ehufsi[symbol]); in LOCAL()
305 emit_bits(entropy, (unsigned int) (*bufstart), 1); in emit_buffered_bits()
332 emit_bits(entropy, entropy->EOBRUN, nbits); in emit_eobrun()
439 emit_bits(entropy, (unsigned int) temp2, nbits); in encode_mcu_DC_first()
537 emit_bits(entropy, (unsigned int) temp2, nbits); in encode_mcu_AC_first()
594 emit_bits(entropy, (unsigned int) (temp >> Al), 1); in encode_mcu_DC_refine()
705 emit_bits(entropy, (unsigned int) temp, 1); in encode_mcu_AC_refine()
Dfpdfapi_jchuff.c306 emit_bits (working_state * state, unsigned int code, int size) in LOCAL()
346 if (! emit_bits(state, 0x7F, 7)) /* fill any partial byte with ones */ in flush_bits()
388 if (! emit_bits(state, dctbl->ehufco[nbits], dctbl->ehufsi[nbits])) in encode_one_block()
394 if (! emit_bits(state, (unsigned int) temp2, nbits)) in encode_one_block()
407 if (! emit_bits(state, actbl->ehufco[0xF0], actbl->ehufsi[0xF0])) in encode_one_block()
429 if (! emit_bits(state, actbl->ehufco[i], actbl->ehufsi[i])) in encode_one_block()
434 if (! emit_bits(state, (unsigned int) temp2, nbits)) in encode_one_block()
443 if (! emit_bits(state, actbl->ehufco[0], actbl->ehufsi[0])) in encode_one_block()
/external/jpeg/
Djcphuff.c228 emit_bits (phuff_entropy_ptr entropy, unsigned int code, int size) in LOCAL()
269 emit_bits(entropy, 0x7F, 7); /* fill any partial byte with ones */ in flush_bits()
287 emit_bits(entropy, tbl->ehufco[symbol], tbl->ehufsi[symbol]); in LOCAL()
304 emit_bits(entropy, (unsigned int) (*bufstart), 1); in emit_buffered_bits()
331 emit_bits(entropy, entropy->EOBRUN, nbits); in emit_eobrun()
438 emit_bits(entropy, (unsigned int) temp2, nbits); in encode_mcu_DC_first()
536 emit_bits(entropy, (unsigned int) temp2, nbits); in encode_mcu_AC_first()
593 emit_bits(entropy, (unsigned int) (temp >> Al), 1); in encode_mcu_DC_refine()
704 emit_bits(entropy, (unsigned int) temp, 1); in encode_mcu_AC_refine()
Djchuff.c302 emit_bits (working_state * state, unsigned int code, int size) in LOCAL()
342 if (! emit_bits(state, 0x7F, 7)) /* fill any partial byte with ones */ in flush_bits()
384 if (! emit_bits(state, dctbl->ehufco[nbits], dctbl->ehufsi[nbits])) in encode_one_block()
390 if (! emit_bits(state, (unsigned int) temp2, nbits)) in encode_one_block()
403 if (! emit_bits(state, actbl->ehufco[0xF0], actbl->ehufsi[0xF0])) in encode_one_block()
425 if (! emit_bits(state, actbl->ehufco[i], actbl->ehufsi[i])) in encode_one_block()
430 if (! emit_bits(state, (unsigned int) temp2, nbits)) in encode_one_block()
439 if (! emit_bits(state, actbl->ehufco[0], actbl->ehufsi[0])) in encode_one_block()