Home | History | Annotate | Download | only in audioflinger

Lines Matching defs:coefsP

181         const TC* coefsP,
197 TC c = TFUNC::interpolatep(coefsP[0], coefsP[count], lerpP);
203 coefsP++;
221 mac(l, r, TFUNC::interpolatep(coefsP[0], coefsP[count], lerpP), sP);
222 coefsP++;
233 mac(l, TFUNC::interpolatep(coefsP[0], coefsP[count], lerpP), sP);
234 coefsP++;
249 const TC* coefsP,
255 ProcessBase<CHANNELS, STRIDE, InterpNull>(out, count, coefsP, coefsN, sP, sN, 0, volumeLR);
262 const TC* coefsP,
271 ProcessBase<CHANNELS, STRIDE, InterpCompute>(out, count, coefsP, coefsN, sP, sN, lerpP, volumeLR);
353 const TC* coefsP = coefs + indexP*halfNumCoefs;
360 halfNumCoefs, coefsP, coefsN, sP, sN, volumeLR);
366 const TC* coefsP = coefs + indexP*halfNumCoefs;
368 const TC* coefsP1 = coefsP + halfNumCoefs;
388 halfNumCoefs, coefsP, coefsN, coefsP1, coefsN1, sP, sN, lerpP, volumeLR);
394 halfNumCoefs, coefsP, coefsN, coefsP1, coefsN1, sP, sN, lerpP, volumeLR);