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

  /external/chromium_org/third_party/opus/src/celt/
mdct.c 191 kiss_fft_scalar * OPUS_RESTRICT yp1 = out; local
201 *yp1 = yr - S_MUL(yi,sine);
204 yp1 += 2*stride;
258 kiss_fft_scalar * OPUS_RESTRICT yp1 = out+(overlap>>1)+N2-2; local
273 re = yp1[0];
274 im = yp1[1];
277 yp1[1] = yi + S_MUL(yr,sine);
285 yp1[0] = -(yr - S_MUL(yi,sine));
288 yp1 -= 2;
295 kiss_fft_scalar * OPUS_RESTRICT yp1 = out local
    [all...]
  /external/libopus/celt/
mdct.c 191 kiss_fft_scalar * OPUS_RESTRICT yp1 = out; local
201 *yp1 = yr - S_MUL(yi,sine);
204 yp1 += 2*stride;
258 kiss_fft_scalar * OPUS_RESTRICT yp1 = out+(overlap>>1)+N2-2; local
273 re = yp1[0];
274 im = yp1[1];
277 yp1[1] = yi + S_MUL(yr,sine);
285 yp1[0] = -(yr - S_MUL(yi,sine));
288 yp1 -= 2;
295 kiss_fft_scalar * OPUS_RESTRICT yp1 = out local
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicResize.cpp 84 static uchar4 OneBiCubic(const uchar4 *yp0, const uchar4 *yp1, const uchar4 *yp2, const uchar4 *yp3,
99 float4 p1 = cubicInterpolate(convert_float4(yp1[xs0]),
100 convert_float4(yp1[xs1]),
101 convert_float4(yp1[xs2]),
102 convert_float4(yp1[xs3]), xf);
119 static uchar2 OneBiCubic(const uchar2 *yp0, const uchar2 *yp1, const uchar2 *yp2, const uchar2 *yp3,
134 float2 p1 = cubicInterpolate(convert_float2(yp1[xs0]),
135 convert_float2(yp1[xs1]),
136 convert_float2(yp1[xs2]),
137 convert_float2(yp1[xs3]), xf)
202 const uchar4 *yp1 = (const uchar4 *)(pin + stride * ys1); local
242 const uchar2 *yp1 = (const uchar2 *)(pin + stride * ys1); local
282 const uchar *yp1 = pin + stride * ys1; local
    [all...]

Completed in 723 milliseconds