Home
last modified time | relevance | path

Searched defs:yf (Results 1 – 25 of 41) sorted by relevance

12

/external/renderscript-intrinsics-replacement-toolkit/renderscript-toolkit/src/main/cpp/
DResize.cpp127 float xf, float yf, int width) { in OneBiCubic()
162 float xf, float yf, int width) { in OneBiCubic()
197 float xf, float yf, int width) { in OneBiCubic()
266 static void mkYCoeff(int32_t *yr, float yf) { in mkYCoeff()
280 float xf, float yf, int width) { in OneBiCubic()
303 float xf, float yf, int width) { in OneBiCubic()
326 float xf, float yf, int width) { in OneBiCubic()
357 float yf = _mm_cvtss_f32(_mm_fmsub_ss(_mm_set1_ps(currentY + 0.5f), in kernelU4() local
360 float yf = (currentY + 0.5f) * mScaleY - 0.5f; in kernelU4() local
429 float yf = _mm_cvtss_f32( in kernelU2() local
[all …]
/external/python/cpython3/Objects/
Dgenobject.c314 gen_close_iter(PyObject *yf) in gen_close_iter()
343 PyObject *yf = NULL; in _PyGen_yf() local
372 PyObject *yf = _PyGen_yf(gen); in gen_close() local
413 PyObject *yf = _PyGen_yf(gen); in _gen_throw() local
729 PyObject *yf = _PyGen_yf(gen); in gen_getyieldfrom() local
966 PyObject *yf = _PyGen_yf((PyGenObject *) coro); in coro_get_cr_await() local
/external/deqp/modules/gles2/functional/
Des2fShaderBuiltinVarTests.cpp338 const float yf = (float(refImg.getHeight()-y-1)+.5f) / float(refImg.getHeight()); in iterate() local
430 const float yf = (float(refImg.getHeight()-y-1)+.5f) / float(refImg.getHeight()); in iterate() local
546 const float yf = (float(h-yo-1)+0.5f) / float(h); in iterate() local
Des2fDepthRangeTests.cpp231 float yf = ((float)y + 0.5f) / (float)referenceFrame.getHeight(); in iterate() local
381 float yf = ((float)y + 0.5f) / (float)referenceFrame.getHeight(); in iterate() local
/external/libyuv/files/source/
Dscale_argb.cc379 int yf = (y >> 8) & 255; in ScaleARGBBilinearDown() local
565 int yf = (y >> 8) & 255; in ScaleARGBBilinearUp() local
806 int yf = (y >> 8) & 255; in ScaleYUVToARGBBilinearUp() local
Dscale.cc1081 int yf = (y >> 8) & 255; in ScalePlaneBilinearDown() local
1172 int yf = (y >> 8) & 255; in ScalePlaneBilinearDown_16() local
1316 int yf = (y >> 8) & 255; in ScalePlaneBilinearUp() local
1448 int yf = (y >> 8) & 255; in ScalePlaneBilinearUp_16() local
/external/libaom/libaom/third_party/libyuv/source/
Dscale_argb.cc379 int yf = (y >> 8) & 255; in ScaleARGBBilinearDown() local
565 int yf = (y >> 8) & 255; in ScaleARGBBilinearUp() local
814 int yf = (y >> 8) & 255; in ScaleYUVToARGBBilinearUp() local
Dscale_uv.cc454 int yf = (y >> 8) & 255; in ScaleUVBilinearDown() local
641 int yf = (y >> 8) & 255; in ScaleUVBilinearUp() local
Dscale.cc1094 int yf = (y >> 8) & 255; in ScalePlaneBilinearDown() local
1185 int yf = (y >> 8) & 255; in ScalePlaneBilinearDown_16() local
1329 int yf = (y >> 8) & 255; in ScalePlaneBilinearUp() local
1461 int yf = (y >> 8) & 255; in ScalePlaneBilinearUp_16() local
/external/libvpx/libvpx/third_party/libyuv/source/
Dscale_argb.cc353 int yf = (y >> 8) & 255; in ScaleARGBBilinearDown() local
518 int yf = (y >> 8) & 255; in ScaleARGBBilinearUp() local
746 int yf = (y >> 8) & 255; in ScaleYUVToARGBBilinearUp() local
Dscale.cc1023 int yf = (y >> 8) & 255; in ScalePlaneBilinearDown() local
1114 int yf = (y >> 8) & 255; in ScalePlaneBilinearDown_16() local
1253 int yf = (y >> 8) & 255; in ScalePlaneBilinearUp() local
1380 int yf = (y >> 8) & 255; in ScalePlaneBilinearUp_16() local
/external/deqp/modules/gles3/functional/
Des3fFragDepthTests.cpp238 float yf = ((float)y + 0.5f) / (float)referenceFrame.getHeight(); in iterate() local
407 float yf = ((float)y + 0.5f) / (float)referenceFrame.getHeight(); in iterate() local
Des3fShaderBuiltinVarTests.cpp356 const float yf = (float(refImg.getHeight()-y-1)+.5f) / float(refImg.getHeight()); in iterate() local
451 const float yf = (float(refImg.getHeight()-y-1)+.5f) / float(refImg.getHeight()); in iterate() local
570 const float yf = (float(h-yo-1)+0.5f) / float(h); in iterate() local
Des3fFragmentOutputTests.cpp410 const float yf = ((float)y - (float)cellY*cellH + 0.5f) / cellH; in renderFloatReference() local
613 float yf = (float)y / (float)(gridHeight-1); in iterate() local
666 float yf = (float)y / (float)(gridHeight-1); in iterate() local
/external/deqp/external/openglcts/modules/common/
DglcFragDepthTests.cpp236 float yf = ((float)y + 0.5f) / (float)referenceFrame.getHeight(); in iterate() local
392 float yf = ((float)y + 0.5f) / (float)referenceFrame.getHeight(); in iterate() local
/external/eigen/bench/
Dbench_norm.cpp248 double yf = basef * std::abs(internal::random<double>()); in check_accuracy() local
/external/deqp/modules/gles3/stress/
Des3sLongRunningShaderTests.cpp255 const float yf = 2.0f * ((float(yi) + 0.5f) / float(height)) - 1.0f; in genPositions() local
/external/deqp/framework/common/
DtcuTestLog.cpp284 float yf = ((float)y + 0.5f) / (float)logImage.getHeight(); in writeImage() local
324 float yf = ((float)y + 0.5f) / (float)h; in writeImage() local
/external/deqp/modules/glshared/
DglsShaderPerformanceMeasurer.cpp90 float yf = (float)y / (float)gridSizeY; in generateVertices() local
DglsRandomShaderCase.cpp172 float yf = (float)y / (float)m_gridHeight; in init() local
/external/angle/src/tests/gl_tests/
DPointSpritesTest.cpp105 int yf = static_cast<int>(floorf(s2p(pointY + v * pointWidth))); in testPointCoordAndPointSizeCompliance() local
/external/renderscript-intrinsics-replacement-toolkit/test-app/src/main/java/com/google/android/renderscript_test/
DReferenceResize.kt60 var yf: Float = (y + 0.5f) * scaleY - 0.5f in bicubicU4() variable
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureSwizzleTests.cpp204 const float yf = ((float)y + 0.5f) / (float)dstSize.y(); in iterate() local
/external/deqp/framework/randomshaders/
DrsgProgramExecutor.cpp248 float yf = (float)y / (float)(gridVtxHeight-1); in execute() local
/external/deqp/modules/egl/
DteglNativeCoordMappingTests.cpp224 const float yf = ((2.0f * float(y)) / (float)height) - 1.0f; in toGLCoord() local

12