HomeSort by relevance Sort by last modified time
    Searched refs:FDKmemmove (Results 1 - 10 of 10) sorted by null

  /external/aac/libSBRenc/src/
invf_est.cpp 270 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));
ton_corr.cpp 167 FDKmemmove(nrgVector,nrgVector+noEstPerFrame,move*sizeof(FIXP_DBL));
    [all...]
tran_det.cpp 484 FDKmemmove(transients, transients + noCols - addPrevSamples, (tran_off+addPrevSamples) * sizeof (FIXP_DBL));
sbr_encoder.cpp     [all...]
  /external/aac/libFDK/src/
scale.cpp 235 FDKmemmove(dst, src, len*sizeof(FIXP_DBL));
qmf.cpp 607 FDKmemmove ((FIXP_QAS*)anaQmf->FilterStates, (FIXP_QAS*)anaQmf->FilterStates+anaQmf->no_channels, offset*sizeof(FIXP_QAS));
    [all...]
  /external/aac/libSYS/include/
genericStds.h 331 void FDKmemmove(void *dst, const void *src, const UINT size);
  /external/aac/libSYS/src/
genericStds.cpp 337 void FDKmemmove(void *dst, const void *src, const UINT size) { memmove(dst, src, size); }
  /external/aac/libSBRdec/src/
sbrdecoder.cpp     [all...]
  /external/aac/libAACenc/src/
psy_main.cpp 645 FDKmemmove(psyStatic[ch]->psyInputBuffer,
    [all...]

Completed in 133 milliseconds