Searched refs:sthQ15 (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | lattice.c | 97 int16_t sthQ15[MAX_AR_MODEL_ORDER]; in WebRtcIsacfix_NormLatticeFilterMa() local 126 memcpy(sthQ15, &filt_coefQ15[temp2], orderCoef * sizeof(int16_t)); in WebRtcIsacfix_NormLatticeFilterMa() 128 WebRtcSpl_SqrtOfOneMinusXSquared(sthQ15, orderCoef, cthQ15); in WebRtcIsacfix_NormLatticeFilterMa() 159 tmp32 = WEBRTC_SPL_MUL_16_32_RSFT15(sthQ15[i-1], stateGQ15[i-1]);//Q15*Q15>>15 = Q15 in WebRtcIsacfix_NormLatticeFilterMa() 170 tmp32b = WEBRTC_SPL_MUL_16_32_RSFT15(sthQ15[i-1], fQtmp); //Q15*Q15>>15 = Q15 in WebRtcIsacfix_NormLatticeFilterMa() 182 WebRtcIsacfix_FilterMaLoopFix(sthQ15[k], cthQ15[k], inv_cthQ16[k], in WebRtcIsacfix_NormLatticeFilterMa() 224 int16_t sthQ15[MAX_AR_MODEL_ORDER]; in WebRtcIsacfix_NormLatticeFilterAr() local 250 sthQ15[ii] = filt_coefQ15[temp2+ii]; in WebRtcIsacfix_NormLatticeFilterAr() 253 WebRtcSpl_SqrtOfOneMinusXSquared(sthQ15, orderCoef, cthQ15); in WebRtcIsacfix_NormLatticeFilterAr() 287 tmp32 = (cthQ15[i - 1] * ARfQ0vec[0] - sthQ15[i - 1] * stateGQ0[i - 1] + in WebRtcIsacfix_NormLatticeFilterAr() [all …]
|