Lines Matching refs:lerpP
186 TINTERP lerpP, in ProcessBase() argument
198 TC c = TFUNC::interpolatep(coefsP[0], coefsP[count], lerpP); in ProcessBase()
206 c = TFUNC::interpolaten(coefsN[count], coefsN[0], lerpP); in ProcessBase()
222 mac(l, r, TFUNC::interpolatep(coefsP[0], coefsP[count], lerpP), sP); in ProcessBase()
225 mac(l, r, TFUNC::interpolaten(coefsN[count], coefsN[0], lerpP), sN); in ProcessBase()
234 mac(l, TFUNC::interpolatep(coefsP[0], coefsP[count], lerpP), sP); in ProcessBase()
237 mac(l, TFUNC::interpolaten(coefsN[count], coefsN[0], lerpP), sN); in ProcessBase()
305 TINTERP lerpP, in Process() argument
308 ProcessBase<CHANNELS, STRIDE, InterpCompute>(out, count, coefsP, coefsN, sP, sN, lerpP, in Process()
423 TC lerpP = TC(phase << (sizeof(phase)*8 - coefShift)) * scale; in fir() local
426 halfNumCoefs, coefsP, coefsN, coefsP1, coefsN1, sP, sN, lerpP, volumeLR); in fir()
428 uint32_t lerpP = phase << (sizeof(phase)*8 - coefShift) in fir() local
432 halfNumCoefs, coefsP, coefsN, coefsP1, coefsN1, sP, sN, lerpP, volumeLR); in fir()