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

1 2

  /external/deqp/modules/glshared/
glsShaderPerformanceMeasurer.cpp 90 float yf = (float)y / (float)gridSizeY; local
93 dst[getVtxIndex(x, y, gridSizeX)*numComponents + compNdx] = triQuadInterpolate(xf, yf, tcu::Vec4(spec.p00[compNdx], spec.p01[compNdx], spec.p10[compNdx], spec.p11[compNdx]));
glsRandomShaderCase.cpp 172 float yf = (float)y / (float)m_gridHeight; local
180 dst[1] = 1.0f + yf * -2.0f;
192 rsg::getVertexInterpolationCoords(xd, yd, xf, yf, compNdx);
  /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";
  /external/libvpx/libvpx/third_party/libyuv/source/
scale_argb.cc 259 int yf = (y >> 8) & 255; local
260 InterpolateRow(row, src, src_stride, clip_src_width, yf);
399 int yf = (y >> 8) & 255; local
400 InterpolateRow(dst_argb, rowptr, rowstride, dst_width * 4, yf);
610 int yf = (y >> 8) & 255; local
611 InterpolateRow(dst_argb, rowptr, rowstride, dst_width * 4, yf);
scale.cc 951 int yf = (y >> 8) & 255; local
1053 int yf = (y >> 8) & 255; local
1196 int yf = (y >> 8) & 255; local
1335 int yf = (y >> 8) & 255; local
    [all...]
scale_common.cc 939 int yf; local
944 yf = filtering ? ((y >> 8) & 255) : 0;
946 src_stride, dst_width_bytes, yf);
1021 int yf; local
1026 yf = filtering ? ((y >> 8) & 255) : 0;
1028 src_stride, dst_width_words, yf);
    [all...]
  /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/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);
  /hardware/ti/omap4-aah/camera/
NV12_resize.cpp 58 mmUint16 xf, yf; local
120 yf = (mmUchar) ((mmUint32)((row*resizeFactorY) >> 6) & 0x7);
145 w = bWeights[xf][yf][0];
152 w = bWeights[xf][yf][1];
159 w = bWeights[xf][yf][3];
166 w = bWeights[xf][yf][2];
196 yf = (mmUchar) ((mmUint32)((row*resizeFactorY) >> 6) & 0x7);
226 w = bWeights[xf][yf][0];
237 w = bWeights[xf][yf][1];
248 w = bWeights[xf][yf][3]
    [all...]
  /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/deqp/framework/common/
tcuTestLog.cpp 205 float yf = ((float)y + 0.5f) / (float)logImage.getHeight(); local
207 Vec4 s = access.sample2D(sampler, sampler.minFilter, xf, yf, 0)*pixelScale + pixelBias;
245 float yf = ((float)y + 0.5f) / (float)h; local
249 Vec4 s = access.sample3D(sampler, sampler.minFilter, xf, yf, zf);
  /external/deqp/framework/randomshaders/
rsgProgramExecutor.cpp 248 float yf = (float)y / (float)(gridVtxHeight-1); local
250 interpolateVertexInput(access, vtxNdx-packetStart, input->getValueRange(), xf, yf);
  /external/deqp/modules/egl/
teglNativeCoordMappingTests.cpp 224 const float yf = (float(2.0f * y) / height) - 1.0f; local
226 return tcu::Vec2(xf, yf);
teglGLES2SharingTests.cpp 451 float yf = ((float)(y-y1) + 0.5f) / (float)(y2 - y1); local
452 bool tri = yf >= xf;
457 float t = tri ? 1.0f-yf : yf;
    [all...]
  /external/deqp/modules/gles2/functional/
es2fDepthRangeTests.cpp 231 float yf = ((float)y + 0.5f) / 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) / 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/libyuv/files/source/
scale_argb.cc 892 int yf = (y >> 8) & 255; local
894 ScaleARGBFilterRows(row, src, src_stride, src_width, yf);
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicResize.cpp 94 float xf, float yf, int width) {
123 float4 p = cubicInterpolate(p0, p1, p2, p3, yf);
129 float xf, float yf, int width) {
158 float2 p = cubicInterpolate(p0, p1, p2, p3, yf);
164 float xf, float yf, int width) {
182 float p = cubicInterpolate(p0, p1, p2, p3, yf);
232 static void mkYCoeff(int32_t *yr, float yf) {
233 int32_t yf1 = rint(yf * 0x10000);
234 int32_t yf2 = rint(yf * yf * 0x10000)
327 float yf = (info->current.y + 0.5f) * cp->scaleY - 0.5f; local
394 float yf = (info->current.y + 0.5f) * cp->scaleY - 0.5f; local
461 float yf = (info->current.y + 0.5f) * cp->scaleY - 0.5f; local
528 float yf = (info->current.y + 0.5f) * cp->scaleY - 0.5f; local
568 float yf = (info->current.y + 0.5f) * cp->scaleY - 0.5f; local
608 float yf = (info->current.y + 0.5f) * cp->scaleY - 0.5f; 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...]

Completed in 702 milliseconds

1 2