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

  /frameworks/rs/cpu_ref/
rsCpuIntrinsicResize.cpp 86 static uchar4 OneBiCubic(const uchar4 *yp0, const uchar4 *yp1, const uchar4 *yp2, const uchar4 *yp3,
96 float4 p0 = cubicInterpolate(convert_float4(yp0[xs0]),
97 convert_float4(yp0[xs1]),
98 convert_float4(yp0[xs2]),
99 convert_float4(yp0[xs3]), xf);
121 static uchar2 OneBiCubic(const uchar2 *yp0, const uchar2 *yp1, const uchar2 *yp2, const uchar2 *yp3,
131 float2 p0 = cubicInterpolate(convert_float2(yp0[xs0]),
132 convert_float2(yp0[xs1]),
133 convert_float2(yp0[xs2]),
134 convert_float2(yp0[xs3]), xf)
329 const uchar4 *yp0 = (const uchar4 *)(pin + stride * ys0); local
396 const uchar2 *yp0 = (const uchar2 *)(pin + stride * ys0); local
463 const uchar *yp0 = pin + stride * ys0; local
530 const float4 *yp0 = (const float4 *)(pin + stride * ys0); local
570 const float2 *yp0 = (const float2 *)(pin + stride * ys0); local
610 const float *yp0 = (const float *)(pin + stride * ys0); local
    [all...]
  /external/libopus/celt/arm/
celt_ne10_mdct.c 206 kiss_fft_scalar * yp0 = out+(overlap>>1); local
215 re = yp0[0];
216 im = yp0[1];
224 yp0[0] = yr;
233 yp0[1] = yi;
234 yp0 += 2;
  /external/libopus/celt/
mdct.c 289 kiss_fft_scalar * yp0 = out+(overlap>>1); local
299 re = yp0[1];
300 im = yp0[0];
309 yp0[0] = yr;
318 yp0[1] = yi;
319 yp0 += 2;
  /external/libopus/celt/mips/
mdct_mipsr1.h 234 kiss_fft_scalar * OPUS_RESTRICT yp0 = out+(overlap>>1); local
244 re = yp0[1];
245 im = yp0[0];
254 yp0[0] = yr;
263 yp0[1] = yi;
264 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 42 milliseconds