Searched refs:SYNC_WORD_LNGTH (Results 1 – 4 of 4) sorted by relevance
128 if (inputStream->inputBufferCurrentLength < ((SYNC_WORD_LNGTH + 21) >> 3)) in pvmp3_decode_header()136 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
319 if (inSize < ((SYNC_WORD_LNGTH + 21) >> 3)) in validate_input()