Home
last modified time | relevance | path

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

/external/skqp/third_party/etc1/
Detc1.cpp537 etc1_uint32 yEnd = height - y; in etc1_encode_image() local
538 if (yEnd > 4) { in etc1_encode_image()
539 yEnd = 4; in etc1_encode_image()
541 int ymask = kYMask[yEnd]; in etc1_encode_image()
548 for (etc1_uint32 cy = 0; cy < yEnd; cy++) { in etc1_encode_image()
590 etc1_uint32 yEnd = height - y; in etc1_decode_image() local
591 if (yEnd > 4) { in etc1_decode_image()
592 yEnd = 4; in etc1_decode_image()
601 for (etc1_uint32 cy = 0; cy < yEnd; cy++) { in etc1_decode_image()
/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.cpp884 deInt32 yEnd = deInt32(floorf(yf[1] + 0.5f)); in rasterizeExpectedResults() local
895 yEnd = clamp(yEnd, ysLow, ysHigh); in rasterizeExpectedResults()
901 yEnd = clamp(yEnd, 0, kHeight); in rasterizeExpectedResults()
907 for (deInt32 y = yBegin; y < yEnd; ++y) in rasterizeExpectedResults()
/external/llvm-project/flang/lib/Evaluate/
Dtype.cpp257 auto yEnd{yDetails.componentNames().cend()}; in AreSameDerivedType() local
260 if (yComponentName == yEnd || *xComponentName != *yComponentName || in AreSameDerivedType()
272 return yComponentName == yEnd; in AreSameDerivedType()
/external/replicaisland/src/com/replica/replicaisland/
DBackgroundCollisionComponent.java223 float yEnd = bottom; in update() local
229 mRayEnd.set(centerOffsetX, yEnd); in update()
/external/skqp/src/codec/
DSkGifCodec.cpp425 const int yEnd = std::min(yBegin + rowNumber + repeatCount, this->dimensions().height()); in haveDecodedRow() local
428 if (!width || (xBegin < 0) || (yBegin < 0) || (xEnd <= xBegin) || (yEnd <= yBegin)) in haveDecodedRow()
/external/skia/third_party/libgifcodec/
DSkLibGifCodec.cpp430 const int yEnd = std::min(yBegin + repeatCount, this->dimensions().height()); in haveDecodedRow() local
433 if (!width || (xBegin < 0) || (yBegin < 0) || (xEnd <= xBegin) || (yEnd <= yBegin)) in haveDecodedRow()
/external/perfetto/ui/src/frontend/
Dpanel_container.ts321 private overlapsCanvas(yStart: number, yEnd: number) {
322 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.java538 final int yEnd = yPos + stride * height;
546 buffer.limit(yEnd);
/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderTests.cpp1244 int yEnd = 0; in fillQuarter() local
1248 case 0: xStart = 0u; xEnd = w2; yStart = 0u; yEnd = h2; break; in fillQuarter()
1249 case 1: xStart = 0u; xEnd = w2; yStart = h2; yEnd = h; break; in fillQuarter()
1250 case 2: xStart = w2; xEnd = w; yStart = 0u; yEnd = h2; break; in fillQuarter()
1251 case 3: xStart = w2; xEnd = w; yStart = h2; yEnd = h; break; in fillQuarter()
1260 yEnd = h2 + (yEnd - h2) / 2; in fillQuarter()
1271 for (int y = yStart; y < yEnd; ++y) in fillQuarter()
1278 for (int y = yStart; y < yEnd; ++y) in fillQuarter()
1290 for (int y = yStart; y < yEnd; ++y) in fillQuarter()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemUtils.cpp906 const int yEnd = (row + 1)*dst.getHeight() / numRows; in fillWithRandomColorTiles() local
912 tcu::clear(tcu::getSubregion(dst, xBegin, yBegin, slice, xEnd - xBegin, yEnd - yBegin, 1), color); in fillWithRandomColorTiles()
/external/deqp/external/vulkancts/modules/vulkan/clipping/
DvktClippingTests.cpp252 const int yEnd = regionOffset.y() + regionSize.y(); in countPixels() local
256 DE_ASSERT(yEnd <= pixels.getHeight()); in countPixels()
258 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.cpp3630 const int yEnd = yEnds[getIteration()]; in compareAndVerifyOverestimatedNormal() local
3642 for (int y = yStart; result && y < yEnd; ++y) in compareAndVerifyOverestimatedNormal()
3664 for (int y = yStart; y < yEnd; ++y) in compareAndVerifyOverestimatedNormal()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp2867 const int yEnd = deMax32(blit.dstOffsets[0].y, blit.dstOffsets[1].y); in forEach() local
2877 for (int y = yStart; y < yEnd; y++) in forEach()
/external/conscrypt/benchmark-android/
Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...