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

  /external/aac/libSBRdec/src/
sbr_dec.h 133 SBRDEC_DRC_CHANNEL sbrDrcChannel;
sbr_dec.cpp 512 sbrDecoder_drcApply(&hSbrDec->sbrDrcChannel,
588 if (hSbrDec->sbrDrcChannel.enable != 0) {
589 if (hSbrDec->sbrDrcChannel.prevFact_exp > maxShift) {
590 maxShift = hSbrDec->sbrDrcChannel.prevFact_exp;
592 if (hSbrDec->sbrDrcChannel.currFact_exp > maxShift) {
593 maxShift = hSbrDec->sbrDrcChannel.currFact_exp;
595 if (hSbrDec->sbrDrcChannel.nextFact_exp > maxShift) {
596 maxShift = hSbrDec->sbrDrcChannel.nextFact_exp;
601 FDKmemcpy(&hSbrDecRight->sbrDrcChannel, &hSbrDec->sbrDrcChannel, sizeof(SBRDEC_DRC_CHANNEL))
    [all...]
sbrdecoder.cpp 522 sbrDecoder_drcInitChannel( &self->pSbrElement[elementIndex]->pSbrChannel[ch]->SbrDec.sbrDrcChannel );
833 pSbrDrcChannelData = &self->pSbrElement[elementIndex]->pSbrChannel[elChanIdx]->SbrDec.sbrDrcChannel;
    [all...]

Completed in 48 milliseconds