Searched refs:emit_bits (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | jcphuff.c | 328 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); \
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | jcphuff.c | 335 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/libjpeg-turbo/ |
D | jcphuff.c | 328 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); \
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_buffer_test.c | 79 emit_bits() in emit_bits() function 126 emit_bits(); in main()
|
/third_party/libjpeg-turbo/simd/x86_64/ |
D | jchuff-sse2.asm | 39 ; These macros perform the same task as the emit_bits() function in the
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
D | jchuff-sse2.asm | 41 ; These macros perform the same task as the emit_bits() function in the
|
/third_party/libjpeg-turbo/simd/i386/ |
D | jchuff-sse2.asm | 39 ; These macros perform the same task as the emit_bits() function in the
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
D | jchuff-sse2.asm | 41 ; These macros perform the same task as the emit_bits() function in the
|