Home
last modified time | relevance | path

Searched refs:syncMask (Results 1 – 1 of 1) sorted by relevance

/external/aac/libMpegTPDec/src/
Dtpdec_lib.cpp696 UINT syncMask; /* Mask for sync word (for adding one bit, so comprising one bit less) */ in synchronization() local
724 syncMask = (1<<syncLength)-1; in synchronization()
752 synch = ((synch << TPDEC_SYNCSKIP) & syncMask) | FDKreadBits(hBs, TPDEC_SYNCSKIP); in synchronization()