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

  /external/libopus/celt/arm/
celt_ne10_mdct.c 139 kiss_fft_scalar * OPUS_RESTRICT yp1 = out; local
148 *yp1 = yr;
151 yp1 += 2*stride;
207 kiss_fft_scalar * yp1 = out+(overlap>>1)+N2-2; local
222 re = yp1[0];
223 im = yp1[1];
225 yp1[1] = yi;
232 yp1[0] = yr;
235 yp1 -= 2;
242 kiss_fft_scalar * OPUS_RESTRICT yp1 = out local
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicResize.cpp 86 static uchar4 OneBiCubic(const uchar4 *yp0, const uchar4 *yp1, const uchar4 *yp2, const uchar4 *yp3,
101 float4 p1 = cubicInterpolate(convert_float4(yp1[xs0]),
102 convert_float4(yp1[xs1]),
103 convert_float4(yp1[xs2]),
104 convert_float4(yp1[xs3]), xf);
121 static uchar2 OneBiCubic(const uchar2 *yp0, const uchar2 *yp1, const uchar2 *yp2, const uchar2 *yp3,
136 float2 p1 = cubicInterpolate(convert_float2(yp1[xs0]),
137 convert_float2(yp1[xs1]),
138 convert_float2(yp1[xs2]),
139 convert_float2(yp1[xs3]), xf)
330 const uchar4 *yp1 = (const uchar4 *)(pin + stride * ys1); local
397 const uchar2 *yp1 = (const uchar2 *)(pin + stride * ys1); local
464 const uchar *yp1 = pin + stride * ys1; local
531 const float4 *yp1 = (const float4 *)(pin + stride * ys1); local
571 const float2 *yp1 = (const float2 *)(pin + stride * ys1); local
611 const float *yp1 = (const float *)(pin + stride * ys1); local
    [all...]
  /external/libopus/celt/
mdct.c 221 kiss_fft_scalar * OPUS_RESTRICT yp1 = out; local
230 *yp1 = yr;
233 yp1 += 2*stride;
290 kiss_fft_scalar * yp1 = out+(overlap>>1)+N2-2; local
307 re = yp1[1];
308 im = yp1[0];
310 yp1[1] = yi;
317 yp1[0] = yr;
320 yp1 -= 2;
327 kiss_fft_scalar * OPUS_RESTRICT yp1 = out local
    [all...]
  /external/libopus/celt/mips/
mdct_mipsr1.h 166 kiss_fft_scalar * OPUS_RESTRICT yp1 = out; local
175 *yp1 = yr;
178 yp1 += 2*stride;
235 kiss_fft_scalar * OPUS_RESTRICT yp1 = out+(overlap>>1)+N2-2; local
252 re = yp1[1];
253 im = yp1[0];
255 yp1[1] = yi;
262 yp1[0] = yr;
265 yp1 -= 2;
272 kiss_fft_scalar * OPUS_RESTRICT yp1 = out local
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
GraggBulirschStoerStepInterpolator.java 249 final double yp1 = h * y1Dot[i]; local
251 final double aspl = ydiff - yp1;
272 final double ph2 = yp1 - yp0;

Completed in 55 milliseconds