Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djcphuff.c328 emit_bits(phuff_entropy_ptr entropy, unsigned int code, int size) in emit_bits() function
369 emit_bits(entropy, 0x7F, 7); /* fill any partial byte with ones */ in flush_bits()
386 emit_bits(entropy, tbl->ehufco[symbol], tbl->ehufsi[symbol]); in emit_symbol()
403 emit_bits(entropy, (unsigned int)(*bufstart), 1); in emit_buffered_bits()
428 emit_bits(entropy, entropy->EOBRUN, nbits); in emit_eobrun()
535 emit_bits(entropy, (unsigned int)temp2, nbits); in encode_mcu_DC_first()
645 emit_bits(entropy, (unsigned int)temp2, nbits); \
767 emit_bits(entropy, (unsigned int)(temp >> Al), 1); in encode_mcu_DC_refine()
904 emit_bits(entropy, (unsigned int)temp, 1); \
/external/libjpeg-turbo/simd/x86_64/
Djchuff-sse2.asm41 ; These macros perform the same task as the emit_bits() function in the
/external/libjpeg-turbo/simd/i386/
Djchuff-sse2.asm41 ; These macros perform the same task as the emit_bits() function in the