Searched defs:yp1 (Results 1 – 5 of 5) sorted by relevance
| /external/renderscript-intrinsics-replacement-toolkit/renderscript-toolkit/src/main/cpp/ |
| D | Resize.cpp | 126 static uchar4 OneBiCubic(const uchar4 *yp0, const uchar4 *yp1, const uchar4 *yp2, const uchar4 *yp3, in OneBiCubic() 161 static uchar2 OneBiCubic(const uchar2 *yp0, const uchar2 *yp1, const uchar2 *yp2, const uchar2 *yp3, in OneBiCubic() 196 static uchar OneBiCubic(const uchar *yp0, const uchar *yp1, const uchar *yp2, const uchar *yp3, in OneBiCubic() 279 static float4 OneBiCubic(const float4 *yp0, const float4 *yp1, const float4 *yp2, const float4 *yp3, in OneBiCubic() 302 static float2 OneBiCubic(const float2 *yp0, const float2 *yp1, const float2 *yp2, const float2 *yp3, in OneBiCubic() 325 static float OneBiCubic(const float *yp0, const float *yp1, const float *yp2, const float *yp3, in OneBiCubic() 373 const uchar4 *yp1 = (const uchar4 *)(pin + stride * ys1); in kernelU4() local 444 const uchar2 *yp1 = (const uchar2 *)(pin + stride * ys1); in kernelU2() local 519 const uchar *yp1 = pin + stride * ys1; in kernelU1() local 600 const float4 *yp1 = (const float4 *)(pin + stride * ys1); in kernelF4() local [all …]
|
| /external/libopus/celt/arm/ |
| D | celt_mdct_ne10.c | 139 kiss_fft_scalar * OPUS_RESTRICT yp1 = out; in clt_mdct_forward_neon() local 207 kiss_fft_scalar * yp1 = out+(overlap>>1)+N2-2; in clt_mdct_backward_neon() local 242 kiss_fft_scalar * OPUS_RESTRICT yp1 = out; in clt_mdct_backward_neon() local
|
| /external/libopus/celt/mips/ |
| D | mdct_mipsr1.h | 166 kiss_fft_scalar * OPUS_RESTRICT yp1 = out; in clt_mdct_forward() local 235 kiss_fft_scalar * OPUS_RESTRICT yp1 = out+(overlap>>1)+N2-2; in clt_mdct_backward() local 272 kiss_fft_scalar * OPUS_RESTRICT yp1 = out; in clt_mdct_backward() local
|
| /external/libopus/celt/ |
| D | mdct.c | 221 kiss_fft_scalar * OPUS_RESTRICT yp1 = out; in clt_mdct_forward_c() local 290 kiss_fft_scalar * yp1 = out+(overlap>>1)+N2-2; in clt_mdct_backward_c() local 327 kiss_fft_scalar * OPUS_RESTRICT yp1 = out; in clt_mdct_backward_c() local
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ |
| D | GraggBulirschStoerStepInterpolator.java | 249 final double yp1 = h * y1Dot[i]; in computeCoefficients() local
|