Lines Matching refs:RESTRICT
170 FIXP_QAS *RESTRICT pFilterStates in qmfAnaPrototypeFirSlot()
175 FIXP_QMF *RESTRICT pData_0 = analysisBuffer + 2*no_channels - 1; in qmfAnaPrototypeFirSlot()
176 FIXP_QMF *RESTRICT pData_1 = analysisBuffer; in qmfAnaPrototypeFirSlot()
178 FIXP_QAS *RESTRICT sta_0 = (FIXP_QAS *)pFilterStates; in qmfAnaPrototypeFirSlot()
179 FIXP_QAS *RESTRICT sta_1 = (FIXP_QAS *)pFilterStates + (2*QMF_NO_POLY*no_channels) - 1; in qmfAnaPrototypeFirSlot()
464 static void qmfSynPrototypeFirSlot1_filter(FIXP_QMF *RESTRICT realSlot, in qmfSynPrototypeFirSlot1_filter()
465 FIXP_QMF *RESTRICT imagSlot, in qmfSynPrototypeFirSlot1_filter()
466 const FIXP_DBL *RESTRICT p_flt, in qmfSynPrototypeFirSlot1_filter()
467 FIXP_QSS *RESTRICT sta, in qmfSynPrototypeFirSlot1_filter()
473 const FIXP_DBL *RESTRICT p_fltm = p_flt + 155; in qmfSynPrototypeFirSlot1_filter()
534 … FIXP_QMF *RESTRICT realSlot, /*!< Input: Pointer to real Slot */ in qmfSynPrototypeFirSlot2()
535 … FIXP_QMF *RESTRICT imagSlot, /*!< Input: Pointer to imag Slot */ in qmfSynPrototypeFirSlot2()
536 INT_PCM *RESTRICT timeOut, /*!< Time domain data */ in qmfSynPrototypeFirSlot2()
540 FIXP_QSS *RESTRICT sta = (FIXP_QSS*)qmf->FilterStates; in qmfSynPrototypeFirSlot2()
545 …const FIXP_DBL *RESTRICT p_flt = (FIXP_DBL *) qmf->p_filter; /* low=[0], high=[1] */ in qmfSynPrototypeFirSlot2()
546 …const FIXP_DBL *RESTRICT p_fltm = (FIXP_DBL *) qmf->p_filter + 155; /* low=[310], high=[311] */ in qmfSynPrototypeFirSlot2()