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

  /external/aac/libSBRenc/src/
ton_corr.cpp 136 INT** RESTRICT signMatrix = hTonCorr->signMatrix;
164 FDKmemcpy(signMatrix[i],signMatrix[i + noEstPerFrame],noQmfChannels * sizeof(INT));
235 signMatrix[timeIndex][r] = 0;
293 signMatrix[timeIndex][r] = 1 - 2*(r2 & 0x1);
401 hTonCorr->signMatrix,
635 INT* signMatrix = GetRam_Sbr_signMatrix(chan);
641 hTonCorr->signMatrix[i] = signMatrix + (i*QMF_CHANNELS)
    [all...]
ton_corr.h 134 INT *signMatrix[MAX_NO_OF_ESTIMATES]; /*!< Matrix holding the sign of each channe, i.e. indicating in what

Completed in 596 milliseconds