HomeSort by relevance Sort by last modified time
    Searched refs:yp2 (Results 1 - 4 of 4) 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,
106 float4 p2 = cubicInterpolate(convert_float4(yp2[xs0]),
107 convert_float4(yp2[xs1]),
108 convert_float4(yp2[xs2]),
109 convert_float4(yp2[xs3]), xf);
121 static uchar2 OneBiCubic(const uchar2 *yp0, const uchar2 *yp1, const uchar2 *yp2, const uchar2 *yp3,
141 float2 p2 = cubicInterpolate(convert_float2(yp2[xs0]),
142 convert_float2(yp2[xs1]),
143 convert_float2(yp2[xs2]),
144 convert_float2(yp2[xs3]), xf)
331 const uchar4 *yp2 = (const uchar4 *)(pin + stride * ys2); local
398 const uchar2 *yp2 = (const uchar2 *)(pin + stride * ys2); local
465 const uchar *yp2 = pin + stride * ys2; local
532 const float4 *yp2 = (const float4 *)(pin + stride * ys2); local
572 const float2 *yp2 = (const float2 *)(pin + stride * ys2); local
612 const float *yp2 = (const float *)(pin + stride * ys2); local
    [all...]
  /external/libopus/celt/arm/
celt_ne10_mdct.c 140 kiss_fft_scalar * OPUS_RESTRICT yp2 = out+stride*(N2-1); local
149 *yp2 = yi;
152 yp2 -= 2*stride;
  /external/libopus/celt/
mdct.c 222 kiss_fft_scalar * OPUS_RESTRICT yp2 = out+stride*(N2-1); local
231 *yp2 = yi;
234 yp2 -= 2*stride;
  /external/libopus/celt/mips/
mdct_mipsr1.h 167 kiss_fft_scalar * OPUS_RESTRICT yp2 = out+stride*(N2-1); local
176 *yp2 = yi;
179 yp2 -= 2*stride;

Completed in 964 milliseconds