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

  /frameworks/rs/cpu_ref/
rsCpuIntrinsicResize.cpp 93 static uchar4 OneBiCubic(const uchar4 *yp0, const uchar4 *yp1, const uchar4 *yp2, const uchar4 *yp3,
108 float4 p1 = cubicInterpolate(convert_float4(yp1[xs0]),
109 convert_float4(yp1[xs1]),
110 convert_float4(yp1[xs2]),
111 convert_float4(yp1[xs3]), xf);
128 static uchar2 OneBiCubic(const uchar2 *yp0, const uchar2 *yp1, const uchar2 *yp2, const uchar2 *yp3,
143 float2 p1 = cubicInterpolate(convert_float2(yp1[xs0]),
144 convert_float2(yp1[xs1]),
145 convert_float2(yp1[xs2]),
146 convert_float2(yp1[xs3]), xf)
337 const uchar4 *yp1 = (const uchar4 *)(pin + stride * ys1); local
404 const uchar2 *yp1 = (const uchar2 *)(pin + stride * ys1); local
471 const uchar *yp1 = pin + stride * ys1; local
538 const float4 *yp1 = (const float4 *)(pin + stride * ys1); local
578 const float2 *yp1 = (const float2 *)(pin + stride * ys1); local
618 const float *yp1 = (const float *)(pin + stride * ys1); local
    [all...]
  /external/libopus/celt/
mdct.c 191 kiss_fft_scalar * OPUS_RESTRICT yp1 = out; local
201 *yp1 = yr - S_MUL(yi,sine);
204 yp1 += 2*stride;
258 kiss_fft_scalar * OPUS_RESTRICT yp1 = out+(overlap>>1)+N2-2; local
273 re = yp1[0];
274 im = yp1[1];
277 yp1[1] = yi + S_MUL(yr,sine);
285 yp1[0] = -(yr - S_MUL(yi,sine));
288 yp1 -= 2;
295 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 121 milliseconds