writeByte 36 source/common/bitstream.h virtual void writeByte(uint32_t val) = 0; writeByte 55 source/common/bitstream.h void writeByte(uint32_t) { m_bitCounter += 8; } writeByte 77 source/common/bitstream.h void writeByte(uint32_t val); writeByte 2399 source/encoder/entropy.cpp m_bitIf->writeByte(m_bufferedByte + 1); writeByte 2402 source/encoder/entropy.cpp m_bitIf->writeByte(0x00); writeByte 2411 source/encoder/entropy.cpp m_bitIf->writeByte(m_bufferedByte); writeByte 2415 source/encoder/entropy.cpp m_bitIf->writeByte(0xff); writeByte 2587 source/encoder/entropy.cpp m_bitIf->writeByte(byteTowrite); writeByte 2592 source/encoder/entropy.cpp m_bitIf->writeByte(byteTowrite);