Lines Matching refs:FDKmemcpy
570 FDKmemcpy(tSpecScale, hConcealmentInfo->specScale, 8 * sizeof(SHORT)); in CConcealment_Store()
579 FDKmemcpy(hConcealmentInfo->specScale, pSpecScale, 8 * sizeof(SHORT)); in CConcealment_Store()
584 FDKmemcpy(hConcealmentInfo->spectralCoefficient, pSpectralCoefficient, in CConcealment_Store()
599 FDKmemcpy(pSpecTmp, pSpectralCoefficient, 1024 * sizeof(FIXP_DBL)); in CConcealment_Store()
600 FDKmemcpy(pSpectralCoefficient, hConcealmentInfo->spectralCoefficient, in CConcealment_Store()
602 FDKmemcpy(hConcealmentInfo->spectralCoefficient, pSpecTmp, in CConcealment_Store()
623 FDKmemcpy(pSpecScale, tSpecScale, 8 * sizeof(SHORT)); in CConcealment_Store()
629 FDKmemcpy(hConcealmentInfo->lsf4, pAacDecoderStaticChannelInfo->lpc4_lsf, in CConcealment_Store()
695 FDKmemcpy(hConcealmentInfo->lsf4, pAacDecoderStaticChannelInfo->lpc4_lsf, in CConcealment_Apply()
705 FDKmemcpy(pAacDecoderStaticChannelInfo->lpc4_lsf, hConcealmentInfo->lsf4, in CConcealment_Apply()
765 FDKmemcpy(pSpecScale, hConcealmentInfo->specScale, 8 * sizeof(SHORT)); in CConcealment_Apply()
769 FDKmemcpy(pSpectralCoefficient, hConcealmentInfo->spectralCoefficient, in CConcealment_Apply()
905 FDKmemcpy(pSpecScale, pConcealmentInfo->specScale, 8 * sizeof(SHORT)); in CConcealment_ApplyInter()