HomeSort by relevance Sort by last modified time
    Searched defs:sN (Results 1 - 4 of 4) sorted by null

  /frameworks/av/services/audioflinger/
AudioResamplerFirProcess.h 185 const TI* sN,
208 // for (int j = 0; j < CHANNELS; ++j) mac(accum[j], c, sN + j);
209 tmp_data = sN; // tmp_ptr seems faster than directly using sN
213 sN += CHANNELS;
225 mac(l, r, TFUNC::interpolaten(coefsN[count], coefsN[0], lerpP), sN);
227 sN += CHANNELS;
237 mac(l, TFUNC::interpolaten(coefsN[count], coefsN[0], lerpP), sN);
239 sN += CHANNELS;
256 const TI* sN,
    [all...]
AudioResamplerSinc.cpp 417 int16_t const* sN = samples + CHANNELS;
427 interpolate<CHANNELS>(l, r, coefsN++, offset, lerpN, sN);
428 sN += CHANNELS;
457 sampleN = vld1_s16(sN);
463 sN += 4;
527 sampleN = vld2_s16(sN);
533 sN += 8;
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmssm.c 220 cmsFloat64Number sc, sN, sD;
237 sN = 0.0; // force using point P0 on segment S1
244 sN = (b*e - c*d);
247 if (sN < 0.0) { // sc < 0 => the s=0 edge is visible
249 sN = 0.0;
253 else if (sN > sD) { // sc > 1 => the s=1 edge is visible
254 sN = sD;
265 sN = 0.0;
267 sN = sD;
269 sN = -d
    [all...]
  /external/valgrind/VEX/priv/
host_arm64_defs.c     [all...]

Completed in 1027 milliseconds