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

  /hardware/ti/omap4xxx/camera/
NV12_resize.c 47 mmUint16 xf, yf; local
118 yf = (mmUchar) ((mmUint32)((row*resizeFactorY) >> 6) & 0x7);
147 w = bWeights[xf][yf][0];
154 w = bWeights[xf][yf][1];
161 w = bWeights[xf][yf][3];
168 w = bWeights[xf][yf][2];
200 yf = (mmUchar) ((mmUint32)((row*resizeFactorY) >> 6) & 0x7);
235 w = bWeights[xf][yf][0];
246 w = bWeights[xf][yf][1];
257 w = bWeights[xf][yf][3]
    [all...]
  /external/webrtc/src/modules/audio_processing/aecm/main/matlab/matlab/
align.m 1 function [delayStructNew] = align(xf, yf, delayStruct, i, trueDelay);
16 yyf = sqrt(real(yf.*conj(yf))+1e-20);
  /external/webkit/Source/WebCore/dom/
CanvasSurface.cpp 125 float yf = logicalPos.y() * m_pageScaleFactor; local
127 return IntPoint(static_cast<unsigned>(xf), static_cast<unsigned>(yf));
  /external/webrtc/src/modules/audio_processing/aec/main/source/
aec_core_sse2.c 32 static void FilterFarSSE2(aec_t *aec, float yf[2][PART_LEN1])
50 const __m128 yf_re = _mm_loadu_ps(&yf[0][j]);
51 const __m128 yf_im = _mm_loadu_ps(&yf[1][j]);
60 _mm_storeu_ps(&yf[0][j], g);
61 _mm_storeu_ps(&yf[1][j], h);
65 yf[0][j] += MulRe(aec->xfBuf[0][xPos + j], aec->xfBuf[1][xPos + j],
67 yf[1][j] += MulIm(aec->xfBuf[0][xPos + j], aec->xfBuf[1][xPos + j],
aec_core.h 168 typedef void (*WebRtcAec_FilterFar_t)(aec_t *aec, float yf[2][PART_LEN1]);
aec_core.c 216 static void FilterFar(aec_t *aec, float yf[2][PART_LEN1])
229 yf[0][j] += MulRe(aec->xfBuf[0][xPos + j], aec->xfBuf[1][xPos + j],
231 yf[1][j] += MulIm(aec->xfBuf[0][xPos + j], aec->xfBuf[1][xPos + j],
573 float xf[2][PART_LEN1], yf[2][PART_LEN1], ef[2][PART_LEN1]; local
691 memset(yf[0], 0, sizeof(float) * (PART_LEN1 * 2));
694 WebRtcAec_FilterFar(aec, yf);
697 fft[0] = yf[0][0];
698 fft[1] = yf[0][PART_LEN];
700 fft[2 * i] = yf[0][i];
701 fft[2 * i + 1] = yf[1][i]
    [all...]
  /external/v8/test/mjsunit/
array-sort.js 78 for (var yf = 0; yf <= 9; yf++) {
81 var y = yb * yf + yo;
  /ndk/sources/host-tools/nawk-20071023/
run.c 1084 Awkfloat xf, yf; local
1107 yf = getfval(y);
1110 xf += yf;
1113 xf -= yf;
1116 xf *= yf;
1119 if (yf == 0)
1121 xf /= yf;
1124 if (yf == 0)
1126 modf(xf/yf, &v);
1127 xf = xf - yf * v
    [all...]
  /external/webrtc/src/modules/audio_processing/aecm/main/matlab/
compsup.m 173 yf=fmicrophone(:,i);
185 yyf= sqrt(real(yf.*conj(yf))+1e-20);
  /frameworks/base/services/java/com/android/server/wm/
DragState.java 375 private WindowState getTouchedWinAtPointLw(float xf, float yf) {
378 final int y = (int) yf;
  /external/opencv/cxcore/src/
cxmathfuncs.cpp 114 float xf[4], yf[4]; local
142 yf[j] = _y.f;
151 float z0 = (float) (yf[0] * xf[1] * b * d);
152 float z1 = (float) (yf[1] * xf[0] * b * d);
153 float z2 = (float) (yf[2] * xf[3] * a * d);
154 float z3 = (float) (yf[3] * xf[2] * a * d);
    [all...]
  /external/opencv/cv/src/
cvsurf.cpp 434 float yf = center.y - r*b;
436 y = cvFloor(yf); patch_rect0.y = MIN(patch_rect0.y, y);
438 y = cvCeil(yf)+1; patch_rect0.height = MAX(patch_rect0.height, y);
  /external/libyuv/files/source/
scale.cc 3135 int yf = cy & 0xffff; local
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 615 milliseconds