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

  /external/chromium_org/gpu/command_buffer/tests/
gl_pointcoord_unittest.cc 135 GLint yf = s2p(point_y + v * point_width); local
137 GLfloat t = 0.5 + (yf + 0.5 - yw) / max_point_size;
144 GLTestHelper::CheckPixels(xf, yf, 1, 1, 4, color);
  /external/eigen/bench/
bench_norm.cpp 237 double yf = basef * internal::abs(internal::random<double>()); local
239 VectorXf vf = VectorXf::Ones(s) * yf;
242 std::cout << "reference\t" << internal::sqrt(double(s))*yf << "\t" << internal::sqrt(double(s))*yd << "\n";
262 //std::cout << "reference\t" << internal::sqrt(double(s))*yf << "\t" << internal::sqrt(double(s))*yd << "\n";
  /packages/apps/Camera2/jni/
tinyplanet.cc 107 float yf = (y - output_height / 2.0f) / image_scale; local
110 float r = hypotf(xf, yf);
111 float theta = angle+atan2(yf, xf);
  /packages/apps/Gallery2/jni/filters/
tinyplanet.cc 106 float yf = (y - output_height / 2.0f) / image_scale; local
109 float r = hypotf(xf, yf);
110 float theta = angle+atan2(yf, xf);
  /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/libyuv/files/source/
scale_argb.cc 892 int yf = (y >> 8) & 255; local
894 ScaleARGBFilterRows(row, src, src_stride, src_width, yf);
    [all...]
scale.cc 2694 int yf = y & 0xffff; local
2765 int yf = (y >> 8) & 255; 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/libvpx/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 1662 milliseconds