Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_lib.cpp821 INT bitDistance, bfDelta; in transportDec_readStream() local
824 bitDistance = FDKgetValidBits(hBs); in transportDec_readStream()
826 bitDistance -= FDKgetValidBits(hBs); in transportDec_readStream()
829 FDK_ASSERT(bitDistance >= 0); in transportDec_readStream()
852 bitDistance += hTp->auLength[0]; in transportDec_readStream()
867 num = hTp->asc[0].m_samplingFrequency * (bfDelta + bitDistance) + hTp->remainder; in transportDec_readStream()