search for: freadbits1

Displaying 1 result from an estimated 1 matches for "freadbits1".

2004 Feb 19
1
read codebook function
...Vq Table. My problem is: I read a codeBook number of 41, so i called this function above 41 times. The firtst time, the sync patterns (BCV) is alligned correctly, so it reads correctly. the sencond time it is executed, the patter is not there anymore and there are only 8 BCV in my file. function fReadBits1 is the same as the ogg's read bit function. orry for the long function and to bother Adriano <p> -------------- next part -------------- int cOgg::readCodeBook(tOggCodebook *cb) { dword i, curEntry, num; byte curLength; // read sync pattern this->fRead((byte*) cb->sync, 3); cb-&g...