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

/external/aac/libSBRenc/src/
H A Dinvf_est.cpp270 FDKmemmove(detectorValues->origQuotaMean, detectorValues->origQuotaMean + 1, INVF_SMOOTHING_LENGTH*sizeof(FIXP_DBL));
271 FDKmemmove(detectorValues->sbrQuotaMean, detectorValues->sbrQuotaMean + 1, INVF_SMOOTHING_LENGTH*sizeof(FIXP_DBL));
272 FDKmemmove(detectorValues->origQuotaMeanStrongest, detectorValues->origQuotaMeanStrongest + 1, INVF_SMOOTHING_LENGTH*sizeof(FIXP_DBL));
273 FDKmemmove(detectorValues->sbrQuotaMeanStrongest, detectorValues->sbrQuotaMeanStrongest + 1, INVF_SMOOTHING_LENGTH*sizeof(FIXP_DBL));
H A Dton_corr.cpp167 FDKmemmove(nrgVector,nrgVector+noEstPerFrame,move*sizeof(FIXP_DBL));
H A Dtran_det.cpp484 FDKmemmove(transients, transients + noCols - addPrevSamples, (tran_off+addPrevSamples) * sizeof (FIXP_DBL));
H A Dsbr_encoder.cpp2280 FDKmemmove ( hSbrEncoder->sbrElement[el]->payloadDelayLine[0],
2284 FDKmemmove( &hSbrEncoder->sbrElement[el]->payloadDelayLineSize[0],
/external/aac/libFDK/src/
H A Dscale.cpp235 FDKmemmove(dst, src, len*sizeof(FIXP_DBL));
H A Dqmf.cpp607 FDKmemmove ((FIXP_QAS*)anaQmf->FilterStates, (FIXP_QAS*)anaQmf->FilterStates+anaQmf->no_channels, offset*sizeof(FIXP_QAS));
/external/aac/libSYS/include/
H A DgenericStds.h331 void FDKmemmove(void *dst, const void *src, const UINT size);
/external/aac/libSYS/src/
H A DgenericStds.cpp337 void FDKmemmove(void *dst, const void *src, const UINT size) { memmove(dst, src, size); } function
/external/aac/libSBRdec/src/
H A Dsbrdecoder.cpp1454 FDKmemmove(timeData + c*outputFrameSize, timeData + c*self->codecFrameSize , self->codecFrameSize*sizeof(INT_PCM));
/external/aac/libAACenc/src/
H A Dpsy_main.cpp645 FDKmemmove(psyStatic[ch]->psyInputBuffer,

Completed in 4861 milliseconds