Home
last modified time | relevance | path

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

/external/aac/libArithCoding/src/
Dac_arith_coder.cpp756 if (lg_max != pArcoData->m_numberLinesPrev) { in CArco_DecodeArithData()
757 if (pArcoData->m_numberLinesPrev == 0) { in CArco_DecodeArithData()
765 copyTableAmrwbArith2(pArcoData->c_prev, pArcoData->m_numberLinesPrev >> 1, in CArco_DecodeArithData()
770 pArcoData->m_numberLinesPrev = lg_max; in CArco_DecodeArithData()
/external/aac/libArithCoding/include/
Dac_arith_coder.h115 SHORT m_numberLinesPrev; member
/external/aac/libAACdec/src/
Daacdecoder.cpp271 self->pAacDecoderStaticChannelInfo[i]->hArCo->m_numberLinesPrev = 0; in CAacDecoder_SignalInterruption()