Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dforeach_bounds.rscript8 int yEnd = 0;
33 if (i < xStart || i >= xEnd || j < yStart || j >= yEnd) {
59 rssc.yEnd = yEnd;
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
Dstats_scorer.cpp51 int yEnd = static_cast<int>(height * bottom); in Java_androidx_media_filterpacks_numeric_StatsFilter_regionscore() local
52 int numPixels = (xEnd - xStart) * (yEnd - yStart); in Java_androidx_media_filterpacks_numeric_StatsFilter_regionscore()
56 for (int y = yStart; y < yEnd; y++) { in Java_androidx_media_filterpacks_numeric_StatsFilter_regionscore()
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
DUT_foreach_bounds.java40 final int yEnd = 6; in initializeGlobals() local
52 s.set_yEnd(yEnd); in initializeGlobals()
56 sc.setX(xStart, xEnd).setY(yStart, yEnd); in initializeGlobals()
Dfp16.rscript99 int yEnd = (gDimY != 0) ? gDimY: 1; \
102 for (int y=0; y < yEnd; y++) \
125 int yEnd = (gDimY != 0) ? gDimY: 1; \
128 for (int y=0; y < yEnd; y++) { \
Dforeach_bounds.rscript24 int yEnd = 0;
48 if (i < xStart || i >= xEnd || j < yStart || j >= yEnd) {
Dsingle_source_script.rscript99 opts.yEnd = dimY / 2;
109 opts2.yEnd = dimY;
Dsingle_source_alloc.rscript172 int yEnd = (gDimY != 0) ? gDimY: 1;
174 for (int y = 0; y < yEnd; y ++) {
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
DUT_foreach_bounds.java42 final int yEnd = 6; in initializeGlobals() local
54 s.set_yEnd(yEnd); in initializeGlobals()
58 sc.setX(xStart, xEnd).setY(yStart, yEnd); in initializeGlobals()
Dforeach_bounds.rscript26 int yEnd = 0;
50 if (i < xStart || i >= xEnd || j < yStart || j >= yEnd) {
Dsingle_source_script.rscript101 opts.yEnd = dimY / 2;
111 opts2.yEnd = dimY;
Dsingle_source_alloc.rscript174 int yEnd = (gDimY != 0) ? gDimY: 1;
176 for (int y = 0; y < yEnd; y ++) {
/frameworks/base/packages/EasterEgg/src/com/android/egg/quares/
DQuare.kt91 val yEnd = if (ySel < 0) height - 1 else ySel in <lambda>() constant
92 for (y in yStart..yEnd) in <lambda>()
116 val yEnd = if (ySel < 0) height - 1 else ySel in <lambda>() constant
117 for (y in yStart..yEnd) in <lambda>()
/frameworks/native/opengl/libs/ETC1/
Detc1.cpp523 etc1_uint32 yEnd = height - y; in etc1_encode_image() local
524 if (yEnd > 4) { in etc1_encode_image()
525 yEnd = 4; in etc1_encode_image()
527 int ymask = kYMask[yEnd]; in etc1_encode_image()
534 for (etc1_uint32 cy = 0; cy < yEnd; cy++) { in etc1_encode_image()
576 etc1_uint32 yEnd = height - y; in etc1_decode_image() local
577 if (yEnd > 4) { in etc1_decode_image()
578 yEnd = 4; in etc1_decode_image()
587 for (etc1_uint32 cy = 0; cy < yEnd; cy++) { in etc1_decode_image()
/frameworks/rs/cpu_ref/
DrsCpuCore.cpp427 uint32_t yEnd = yStart + mtls->mSliceSize; in walk_2d_foreach() local
429 yEnd = rsMin(yEnd, mtls->end.y); in walk_2d_foreach()
431 if (yEnd <= yStart) { in walk_2d_foreach()
435 for (fep.current.y = yStart; fep.current.y < yEnd; fep.current.y++) { in walk_2d_foreach()
587 uint32_t yEnd = yStart + mtls->mSliceSize; in walk_2d_reduce() local
589 yEnd = rsMin(yEnd, mtls->end.y); in walk_2d_reduce()
591 if (yEnd <= yStart) { in walk_2d_reduce()
595 for (redp.current.y = yStart; redp.current.y < yEnd; redp.current.y++) { in walk_2d_reduce()
607 mtls->accumFunc, idx, yStart, yEnd, fmt); in walk_2d_reduce()
DrsCpuScript.cpp686 mtls->fep.dim.y = sc->yEnd; in forEachMtlsSetup()
/frameworks/native/opengl/tests/angeles/
Ddemo.c348 const int yBegin = -15, yEnd = 15; // ends are non-inclusive in createGroundPlane() local
350 const long triangleCount = (yEnd - yBegin) * (xEnd - xBegin) * 2; in createGroundPlane()
363 for (y = yBegin; y < yEnd; ++y) in createGroundPlane()
/frameworks/rs/
DrsDefines.h244 uint32_t yEnd; member
DrsHidlAdaptation.cpp791 _sc.yEnd = sc->yEnd; in ScriptForEachMulti()
828 _sc.yEnd = sc->yEnd; in ScriptReduce()
/frameworks/rs/script_api/
Drs_for_each.spec64 field: uint32_t yEnd, "Ending index (exclusive) in the Y dimension."
211 opts.yEnd = dimY / 2;<br/>
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
Dhealing.rscript142 opts.yEnd = height - 1;
/frameworks/rs/script_api/include/
Drs_for_each.rsh80 uint32_t yEnd; // Ending index (exclusive) in the Y dimension.
192 * opts.yEnd = dimY / 2;
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp1588 sc.yEnd = yend; in nScriptForEachClipped()
1625 sc.yEnd = yend; in nScriptForEachClippedV()
1717 sc.yEnd = limit_ptr[3]; in nScriptForEachMulti()
1822 sc.yEnd = limit_ptr[3]; in nScriptReduce()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp2066 sc.yEnd = limit_ptr[3]; in nScriptForEach()
2168 sc.yEnd = limit_ptr[3]; in nScriptReduce()