Home
last modified time | relevance | path

Searched refs:yEnd (Results 1 – 15 of 15) sorted by relevance

/external/skia/third_party/etc1/
Detc1.cpp532 etc1_uint32 yEnd = height - y; in etc1_encode_image() local
533 if (yEnd > 4) { in etc1_encode_image()
534 yEnd = 4; in etc1_encode_image()
536 int ymask = kYMask[yEnd]; in etc1_encode_image()
543 for (etc1_uint32 cy = 0; cy < yEnd; cy++) { in etc1_encode_image()
585 etc1_uint32 yEnd = height - y; in etc1_decode_image() local
586 if (yEnd > 4) { in etc1_decode_image()
587 yEnd = 4; in etc1_decode_image()
596 for (etc1_uint32 cy = 0; cy < yEnd; cy++) { in etc1_decode_image()
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DGraggBulirschStoerIntegrator.java461 final double[] yMiddle, final double[] yEnd, in tryStep() argument
473 yEnd[i] = y0[i] + subStep * f[0][i]; in tryStep()
475 computeDerivatives(t, yEnd, f[1]); in tryStep()
482 System.arraycopy(yEnd, 0, yMiddle, 0, y0.length); in tryStep()
487 final double middle = yEnd[i]; in tryStep()
488 yEnd[i] = yTmp[i] + subStep2 * f[j][i]; in tryStep()
492 computeDerivatives(t, yEnd, f[j+1]); in tryStep()
515 yEnd[i] = 0.5 * (yTmp[i] + yEnd[i] + subStep * f[n][i]); in tryStep()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateInheritanceTests.cpp846 deInt32 yEnd = deInt32(floorf(yf[1] + 0.5f)); in rasterizeExpectedResults() local
857 yEnd = de::clamp(yEnd, ysLow, ysHigh); in rasterizeExpectedResults()
863 yEnd = de::clamp(yEnd, 0, kHeight); in rasterizeExpectedResults()
869 for (deInt32 y = yBegin; y < yEnd; ++y) in rasterizeExpectedResults()
/external/replicaisland/src/com/replica/replicaisland/
DBackgroundCollisionComponent.java223 float yEnd = bottom; in update() local
229 mRayEnd.set(centerOffsetX, yEnd); in update()
/external/perfetto/ui/src/frontend/
Dpanel_container.ts366 private overlapsCanvas(yStart: number, yEnd: number) {
367 return yEnd > 0 && yStart < this.canvasHeight;
/external/autotest/client/site_tests/graphics_SanAngeles/src/
Ddemo.c486 const int yBegin = -15, yEnd = 15; // ends are non-inclusive in createGroundPlane() local
488 const long triangleCount = (yEnd - yBegin) * (xEnd - xBegin) * 2; in createGroundPlane()
501 for (y = yBegin; y < yEnd; ++y) in createGroundPlane()
/external/webrtc/sdk/android/src/java/org/webrtc/
DAndroidVideoDecoder.java529 final int yEnd = yPos + stride * height;
537 buffer.limit(yEnd);
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawDepthClampTests.cpp689 deInt32 yEnd = yStart + viewRect.extent.height; in iterate() local
691 for (int y = yStart; y < yEnd; ++y) in iterate()
/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderTests.cpp1456 int yEnd = 0; in fillQuarter() local
1460 case 0: xStart = 0u; xEnd = w2; yStart = 0u; yEnd = h2; break; in fillQuarter()
1461 case 1: xStart = 0u; xEnd = w2; yStart = h2; yEnd = h; break; in fillQuarter()
1462 case 2: xStart = w2; xEnd = w; yStart = 0u; yEnd = h2; break; in fillQuarter()
1463 case 3: xStart = w2; xEnd = w; yStart = h2; yEnd = h; break; in fillQuarter()
1474 yEnd = h2 + (yEnd - h2) / 2; in fillQuarter()
1485 for (int y = yStart; y < yEnd; ++y) in fillQuarter()
1493 for (int y = yStart; y < yEnd; ++y) in fillQuarter()
1505 for (int y = yStart; y < yEnd; ++y) in fillQuarter()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemUtils.cpp948 const int yEnd = (row + 1)*dst.getHeight() / numRows; in fillWithRandomColorTiles() local
954 tcu::clear(tcu::getSubregion(dst, xBegin, yBegin, slice, xEnd - xBegin, yEnd - yBegin, 1), color); in fillWithRandomColorTiles()
/external/deqp/external/vulkancts/modules/vulkan/clipping/
DvktClippingTests.cpp253 const int yEnd = regionOffset.y() + regionSize.y(); in countPixels() local
257 DE_ASSERT(yEnd <= pixels.getHeight()); in countPixels()
259 for (int y = regionOffset.y(); y < yEnd; ++y) in countPixels()
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp114 const int yEnd = (row+1)*dst.getHeight()/numRows; in fillWithRandomColorTiles() local
120 tcu::clear(tcu::getSubregion(dst, xBegin, yBegin, slice, xEnd-xBegin, yEnd-yBegin, 1), color); in fillWithRandomColorTiles()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp182 const int yEnd = (row+1)*dst.getHeight()/numRows; in fillWithRandomColorTiles() local
187 tcu::clear(tcu::getSubregion(dst, xBegin, yBegin, slice, xEnd-xBegin, yEnd-yBegin, 1), color); in fillWithRandomColorTiles()
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationTests.cpp3746 const int yEnd = yEnds[getIteration()]; in compareAndVerifyOverestimatedNormal() local
3758 for (int y = yStart; result && y < yEnd; ++y) in compareAndVerifyOverestimatedNormal()
3780 for (int y = yStart; y < yEnd; ++y) in compareAndVerifyOverestimatedNormal()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp3812 const int yEnd = deMax32(blit.dstOffsets[0].y, blit.dstOffsets[1].y); in forEach() local
3822 for (int y = yStart; y < yEnd; y++) in forEach()