Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_lib.cpp953 INT bitDistance, bfDelta; in transportDec_readStream() local
956 bitDistance = FDKgetValidBits(hBs); in transportDec_readStream()
958 bitDistance -= FDKgetValidBits(hBs); in transportDec_readStream()
961 FDK_ASSERT(bitDistance >= 0); in transportDec_readStream()
984 bitDistance += hTp->auLength[0]; in transportDec_readStream()
999 num = hTp->asc[0].m_samplingFrequency * (bfDelta + bitDistance) + hTp->remainder; in transportDec_readStream()