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

  /external/aac/libSBRenc/src/
mh_det.h 141 INT noEstPerFrame;
185 INT noEstPerFrame,
mh_det.cpp 303 INT noEstPerFrame,
311 for (est=0; est < noEstPerFrame; est++) {
452 INT noEstPerFrame,
473 if(noEstPerFrame > 1){
475 *pDetectionStartPos = noEstPerFrame;
478 *pDetectionStartPos = noEstPerFrame >> 1;
483 *pDetectionStartPos = noEstPerFrame;
800 INT noEstPerFrame,
    [all...]
ton_corr.cpp 130 INT noEstPerFrame = hTonCorr->numberOfEstimatesPerFrame;
163 FDKmemcpy(quotaMatrix[i],quotaMatrix[i + noEstPerFrame],noQmfChannels * sizeof(FIXP_DBL));
164 FDKmemcpy(signMatrix[i],signMatrix[i + noEstPerFrame],noQmfChannels * sizeof(INT));
167 FDKmemmove(nrgVector,nrgVector+noEstPerFrame,move*sizeof(FIXP_DBL));
297 /* pNrgVectorFreq[r] finally has to be divided by noEstPerFrame, replaced division by shifting with one */
306 FDK_ASSERT(noEstPerFrame == 2);
    [all...]

Completed in 36 milliseconds