Lines Matching refs:fixMin
369 INT hybBands = fixMin(42, self->hybridBands); in extractBBEnv()
372 cplxBands = fixMin(42, self->hybridBands); in extractBBEnv()
409 fixMin(42, self->hybridBands)); /* scale slotNrg: in extractBBEnv()
419 scalePrev = fixMax(fixMin(partNrgSF - pPartNrgPrevSF[0], DFRACT_BITS - 1), in extractBBEnv()
422 fixMax(fixMin(partNrgSF - slotNrgSF + SF_ALPHA1, DFRACT_BITS - 1), in extractBBEnv()
475 scalePrev = fixMin(commonScale - pFrameNrgPrevSF[0], DFRACT_BITS - 1); in extractBBEnv()
476 scaleCur = fixMin(commonScale - frameNrgSF + SF_ALPHA1, DFRACT_BITS - 1); in extractBBEnv()
503 scale_min = fixMin(scale_min, sc); in extractBBEnv()
516 INT sc = fixMax(fixMin(resPbSF[pb] + scale_min, DFRACT_BITS - 1), in extractBBEnv()
530 scalePrev = fixMin(commonScale - pNormNrgPrevSF[0], DFRACT_BITS - 1); in extractBBEnv()
531 scaleCur = fixMin(commonScale - envSF + SF_BETA1, DFRACT_BITS - 1); in extractBBEnv()
550 sc = fixMin((sc >> 1) - sn, DFRACT_BITS - 1); in extractBBEnv()
660 FL2FXCONST_DBL(0.25f) >> (INT)fixMin(2 * scale, DFRACT_BITS - 1), in SpatialDecReshapeBBEnv()
663 dryFac = fixMin( in SpatialDecReshapeBBEnv()
664 FL2FXCONST_DBL(0.50f) >> (INT)fixMin(2 * scale - 3, DFRACT_BITS - 1), in SpatialDecReshapeBBEnv()
671 dryFac = dryFac << (INT)fixMin(scale, sc); in SpatialDecReshapeBBEnv()
672 scale = scale - fixMin(scale, sc); in SpatialDecReshapeBBEnv()