Searched refs:FDKmemmove (Results 1 – 10 of 10) sorted by relevance
/external/aac/libSBRenc/src/ |
D | invf_est.cpp | 270 …FDKmemmove(detectorValues->origQuotaMean, detectorValues->origQuotaMean + 1, INVF_SMOOTHING_LENGTH… in calculateDetectorValues() 271 …FDKmemmove(detectorValues->sbrQuotaMean, detectorValues->sbrQuotaMean + 1, INVF_SMOOTHING_LENGTH*s… in calculateDetectorValues() 272 …FDKmemmove(detectorValues->origQuotaMeanStrongest, detectorValues->origQuotaMeanStrongest + 1, INV… in calculateDetectorValues() 273 …FDKmemmove(detectorValues->sbrQuotaMeanStrongest, detectorValues->sbrQuotaMeanStrongest + 1, INVF_… in calculateDetectorValues()
|
D | tran_det.cpp | 484 …FDKmemmove(transients, transients + noCols - addPrevSamples, (tran_off+addPrevSamples) * sizeof (F… in extractTransientCandidates()
|
D | ton_corr.cpp | 167 FDKmemmove(nrgVector,nrgVector+noEstPerFrame,move*sizeof(FIXP_DBL)); in FDKsbrEnc_CalculateTonalityQuotas()
|
D | sbr_encoder.cpp | 2171 FDKmemmove ( hSbrEncoder->sbrElement[el]->payloadDelayLine[0], in sbrEncoder_UpdateBuffers() 2175 FDKmemmove( &hSbrEncoder->sbrElement[el]->payloadDelayLineSize[0], in sbrEncoder_UpdateBuffers()
|
/external/aac/libFDK/src/ |
D | scale.cpp | 235 FDKmemmove(dst, src, len*sizeof(FIXP_DBL)); in scaleValues()
|
D | qmf.cpp | 607 …FDKmemmove ((FIXP_QAS*)anaQmf->FilterStates, (FIXP_QAS*)anaQmf->FilterStates+anaQmf->no_channels, … in qmfAnalysisFilteringSlot()
|
/external/aac/libSYS/include/ |
D | genericStds.h | 334 void FDKmemmove(void *dst, const void *src, const UINT size);
|
/external/aac/libSYS/src/ |
D | genericStds.cpp | 337 void FDKmemmove(void *dst, const void *src, const UINT size) { memmove(dst, src, size); } in FDKmemmove() function
|
/external/aac/libSBRdec/src/ |
D | sbrdecoder.cpp | 1412 …FDKmemmove(timeData + c*outputFrameSize, timeData + c*self->codecFrameSize , self->codecFrameSize*… in sbrDecoder_Apply()
|
/external/aac/libAACenc/src/ |
D | psy_main.cpp | 650 FDKmemmove(psyStatic[ch]->psyInputBuffer, in FDKaacEnc_psyMain()
|