Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libjpeg-turbo/
Djcphuff.c335 emit_bits(phuff_entropy_ptr entropy, unsigned int code, int size) in emit_bits() function
376 emit_bits(entropy, 0x7F, 7); /* fill any partial byte with ones */ in flush_bits()
393 emit_bits(entropy, tbl->ehufco[symbol], tbl->ehufsi[symbol]); in emit_symbol()
410 emit_bits(entropy, (unsigned int)(*bufstart), 1); in emit_buffered_bits()
435 emit_bits(entropy, entropy->EOBRUN, nbits); in emit_eobrun()
542 emit_bits(entropy, (unsigned int)temp2, nbits); in encode_mcu_DC_first()
652 emit_bits(entropy, (unsigned int)temp2, nbits); \
774 emit_bits(entropy, (unsigned int)(temp >> Al), 1); in encode_mcu_DC_refine()
911 emit_bits(entropy, (unsigned int)temp, 1); \
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_buffer_test.c79 emit_bits() in emit_bits() function
126 emit_bits(); in main()