Searched defs:fy (Results 51 - 75 of 76) sorted by relevance

1234

/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrConversionTests.cpp108 const float fy = (float)y; local
114 const float t = 1.5f * ((fy * 1.5f * fh + fy) / (1.5f * fh * 1.5f * fh)) - 0.25f;
/external/deqp/modules/gles3/functional/
H A Des3fInstancedRenderingTests.cpp322 float fy = -1.0f + (float)y / (float)QUAD_GRID_SIZE * 2.0f; local
325 m_gridVertexPositions.push_back(fy);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_tri.c165 const float fy = v1[0][1] - v2[0][1]; local
168 const float det = ex * fy - ey * fx;
/external/pdfium/core/fxge/dib/
H A Dcfx_dibitmap.cpp740 int fy = FXSYS_GetYValue(forecolor); local
764 by + (fy - by) * gray / 255, bk + (fk - bk) * gray / 255);
796 *scanline++ = by + (fy - by) * gray / 255;
/external/pdfium/third_party/lcms/src/
H A Dcmsintrp.c342 cmsFloat32Number fx, fy, local
352 y0 = (int) _cmsQuickFloor(py); fy = py - (cmsFloat32Number) y0;
370 dxy = LERP(fy, dx0, dx1);
392 cmsS15Fixed16Number fx, fy; local
407 fy = _cmsToFixedDomain((int) Input[1] * p -> Domain[1]);
408 y0 = FIXED_TO_INT(fy);
409 ry = FIXED_REST_TO_INT(fy);
454 cmsFloat32Number fx, fy, fz, local
468 y0 = (int) _cmsQuickFloor(py); fy = py - (cmsFloat32Number) y0;
498 dxy0 = LERP(fy, dx0
523 cmsS15Fixed16Number fx, fy, fz; local
698 cmsS15Fixed16Number fx, fy, fz; local
835 cmsS15Fixed16Number fx, fy, fz; local
[all...]
H A Dcmspcs.c145 cmsFloat64Number fx, fy, fz; local
151 fy = f(xyz->Y / WhitePoint->Y);
154 Lab->L = 116.0*fy - 16.0;
155 Lab->a = 500.0*(fx - fy);
156 Lab->b = 200.0*(fy - fz);
/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTVector.h1340 @brief Calculates a matrix corresponding to scaling of fx, fy and fz
1343 static PVRTMat3 Scale(const VERTTYPE fx,const VERTTYPE fy,const VERTTYPE fz) argument
1346 0,fy,0,
1353 @brief Calculates a matrix corresponding to scaling of fx, fy and fz
1356 static PVRTMat3 Scale2D(const VERTTYPE fx,const VERTTYPE fy) argument
1359 0,fy,0,
1806 @brief Calculates a matrix corresponding to scaling of fx, fy and fz
1810 static PVRTMat4 Scale(const VERTTYPE fx,const VERTTYPE fy,const VERTTYPE fz) argument
1813 0,fy,0,0,
/external/deqp/external/openglcts/modules/common/
H A DglcShaderRenderCase.cpp249 float fy = 2.0f * sy - 1.0f; local
252 m_positions[vtxNdx] = Vec4(fx, fy, 0.0f, 1.0f);
291 float fy = 2.0f * sy - 1.0f; local
292 return Vec4(fx, fy, -fx + 0.33f * fy, -0.275f * fx - fy);
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemYCbCrConversionTests.cpp70 const float fy = -1.0f + 2.0f*((float(iy) + 0.5f) / float(renderSize.y())); local
72 positions[valNdx] = tcu::Vec2(fx, fy);
84 const float fy = (float)y; local
90 const float t = 1.5f * ((fy * 1.5f * fh + fy) / (1.5f * fh * 1.5f * fh)) - 0.25f;
/external/deqp/modules/glshared/
H A DglsShaderExecUtil.cpp589 const float fy = -1.0f + 2.0f*((float(iy) + 0.5f) / float(framebufferH)); local
591 positions[valNdx] = tcu::Vec2(fx, fy);
H A DglsShaderRenderCase.cpp204 float fy = 2.0f * sy - 1.0f; local
207 m_positions[vtxNdx] = Vec4(fx, fy, 0.0f, 1.0f);
246 float fy = 2.0f * sy - 1.0f; local
247 return Vec4(fx, fy, -fx + 0.33f*fy, -0.275f*fx - fy);
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_setup.c796 const float fy = v1[0][1] - v2[0][1]; local
799 return ex * fy - ey * fx;
/external/opencv/cv/src/
H A Dcvimgwarp.cpp225 worktype fy = yofs[dy].alpha_field, *swap_t; \
226 int sy0 = yofs[dy].idx, sy1 = sy0 + (fy > 0 && sy0 < ssize.height-1); \
271 fy*(buf1[dx] - buf0[dx])); \
436 float fy, x, sum; \
440 fy = dy*scale_y; \
441 sy = cvFloor(fy); \
442 fy -= sy; \
443 ify = cvRound(fy*ICV_CUBIC_TAB_SIZE); \
810 float fx, fy; local
863 fy
[all...]
/external/opencv/cvaux/src/
H A Dcvtrifocal.cpp154 double fx,fy,cx,cy; local
157 fy = cvmGet(cameraMatr,1,1);
165 cvmSet(normPoints, 1, i, (cvmGet(points,1,i) - cy) / fy );
/external/pdfium/core/fpdfdoc/
H A Dcpvt_generateap.cpp1215 float fy = rcBody.top; local
1217 if (IsFloatSmaller(fy, rcBody.bottom))
1249 rcBody.left, fy - fItemHeight, rcBody.right, fy);
1262 CFX_PointF(0.0f, fy), true, 0)
1268 CFX_PointF(0.0f, fy), true, 0)
1271 fy -= fItemHeight;
/external/pdfium/fpdfsdk/pwl/
H A Dcpwl_edit_impl.cpp1020 void CPWL_EditImpl::SetScrollPosY(float fy) { argument
1025 if (!IsFloatEqual(m_ptScrollPos.y, fy)) {
1026 m_ptScrollPos.y = fy;
1033 m_pNotify->SetScrollPosition(fy);
/external/skia/src/jumper/
H A DSkJumper_stages.cpp2076 // Whether bilinear or bicubic, all sample points are at the same fractional offset (fx,fy).
2080 fy = fract(g + 0.5f); local
2082 // Samplers will need to load x and fx, or y and fy.
2086 unaligned_store(c->fy, fy);
2118 F fy = unaligned_load<F>(ctx->fy); local
2121 if (kScale == -1) { scaley = 1.0f - fy; }
2122 if (kScale == +1) { scaley = fy; }
2162 F fy local
2265 fy = fract(cy + 0.5f); local
[all...]
/external/skqp/src/jumper/
H A DSkJumper_stages.cpp2046 // Whether bilinear or bicubic, all sample points are at the same fractional offset (fx,fy).
2050 fy = fract(g + 0.5f); local
2052 // Samplers will need to load x and fx, or y and fy.
2056 unaligned_store(c->fy, fy);
2088 F fy = unaligned_load<F>(ctx->fy); local
2091 if (kScale == -1) { scaley = 1.0f - fy; }
2092 if (kScale == +1) { scaley = fy; }
2132 F fy local
2235 fy = fract(cy + 0.5f); local
[all...]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp515 const float fy = -1.0f + 2.0f*((float(iy) + 0.5f) / float(renderSize.y())); local
517 positions[valNdx] = tcu::Vec2(fx, fy);
/external/swiftshader/src/Renderer/
H A DSurface.cpp1071 float fy = y - y0; local
1074 c000 *= (1 - fx) * (1 - fy) * (1 - fz);
1075 c100 *= fx * (1 - fy) * (1 - fz);
1076 c010 *= (1 - fx) * fy * (1 - fz);
1077 c110 *= fx * fy * (1 - fz);
1078 c001 *= (1 - fx) * (1 - fy) * fz;
1079 c101 *= fx * (1 - fy) * fz;
1080 c011 *= (1 - fx) * fy * fz;
1081 c111 *= fx * fy * fz;
1103 float fy local
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1531 milliseconds

1234