Searched refs:outGain (Results 1 – 3 of 3) sorted by relevance
170 FIXP_DBL outGain; /*!< Gain output data (syn only) (init with 0x80000000 to ignore) */ member
205 if (qmf->outGain!=(FIXP_DBL)0x80000000) { in qmfSynPrototypeFirSlot()206 Are = fMult(Are,qmf->outGain); in qmfSynPrototypeFirSlot()1053 h_Qmf->outGain = (FIXP_DBL)0x80000000; /* default init value will be not applied */ in qmfInitFilterBank()1194 synQmf->outGain = outputGain; in qmfChangeOutGain()
606 if (qmf->outGain != 0x80000000) in qmfSynPrototypeFirSlot2()608 FIXP_DBL gain = qmf->outGain; in qmfSynPrototypeFirSlot2()