Home
last modified time | relevance | path

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

/external/aac/libSBRenc/src/
Dinvf_est.cpp270FDKmemmove(detectorValues->origQuotaMean, detectorValues->origQuotaMean + 1, INVF_SMOOTHING_LENGTH… in calculateDetectorValues()
271FDKmemmove(detectorValues->sbrQuotaMean, detectorValues->sbrQuotaMean + 1, INVF_SMOOTHING_LENGTH*s… in calculateDetectorValues()
272FDKmemmove(detectorValues->origQuotaMeanStrongest, detectorValues->origQuotaMeanStrongest + 1, INV… in calculateDetectorValues()
273FDKmemmove(detectorValues->sbrQuotaMeanStrongest, detectorValues->sbrQuotaMeanStrongest + 1, INVF_… in calculateDetectorValues()
Dtran_det.cpp484FDKmemmove(transients, transients + noCols - addPrevSamples, (tran_off+addPrevSamples) * sizeof (F… in extractTransientCandidates()
Dton_corr.cpp167 FDKmemmove(nrgVector,nrgVector+noEstPerFrame,move*sizeof(FIXP_DBL)); in FDKsbrEnc_CalculateTonalityQuotas()
Dsbr_encoder.cpp2171 FDKmemmove ( hSbrEncoder->sbrElement[el]->payloadDelayLine[0], in sbrEncoder_UpdateBuffers()
2175 FDKmemmove( &hSbrEncoder->sbrElement[el]->payloadDelayLineSize[0], in sbrEncoder_UpdateBuffers()
/external/aac/libFDK/src/
Dscale.cpp235 FDKmemmove(dst, src, len*sizeof(FIXP_DBL)); in scaleValues()
Dqmf.cpp607FDKmemmove ((FIXP_QAS*)anaQmf->FilterStates, (FIXP_QAS*)anaQmf->FilterStates+anaQmf->no_channels, … in qmfAnalysisFilteringSlot()
/external/aac/libSYS/include/
DgenericStds.h334 void FDKmemmove(void *dst, const void *src, const UINT size);
/external/aac/libSYS/src/
DgenericStds.cpp337 void FDKmemmove(void *dst, const void *src, const UINT size) { memmove(dst, src, size); } in FDKmemmove() function
/external/aac/libSBRdec/src/
Dsbrdecoder.cpp1412FDKmemmove(timeData + c*outputFrameSize, timeData + c*self->codecFrameSize , self->codecFrameSize*… in sbrDecoder_Apply()
/external/aac/libAACenc/src/
Dpsy_main.cpp650 FDKmemmove(psyStatic[ch]->psyInputBuffer, in FDKaacEnc_psyMain()