Home
last modified time | relevance | path

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

/external/aac/libSBRenc/src/
Dinvf_est.cpp326 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()
Dsbr_encoder.cpp1258 FDKmemmove(samples + c * samplesBufSize, in FDKsbrEnc_Downsample()
2437 FDKmemmove( in sbrEncoder_UpdateBuffers()
2442 FDKmemmove(&hSbrEncoder->sbrElement[el]->payloadDelayLineSize[0], in sbrEncoder_UpdateBuffers()
Dton_corr.cpp181 FDKmemmove(nrgVector, nrgVector + noEstPerFrame, move * sizeof(FIXP_DBL)); in FDKsbrEnc_CalculateTonalityQuotas()
Dtran_det.cpp574 FDKmemmove(transients, transients + noCols - addPrevSamples, in extractTransientCandidates()
/external/aac/libFDK/src/
Dscale.cpp262 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/
DFDK_delay.cpp141 FDKmemmove(&time_buffer[data->delay], &time_buffer[0], in FDK_Delay_Apply()
Dusacdec_acelp.cpp1036 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/
DgenericStds.cpp288 void FDKmemmove(void *dst, const void *src, const UINT size) { in FDKmemmove() function
/external/aac/libSYS/include/
DgenericStds.h473 void FDKmemmove(void *dst, const void *src, const UINT size);
/external/aac/libFDK/include/
Dqmf_pcm.h574 FDKmemmove(anaQmf->FilterStates, in qmfAnalysisFilteringSlot()
/external/aac/libSACenc/src/
Dsacenc_vectorfunctions.cpp224 FDKmemmove(Z, X, sizeof(FIXP_DPK) * n); in copyCplxVec()
Dsacenc_lib.cpp1453 FDKmemmove( in FDK_sacenc_encode()
/external/aac/libAACenc/src/
Dmetadata_main.cpp782 FDKmemmove(&pAudioSamples2[M], &pAudioSamples2[0], in CompensateAudioDelay()
Dpsy_main.cpp619 FDKmemmove(psyStatic[ch]->psyInputBuffer, in FDKaacEnc_psyMain()
/external/aac/libSACdec/src/
Dsac_dec_lib.cpp1692 FDKmemmove(pTimeData + (i + 1) * timeDataFrameSizeOut - timeDataFrameSize, in mpegSurroundDecoder_Apply()