• Home
  • Raw
  • Download

Lines Matching refs:result1

611       FIXP_DBL result1, result2;  in qmfSynPrototypeFirSlot2()  local
613 result1 = *pMyTimeOut++; in qmfSynPrototypeFirSlot2()
616 result1 = fMult(result1,gain); in qmfSynPrototypeFirSlot2()
618 if (result1 < 0) result1 += add_neg; in qmfSynPrototypeFirSlot2()
619 if (result1 < max_neg) result1 = max_neg; in qmfSynPrototypeFirSlot2()
620 if (result1 > max_pos) result1 = max_pos; in qmfSynPrototypeFirSlot2()
622 timeOut[0] = result1 >> scale; in qmfSynPrototypeFirSlot2()
624 timeOut[0] = result1 << scale; in qmfSynPrototypeFirSlot2()
638 result1 = *pMyTimeOut++; in qmfSynPrototypeFirSlot2()
641 result1 = fMult(result1,gain); in qmfSynPrototypeFirSlot2()
643 if (result1 < 0) result1 += add_neg; in qmfSynPrototypeFirSlot2()
644 if (result1 < max_neg) result1 = max_neg; in qmfSynPrototypeFirSlot2()
645 if (result1 > max_pos) result1 = max_pos; in qmfSynPrototypeFirSlot2()
647 timeOut[0] = result1 >> scale; in qmfSynPrototypeFirSlot2()
649 timeOut[0] = result1 << scale; in qmfSynPrototypeFirSlot2()
668 FIXP_DBL result1, result2; in qmfSynPrototypeFirSlot2() local
669 result1 = *pMyTimeOut++; in qmfSynPrototypeFirSlot2()
672 if (result1 < 0) result1 += add_neg; in qmfSynPrototypeFirSlot2()
673 if (result1 < max_neg) result1 = max_neg; in qmfSynPrototypeFirSlot2()
674 if (result1 > max_pos) result1 = max_pos; in qmfSynPrototypeFirSlot2()
676 timeOut[0] = result1 >> scale; in qmfSynPrototypeFirSlot2()
678 timeOut[0] = result1 << scale; in qmfSynPrototypeFirSlot2()
691 result1 = *pMyTimeOut++; in qmfSynPrototypeFirSlot2()
694 if (result1 < 0) result1 += add_neg; in qmfSynPrototypeFirSlot2()
695 if (result1 < max_neg) result1 = max_neg; in qmfSynPrototypeFirSlot2()
696 if (result1 > max_pos) result1 = max_pos; in qmfSynPrototypeFirSlot2()
698 timeOut[0] = result1 >> scale; in qmfSynPrototypeFirSlot2()
700 timeOut[0] = result1 << scale; in qmfSynPrototypeFirSlot2()