Searched refs:yf (Results 1 - 9 of 9) sorted by relevance

/external/openssh/regress/
H A Dssh-com-keygen.sh66 ${SSHKEYGEN} -yf ${OPENSSHPRV} |\
H A DMakefile97 ${TEST_SSH_SSHKEYGEN} -yf $(OBJ)/t2.out | diff - ${.CURDIR}/rsa_openssh.pub
115 ${TEST_SSH_SSHKEYGEN} -yf $(OBJ)/t6.out1 | diff - $(OBJ)/t6.out2
/external/webkit/Source/WebCore/dom/
H A DCanvasSurface.cpp125 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/
H A Daec_core_sse2.c34 static void FilterFarSSE2(aec_t *aec, float yf[2][PART_LEN1]) argument
52 const __m128 yf_re = _mm_loadu_ps(&yf[0][j]);
53 const __m128 yf_im = _mm_loadu_ps(&yf[1][j]);
62 _mm_storeu_ps(&yf[0][j], g);
63 _mm_storeu_ps(&yf[1][j], h);
67 yf[0][j] += MulRe(aec->xfBuf[0][xPos + j], aec->xfBuf[1][xPos + j],
69 yf[1][j] += MulIm(aec->xfBuf[0][xPos + j], aec->xfBuf[1][xPos + j],
H A Daec_core.h156 typedef void (*WebRtcAec_FilterFar_t)(aec_t *aec, float yf[2][PART_LEN1]);
H A Daec_core.c243 static void FilterFar(aec_t *aec, float yf[2][PART_LEN1]) argument
256 yf[0][j] += MulRe(aec->xfBuf[0][xPos + j], aec->xfBuf[1][xPos + j],
258 yf[1][j] += MulIm(aec->xfBuf[0][xPos + j], aec->xfBuf[1][xPos + j],
640 float xf[2][PART_LEN1], yf[2][PART_LEN1], ef[2][PART_LEN1]; local
773 memset(yf[0], 0, sizeof(float) * (PART_LEN1 * 2));
776 WebRtcAec_FilterFar(aec, yf);
779 fft[0] = yf[0][0];
780 fft[1] = yf[0][PART_LEN];
782 fft[2 * i] = yf[0][i];
783 fft[2 * i + 1] = yf[
[all...]
/external/opencv/cxcore/src/
H A Dcxmathfuncs.cpp114 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);
/external/opencv/cv/src/
H A Dcvsurf.cpp434 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/
H A Dscale.cc3135 int yf = cy & 0xffff; local
3146 *dst++ = (r0 * (65536 - yf) + r1 * yf) >> 16;

Completed in 154 milliseconds