Lines Matching refs:scaleX
220 FIXP_DBL *hybOutputRealWet, FIXP_DBL scaleX, in combineSignalRealScale1() argument
227 (fMultDiv2(*hybOutputRealWet, scaleX) << (SF_SCALE + 1)); in combineSignalRealScale1()
250 const FIXP_CFG *pBP, FIXP_DBL scaleX, in combineSignalCplxScale1() argument
255 scaleY = fMultDiv2(scaleX, *pBP); in combineSignalCplxScale1()
271 FIXP_DBL *hybOutputImagWet, FIXP_DBL scaleX, in combineSignalCplxScale2() argument
278 (fMultDiv2(*hybOutputRealWet, scaleX) << (SF_SCALE + 1)); in combineSignalCplxScale2()
281 (fMultDiv2(*hybOutputImagWet, scaleX) << (SF_SCALE + 1)); in combineSignalCplxScale2()
522 FIXP_DBL scaleX; in subbandTPApply() local
523 scaleX = scale[ch]; in subbandTPApply()
532 &pBP[self->tp_hybBandBorder], scaleX, in subbandTPApply()
540 &self->hybOutputImagWet__FDK[ch][HP_SIZE - 3 + 10 - 1], scaleX, in subbandTPApply()