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

1 2 3

  /frameworks/rs/cpu_ref/
rsCpuIntrinsicResize.cpp 87 float xf, float yf, int width) {
116 float4 p = cubicInterpolate(p0, p1, p2, p3, yf);
122 float xf, float yf, int width) {
151 float2 p = cubicInterpolate(p0, p1, p2, p3, yf);
157 float xf, float yf, int width) {
175 float p = cubicInterpolate(p0, p1, p2, p3, yf);
225 static void mkYCoeff(int32_t *yr, float yf) {
226 int32_t yf1 = rint(yf * 0x10000);
227 int32_t yf2 = rint(yf * yf * 0x10000)
320 float yf = (info->current.y + 0.5f) * cp->scaleY - 0.5f; local
387 float yf = (info->current.y + 0.5f) * cp->scaleY - 0.5f; local
454 float yf = (info->current.y + 0.5f) * cp->scaleY - 0.5f; local
521 float yf = (info->current.y + 0.5f) * cp->scaleY - 0.5f; local
561 float yf = (info->current.y + 0.5f) * cp->scaleY - 0.5f; local
601 float yf = (info->current.y + 0.5f) * cp->scaleY - 0.5f; local
    [all...]
  /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
resize.rs 28 float yf = clamp(y * scale, 0.f, (float)gHeightIn - 1.f);
30 uint32_t iy = yf;
45 float yf = (y + 0.5f) * scale - 0.5f;
48 int starty = (int) floor(yf - 1);
50 yf = yf - floor(yf);
88 float4 p = cubicInterpolate(p0, p1, p2, p3, yf);
  /frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
resize.rs 28 float yf = clamp(y * scale, 0.f, (float)gHeightIn - 1.f);
30 uint32_t iy = yf;
45 float yf = (y + 0.5f) * scale - 0.5f;
48 int starty = (int) floor(yf - 1);
50 yf = yf - floor(yf);
88 float4 p = cubicInterpolate(p0, p1, p2, p3, yf);
  /frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
resize.rs 28 float yf = clamp(y * scale, 0.f, (float)gHeightIn - 1.f);
30 uint32_t iy = yf;
45 float yf = (y + 0.5f) * scale - 0.5f;
48 int starty = (int) floor(yf - 1);
50 yf = yf - floor(yf);
88 float4 p = cubicInterpolate(p0, p1, p2, p3, yf);
  /prebuilts/go/darwin-x86/src/math/
pow.go 90 yi, yf := Modf(absy)
91 if yf != 0 && x < 0 {
102 // ans *= x**yf
103 if yf != 0 {
104 if yf > 0.5 {
105 yf--
108 a1 = Exp(yf * Log(x))
  /prebuilts/go/linux-x86/src/math/
pow.go 90 yi, yf := Modf(absy)
91 if yf != 0 && x < 0 {
102 // ans *= x**yf
103 if yf != 0 {
104 if yf > 0.5 {
105 yf--
108 a1 = Exp(yf * Log(x))
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
intrinsic_resize.rs 47 float yf = (y + 0.5f) * scaleY - 0.5f;
50 int starty = (int) floor(yf - 1);
52 yf = yf - floor(yf);
90 float4 p = cubicInterpolate_F4(p0, p1, p2, p3, yf);
97 float yf = (y + 0.5f) * scaleY - 0.5f;
100 int starty = (int) floor(yf - 1);
102 yf = yf - floor(yf)
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/d1new/
KernelDataForRenderScriptd1new.java 118 float yf = y - kernelRadius + dy; local
121 if (yf * yf + xf * xf <= diskRadius2) {
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/f32/
KernelDataForRenderScriptF32.java 117 float yf = y - kernelRadius + dy; local
120 if (yf * yf + xf * xf <= diskRadius2) {
  /frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/d1new/
KernelDataForRenderScriptd1new.java 106 float yf = y - kernelRadius + dy; local
109 if (yf * yf + xf * xf <= diskRadius2) {
  /frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/f32/
KernelDataForRenderScriptF32.java 104 float yf = y - kernelRadius + dy; local
107 if (yf * yf + xf * xf <= diskRadius2) {
  /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);
  /external/openssh/regress/
ssh-com-keygen.sh 66 ${SSHKEYGEN} -yf ${OPENSSHPRV} |\
  /external/deqp/modules/gles2/functional/
es2fDepthRangeTests.cpp 231 float yf = ((float)y + 0.5f) / (float)referenceFrame.getHeight(); local
238 float d = depthRangeTransform(triQuadInterpolate(xf, yf, m_depthCoord), m_zNear, m_zFar);
249 float rd = 1.0f - (xh + yf) * 0.5f;
250 float d = depthRangeTransform(triQuadInterpolate(xf, yf, m_depthCoord), m_zNear, m_zFar);
381 float yf = ((float)y + 0.5f) / (float)referenceFrame.getHeight(); local
382 float d = depthRangeTransform(triQuadInterpolate(xf, yf, m_depthCoord), m_zNear, m_zFar);
es2fShaderBuiltinVarTests.cpp 336 const float yf = (float(refImg.getHeight()-y-1)+.5f) / float(refImg.getHeight()); local
337 const float z = (xf + yf) / 2.0f;
428 const float yf = (float(refImg.getHeight()-y-1)+.5f) / float(refImg.getHeight()); local
429 const float oow = ((xf + yf) < 1.0f)
430 ? projectedTriInterpolate(tcu::Vec3(w[0], w[1], w[2]), tcu::Vec3(w[0], w[1], w[2]), xf, yf)
431 : projectedTriInterpolate(tcu::Vec3(w[3], w[2], w[1]), tcu::Vec3(w[3], w[2], w[1]), 1.0f-xf, 1.0f-yf);
544 const float yf = (float(h-yo-1)+0.5f) / float(h); local
545 const tcu::Vec4 color (xf, yf, 0.0f, 1.0f);
  /external/deqp/modules/gles3/functional/
es3fFragDepthTests.cpp 238 float yf = ((float)y + 0.5f) / (float)referenceFrame.getHeight(); local
245 float d = m_evalFunc(Vec2(xf, yf));
256 float rd = 1.0f - (xh + yf) * 0.5f;
257 float d = m_evalFunc(Vec2(xf, yf));
407 float yf = ((float)y + 0.5f) / (float)referenceFrame.getHeight(); local
408 float d = m_evalFunc(Vec2(xf, yf));
es3fShaderBuiltinVarTests.cpp 356 const float yf = (float(refImg.getHeight()-y-1)+.5f) / float(refImg.getHeight()); local
357 const float z = (xf + yf) / 2.0f;
451 const float yf = (float(refImg.getHeight()-y-1)+.5f) / float(refImg.getHeight()); local
452 const float oow = ((xf + yf) < 1.0f)
453 ? projectedTriInterpolate(tcu::Vec3(w[0], w[1], w[2]), tcu::Vec3(w[0], w[1], w[2]), xf, yf)
454 : projectedTriInterpolate(tcu::Vec3(w[3], w[2], w[1]), tcu::Vec3(w[3], w[2], w[1]), 1.0f-xf, 1.0f-yf);
570 const float yf = (float(h-yo-1)+0.5f) / float(h); local
571 const tcu::Vec4 color (xf, yf, 0.0f, 1.0f);
    [all...]
es3fFragmentOutputTests.cpp 410 const float yf = ((float)y - (float)cellY*cellH + 0.5f) / cellH; local
415 const bool tri = xf + yf >= 1.0f;
420 const float t = tri ? 1.0f-yf : yf;
613 float yf = (float)y / (float)(gridHeight-1); local
616 positions[(y*gridWidth + x)*4 + 1] = 2.0f*yf - 1.0f;
666 float yf = (float)y / (float)(gridHeight-1); local
668 float f0 = (xf + yf) * 0.5f;
669 float f1 = 0.5f + (xf - yf) * 0.5f;
    [all...]
  /external/deqp/framework/common/
tcuTestLog.cpp 278 float yf = ((float)y + 0.5f) / (float)logImage.getHeight(); local
280 Vec4 s = access.sample2D(sampler, sampler.minFilter, xf, yf, 0)*pixelScale + pixelBias;
318 float yf = ((float)y + 0.5f) / (float)h; local
322 Vec4 s = access.sample3D(sampler, sampler.minFilter, xf, yf, zf);
  /external/deqp/modules/gles3/stress/
es3sLongRunningShaderTests.cpp 255 const float yf = 2.0f * ((float(yi) + 0.5f) / float(height)) - 1.0f; local
257 positions[pointNdx] = Vec2(xf, yf);
  /external/libvpx/libvpx/third_party/libyuv/source/
scale_argb.cc 274 int yf = (y >> 8) & 255; local
275 InterpolateRow(row, src, src_stride, clip_src_width, yf);
414 int yf = (y >> 8) & 255; local
415 InterpolateRow(dst_argb, rowptr, rowstride, dst_width * 4, yf);
622 int yf = (y >> 8) & 255; local
623 InterpolateRow(dst_argb, rowptr, rowstride, dst_width * 4, yf);
  /external/libyuv/files/source/
scale_argb.cc 354 int yf = (y >> 8) & 255; local
355 InterpolateRow(row, src, src_stride, clip_src_width, yf);
509 int yf = (y >> 8) & 255; local
510 InterpolateRow(dst_argb, rowptr, rowstride, dst_width * 4, yf);
736 int yf = (y >> 8) & 255; local
737 InterpolateRow(dst_argb, rowptr, rowstride, dst_width * 4, yf);
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
nm.c 602 int xf, yf;
633 yf = (strstr (yn, "gnu_compiled") != NULL
636 if (xf && ! yf)
638 if (! xf && yf)
652 yf = file_symbol (y, yn, ynl);
654 if (xf && ! yf)
656 if (! xf && yf)
597 int xf, yf; local
    [all...]
  /external/eigen/bench/
bench_norm.cpp 248 double yf = basef * std::abs(internal::random<double>()); local
250 VectorXf vf = VectorXf::Ones(s) * yf;
253 std::cout << "reference\t" << std::sqrt(double(s))*yf << "\t" << std::sqrt(double(s))*yd << "\n";
273 //std::cout << "reference\t" << internal::sqrt(double(s))*yf << "\t" << internal::sqrt(double(s))*yd << "\n";

Completed in 1178 milliseconds

1 2 3