MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / bits_init

Function bits_init

AudioEncode/aencode.cpp:640–645  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

638}
639
640int bits_init(BitsEncoder &bits, FILE *out) {
641 bits.m_outFile = out;
642 bits.m_bitData = 0;
643 bits.m_bitCount = 0;
644 return 1;
645}
646
647int SetupEncoder(Encoder &enc, int someVal, float std_lo_filter[], float std_hi_filter[], int8_t levels,
648 int samples_per_subband) {

Callers 1

AudioEncodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected