HomeSort by relevance Sort by last modified time
    Searched defs:yf (Results 26 - 39 of 39) sorted by null

12

  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_core.c 143 static void FilterFar(AecCore* aec, float yf[2][PART_LEN1]) {
155 yf[0][j] += MulRe(aec->xfBuf[0][xPos + j],
159 yf[1][j] += MulIm(aec->xfBuf[0][xPos + j],
1027 float xf[2][PART_LEN1], yf[2][PART_LEN1], ef[2][PART_LEN1]; local
    [all...]
  /external/deqp/modules/egl/
teglGLES2SharingTests.cpp 490 float yf = ((float)(y-y1) + 0.5f) / (float)(y2 - y1); local
491 bool tri = yf >= xf;
496 float t = tri ? 1.0f-yf : yf;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFragmentOutputTests.cpp 409 const float yf = ((float)y - (float)cellY*cellH + 0.5f) / cellH; local
414 const bool tri = xf + yf >= 1.0f;
419 const float t = tri ? 1.0f-yf : yf;
548 float yf = (float)y / (float)(gridHeight-1); local
551 positions[(y*gridWidth + x)*4 + 1] = 2.0f*yf - 1.0f;
601 float yf = (float)y / (float)(gridHeight-1); local
603 float f0 = (xf + yf) * 0.5f;
604 float f1 = 0.5f + (xf - yf) * 0.5f;
    [all...]
es3fShaderDerivateTests.cpp 1270 const float yf = (float(y)+0.5f) \/ float(level0.getHeight()); local
    [all...]
  /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/webrtc/src/modules/audio_processing/aec/
aec_core.c 243 static void FilterFar(aec_t *aec, float yf[2][PART_LEN1])
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[1][i]
    [all...]
  /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/deqp/modules/glshared/
glsTextureTestUtil.cpp 454 float yf = ((float)y + 0.5f) / (float)dst.getHeight(); local
457 int triNdx = xf + yf >= 1.0f ? 1 : 0; // Top left fill rule.
459 float triY = triNdx ? 1.0f-yf : yf;
486 float yf = ((float)y + 0.5f) / (float)dst.getHeight(); local
489 int triNdx = xf + yf >= 1.0f ? 1 : 0; // Top left fill rule.
491 float triY = triNdx ? 1.0f-yf : yf;
719 float yf = ((float)y + 0.5f) / (float)dst.getHeight(); local
722 int triNdx = xf + yf >= 1.0f ? 1 : 0; // Top left fill rule
763 float yf = ((float)y + 0.5f) \/ (float)dst.getHeight(); local
806 float yf = ((float)y + 0.5f) \/ (float)dst.getHeight(); local
947 const float yf = ((float)y + 0.5f) \/ (float)dst.getHeight(); local
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
scale.c 3516 int yf = cy & 0xffff; local
    [all...]
  /external/libyuv/files/source/
scale.cc 2694 int yf = y & 0xffff; local
2765 int yf = (y >> 8) & 255; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
scale.c 3516 int yf = cy & 0xffff; local
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 259 milliseconds

12