HomeSort by relevance Sort by last modified time
    Searched refs:yp0 (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,
103 float4 p0 = cubicInterpolate(convert_float4(yp0[xs0]),
104 convert_float4(yp0[xs1]),
105 convert_float4(yp0[xs2]),
106 convert_float4(yp0[xs3]), xf);
128 static uchar2 OneBiCubic(const uchar2 *yp0, const uchar2 *yp1, const uchar2 *yp2, const uchar2 *yp3,
138 float2 p0 = cubicInterpolate(convert_float2(yp0[xs0]),
139 convert_float2(yp0[xs1]),
140 convert_float2(yp0[xs2]),
141 convert_float2(yp0[xs3]), xf)
336 const uchar4 *yp0 = (const uchar4 *)(pin + stride * ys0); local
403 const uchar2 *yp0 = (const uchar2 *)(pin + stride * ys0); local
470 const uchar *yp0 = pin + stride * ys0; local
537 const float4 *yp0 = (const float4 *)(pin + stride * ys0); local
577 const float2 *yp0 = (const float2 *)(pin + stride * ys0); local
617 const float *yp0 = (const float *)(pin + stride * ys0); local
    [all...]
  /external/libopus/celt/
mdct.c 257 kiss_fft_scalar * OPUS_RESTRICT yp0 = out+(overlap>>1); local
266 re = yp0[0];
267 im = yp0[1];
276 yp0[0] = -(yr - S_MUL(yi,sine));
286 yp0[1] = yi + S_MUL(yr,sine);
287 yp0 += 2;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
GraggBulirschStoerStepInterpolator.java 248 final double yp0 = h * y0Dot[i]; local
252 final double bspl = yp0 - ydiff;
272 final double ph2 = yp1 - yp0;

Completed in 87 milliseconds