Home
last modified time | relevance | path

Searched refs:pNextFact_mag (Results 1 – 2 of 2) sorted by relevance

/external/aac/libSBRdec/include/
Dsbrdecoder.h241 FIXP_DBL *pNextFact_mag,
/external/aac/libSBRdec/src/
Dsbrdecoder.cpp877 FIXP_DBL *pNextFact_mag, in sbrDecoder_drcFeedChannel() argument
889 if (ch > (8) || pNextFact_mag == NULL) { in sbrDecoder_drcFeedChannel()
895 if ( !((pNextFact_mag[band] == FL2FXCONST_DBL(0.5)) && (nextFact_exp == 1)) in sbrDecoder_drcFeedChannel()
896 && !((pNextFact_mag[band] == (FIXP_DBL)MAXVAL_DBL) && (nextFact_exp == 0)) ) { in sbrDecoder_drcFeedChannel()
919 pSbrDrcChannelData->nextFact_mag[i] = pNextFact_mag[i]; in sbrDecoder_drcFeedChannel()