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

  /frameworks/av/services/audioflinger/
AudioResamplerFirProcessNeon.h 58 const int16_t* sN,
70 "vld1.16 {q3}, [%[sN]]! \n"// (2) load 8 16-bits mono samples
96 [sN] "+r" (sN)
110 const int16_t* sN,
123 "vld2.16 {q5, q6}, [%[sN]]! \n"// (3) load 8 16-bits stereo samples
153 [sN] "+r" (sN)
170 const int16_t* sN,
184 "vld1.16 {q3}, [%[sN]]! \n"// (2) load 8 16-bits mono sample
    [all...]
AudioResamplerFirProcess.h 184 const TI* sN,
207 // for (int j = 0; j < CHANNELS; ++j) mac(accum[j], c, sN + j);
208 tmp_data = sN; // tmp_ptr seems faster than directly using sN
212 sN += CHANNELS;
224 mac(l, r, TFUNC::interpolaten(coefsN[count], coefsN[0], lerpP), sN);
226 sN += CHANNELS;
236 mac(l, TFUNC::interpolaten(coefsN[count], coefsN[0], lerpP), sN);
238 sN += CHANNELS;
252 const TI* sN,
    [all...]
AudioResamplerSinc.cpp     [all...]
  /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/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
omxSP_FFTInv_CToC_FC32_Sfs_s.S 85 #define sN S0.S32
191 VMOV sN,N
192 VCVT fN, sN @ fn = fftSize, as a float
omxSP_FFTInv_CCSToR_F32_Sfs_s.S 131 #define sN S0.S32
261 VMOV sN,N
262 VCVT fN, sN @ fn = fftSize, as a float
  /external/chromium_org/v8/test/mjsunit/
string-add.js 108 assertEquals("142", "1" + new Number(42), "sN");
  /external/valgrind/main/VEX/priv/
host_arm64_defs.c     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/testdata/
h264-svc-99-640x360.rtpdump     [all...]

Completed in 562 milliseconds