Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djcphuff.c230 emit_bits (phuff_entropy_ptr entropy, unsigned int code, int size) in emit_bits() function
271 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 emit_symbol()
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()
/external/pdfium/third_party/libjpeg/
Dfpdfapi_jcphuff.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()
Dfpdfapi_jchuff.c301 emit_bits (working_state * state, unsigned int code, int size) in LOCAL()
341 if (! emit_bits(state, 0x7F, 7)) /* fill any partial byte with ones */ in flush_bits()
383 if (! emit_bits(state, dctbl->ehufco[nbits], dctbl->ehufsi[nbits])) in encode_one_block()
389 if (! emit_bits(state, (unsigned int) temp2, nbits)) in encode_one_block()
402 if (! emit_bits(state, actbl->ehufco[0xF0], actbl->ehufsi[0xF0])) in encode_one_block()
424 if (! emit_bits(state, actbl->ehufco[i], actbl->ehufsi[i])) in encode_one_block()
429 if (! emit_bits(state, (unsigned int) temp2, nbits)) in encode_one_block()
438 if (! emit_bits(state, actbl->ehufco[0], actbl->ehufsi[0])) in encode_one_block()
/external/libjpeg-turbo/simd/
Djchuff-sse2-64.asm41 ; These macros perform the same task as the emit_bits() function in the
Djchuff-sse2.asm41 ; These macros perform the same task as the emit_bits() function in the