Searched refs:maxShift (Results 1 – 3 of 3) sorted by relevance
201 int col, int numQmfSubSamples, int maxShift) { in sbrDecoder_drcApplySlot() argument345 if (hDrcData->prevFact_exp < maxShift) { in sbrDecoder_drcApplySlot()346 drcFact1_mag >>= maxShift - hDrcData->prevFact_exp; in sbrDecoder_drcApplySlot()348 if (fact_exp < maxShift) { in sbrDecoder_drcApplySlot()349 drcFact2_mag >>= maxShift - fact_exp; in sbrDecoder_drcApplySlot()461 if (fact_exp < maxShift) { in sbrDecoder_drcApplySlot()462 drcFact_mag >>= maxShift - fact_exp; in sbrDecoder_drcApplySlot()498 int maxShift = 0; in sbrDecoder_drcApply() local509 if (hDrcData->prevFact_exp > maxShift) { in sbrDecoder_drcApply()510 maxShift = hDrcData->prevFact_exp; in sbrDecoder_drcApply()[all …]
770 int maxShift = 0; in sbr_dec() local773 if (hSbrDec->sbrDrcChannel.prevFact_exp > maxShift) { in sbr_dec()774 maxShift = hSbrDec->sbrDrcChannel.prevFact_exp; in sbr_dec()776 if (hSbrDec->sbrDrcChannel.currFact_exp > maxShift) { in sbr_dec()777 maxShift = hSbrDec->sbrDrcChannel.currFact_exp; in sbr_dec()779 if (hSbrDec->sbrDrcChannel.nextFact_exp > maxShift) { in sbr_dec()780 maxShift = hSbrDec->sbrDrcChannel.nextFact_exp; in sbr_dec()822 rQmfImag, i, synQmfRight->no_col, maxShift); in sbr_dec()824 outScalefactorR += maxShift; in sbr_dec()829 maxShift); in sbr_dec()[all …]
143 int col, int numQmfSubSamples, int maxShift);