Lines Matching refs:pArcoData
735 void CArco_Destroy(CArcoData *pArcoData) { FreeArcoData(&pArcoData); } in CArco_Destroy() argument
737 ARITH_CODING_ERROR CArco_DecodeArithData(CArcoData *pArcoData, in CArco_DecodeArithData() argument
753 FDKmemclear(pArcoData->c_prev, in CArco_DecodeArithData()
754 sizeof(pArcoData->c_prev[0]) * ((lg_max / 2) + 4)); in CArco_DecodeArithData()
756 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()
774 decode2(hBs, pArcoData->c_prev + 2, mdctSpectrum, lg >> 1, lg_max >> 1); in CArco_DecodeArithData()
776 FDKmemset(&pArcoData->c_prev[2], 1, in CArco_DecodeArithData()
777 sizeof(pArcoData->c_prev[2]) * (lg_max >> 1)); in CArco_DecodeArithData()