Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/sys/oss4/
Doss4-soundcard.h1288 int bits_in, bits_out; member
/third_party/astc-encoder/Source/
Dtinyexr.h3510 mz_uint bits_in = d->m_bits_in; in tdefl_compress_lz_codes() local
3514 bit_buffer |= (((mz_uint64)(b)) << bits_in); \ in tdefl_compress_lz_codes()
3515 bits_in += (l); \ in tdefl_compress_lz_codes()
3574 pOutput_buf += (bits_in >> 3); in tdefl_compress_lz_codes()
3575 bit_buffer >>= (bits_in & ~7); in tdefl_compress_lz_codes()
3576 bits_in &= 7; in tdefl_compress_lz_codes()
3585 while (bits_in) { in tdefl_compress_lz_codes()
3586 mz_uint32 n = MZ_MIN(bits_in, 16); in tdefl_compress_lz_codes()
3589 bits_in -= n; in tdefl_compress_lz_codes()