Searched defs:nextFact_exp (Results 1 - 2 of 2) sorted by relevance

/external/aac/libSBRdec/src/
H A Dsbrdec_drc.h109 INT nextFact_exp; member in struct:__anon223
H A Dsbrdecoder.cpp815 INT nextFact_exp,
832 if ( !((pNextFact_mag[band] == FL2FXCONST_DBL(0.5)) && (nextFact_exp == 1))
833 && !((pNextFact_mag[band] == (FIXP_DBL)MAXVAL_DBL) && (nextFact_exp == 0)) ) {
852 pSbrDrcChannelData->nextFact_exp = nextFact_exp;
811 sbrDecoder_drcFeedChannel( HANDLE_SBRDECODER self, INT ch, UINT numBands, FIXP_DBL *pNextFact_mag, INT nextFact_exp, SHORT drcInterpolationScheme, UCHAR winSequence, USHORT *pBandTop ) argument

Completed in 105 milliseconds