Searched refs:SYNC_WORD_LNGTH (Results 1 – 3 of 3) sorted by relevance
126 if (inputStream->inputBufferCurrentLength < (SYNC_WORD_LNGTH + 21)) in pvmp3_decode_header()134 temp = getUpTo17bits(inputStream, SYNC_WORD_LNGTH); in pvmp3_decode_header()
155 pVars->inputStream.usedBits -= 21 + SYNC_WORD_LNGTH; in pvmp3_frame_synch()290 val = (uint16)getUpTo17bits(inputStream, SYNC_WORD_LNGTH); in pvmp3_header_sync()
94 #define SYNC_WORD_LNGTH 11 macro