Searched refs:FDKmemmove (Results 1 – 15 of 15) sorted by relevance
/external/aac/libSBRenc/src/ |
D | invf_est.cpp | 326 FDKmemmove(detectorValues->origQuotaMean, detectorValues->origQuotaMean + 1, in calculateDetectorValues() 328 FDKmemmove(detectorValues->sbrQuotaMean, detectorValues->sbrQuotaMean + 1, in calculateDetectorValues() 330 FDKmemmove(detectorValues->origQuotaMeanStrongest, in calculateDetectorValues() 333 FDKmemmove(detectorValues->sbrQuotaMeanStrongest, in calculateDetectorValues()
|
D | sbr_encoder.cpp | 1258 FDKmemmove(samples + c * samplesBufSize, in FDKsbrEnc_Downsample() 2437 FDKmemmove( in sbrEncoder_UpdateBuffers() 2442 FDKmemmove(&hSbrEncoder->sbrElement[el]->payloadDelayLineSize[0], in sbrEncoder_UpdateBuffers()
|
D | ton_corr.cpp | 181 FDKmemmove(nrgVector, nrgVector + noEstPerFrame, move * sizeof(FIXP_DBL)); in FDKsbrEnc_CalculateTonalityQuotas()
|
D | tran_det.cpp | 574 FDKmemmove(transients, transients + noCols - addPrevSamples, in extractTransientCandidates()
|
/external/aac/libFDK/src/ |
D | scale.cpp | 262 FDKmemmove(dst, src, len * sizeof(FIXP_DBL)); in scaleValuesSaturate() 357 FDKmemmove(dst, src, len * sizeof(FIXP_SGL)); in scaleValuesSaturate() 394 if (dst != src) FDKmemmove(dst, src, len * sizeof(FIXP_DBL)); in scaleValues() 500 if (dst != src) FDKmemmove(dst, src, len * sizeof(FIXP_DBL)); in scaleValues()
|
/external/aac/libAACdec/src/ |
D | FDK_delay.cpp | 141 FDKmemmove(&time_buffer[data->delay], &time_buffer[0], in FDK_Delay_Apply()
|
D | usacdec_acelp.cpp | 1036 FDKmemmove(&synth[i_subfr], &syn[i_subfr], L_SUBFR * sizeof(FIXP_DBL)); in CLpd_TcxTDConceal() 1173 FDKmemmove(old_exc_mem, old_exc_mem + l_div, in CLpd_AcelpPrepareInternalMem()
|
/external/aac/libSYS/src/ |
D | genericStds.cpp | 288 void FDKmemmove(void *dst, const void *src, const UINT size) { in FDKmemmove() function
|
/external/aac/libSYS/include/ |
D | genericStds.h | 473 void FDKmemmove(void *dst, const void *src, const UINT size);
|
/external/aac/libFDK/include/ |
D | qmf_pcm.h | 574 FDKmemmove(anaQmf->FilterStates, in qmfAnalysisFilteringSlot()
|
/external/aac/libSACenc/src/ |
D | sacenc_vectorfunctions.cpp | 224 FDKmemmove(Z, X, sizeof(FIXP_DPK) * n); in copyCplxVec()
|
D | sacenc_lib.cpp | 1453 FDKmemmove( in FDK_sacenc_encode()
|
/external/aac/libAACenc/src/ |
D | metadata_main.cpp | 782 FDKmemmove(&pAudioSamples2[M], &pAudioSamples2[0], in CompensateAudioDelay()
|
D | psy_main.cpp | 619 FDKmemmove(psyStatic[ch]->psyInputBuffer, in FDKaacEnc_psyMain()
|
/external/aac/libSACdec/src/ |
D | sac_dec_lib.cpp | 1692 FDKmemmove(pTimeData + (i + 1) * timeDataFrameSizeOut - timeDataFrameSize, in mpegSurroundDecoder_Apply()
|