Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_lib.cpp1338 INT bitDistance, bfDelta; in transportDec_readStream() local
1341 bitDistance = (INT)FDKgetValidBits(hBs); in transportDec_readStream()
1343 bitDistance -= (INT)FDKgetValidBits(hBs); in transportDec_readStream()
1345 FDK_ASSERT(bitDistance >= 0); in transportDec_readStream()
1369 bitDistance += hTp->auLength[0]; in transportDec_readStream()
1384 num = (INT)hTp->asc[0].m_samplingFrequency * (bfDelta + bitDistance) + in transportDec_readStream()