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

  /external/epid-sdk/ext/ipp/sources/ippcp/
pcpbnarithgcd.c 137 Ipp32u* xBuffer = (Ipp32u*)BN_BUFFER(x);
156 ZEXPAND_COPY_BNU(xBuffer, nsXmax, xData, nsX);
167 Ipp64u xx = (Ipp64u)(xBuffer[nsX-1]);
194 cpSize nsT = cpMod_BNU32(xBuffer, nsX, yBuffer, nsY);
196 COPY_BNU(T, xBuffer, nsT);
198 ZEXPAND_BNU(xBuffer, 0, nsXmax);
199 COPY_BNU(xBuffer, yBuffer, nsY);
214 carry = cpMulDgt_BNU32(u, xBuffer, nsY, a1);
221 carry = cpMulDgt_BNU32(T, xBuffer, nsY, (Ipp32u)AA);
228 carry = cpMulDgt_BNU32(T, xBuffer, nsY, (Ipp32u)AA)
    [all...]
  /external/sonic/
Sonic.java 269 int xBuffer = numInputSamples*numChannels;
271 inputBuffer[xBuffer++] = (short)(samples[xSample]*32767.0f);
297 int xBuffer = numInputSamples*numChannels;
300 inputBuffer[xBuffer++] = (short) (sample << 8);
314 int xBuffer = numInputSamples*numChannels;
317 inputBuffer[xBuffer++] = sample;

Completed in 619 milliseconds