HomeSort by relevance Sort by last modified time
    Searched refs:yp2 (Results 1 - 2 of 2) 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,
113 float4 p2 = cubicInterpolate(convert_float4(yp2[xs0]),
114 convert_float4(yp2[xs1]),
115 convert_float4(yp2[xs2]),
116 convert_float4(yp2[xs3]), xf);
128 static uchar2 OneBiCubic(const uchar2 *yp0, const uchar2 *yp1, const uchar2 *yp2, const uchar2 *yp3,
148 float2 p2 = cubicInterpolate(convert_float2(yp2[xs0]),
149 convert_float2(yp2[xs1]),
150 convert_float2(yp2[xs2]),
151 convert_float2(yp2[xs3]), xf)
338 const uchar4 *yp2 = (const uchar4 *)(pin + stride * ys2); local
405 const uchar2 *yp2 = (const uchar2 *)(pin + stride * ys2); local
472 const uchar *yp2 = pin + stride * ys2; local
539 const float4 *yp2 = (const float4 *)(pin + stride * ys2); local
579 const float2 *yp2 = (const float2 *)(pin + stride * ys2); local
619 const float *yp2 = (const float *)(pin + stride * ys2); local
    [all...]
  /external/libopus/celt/
mdct.c 192 kiss_fft_scalar * OPUS_RESTRICT yp2 = out+stride*(N2-1); local
202 *yp2 = yi + S_MUL(yr,sine);;
205 yp2 -= 2*stride;

Completed in 445 milliseconds