Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_lib.cpp1337 INT bitDistance, bfDelta; in transportDec_readStream() local
1340 bitDistance = (INT)FDKgetValidBits(hBs); in transportDec_readStream()
1342 bitDistance -= (INT)FDKgetValidBits(hBs); in transportDec_readStream()
1344 FDK_ASSERT(bitDistance >= 0); in transportDec_readStream()
1368 bitDistance += hTp->auLength[0]; in transportDec_readStream()
1383 num = (INT)hTp->asc[0].m_samplingFrequency * (bfDelta + bitDistance) + in transportDec_readStream()