Searched refs:yStart (Results 1 – 16 of 16) sorted by relevance
7 int yStart = 0;33 if (i < xStart || i >= xEnd || j < yStart || j >= yEnd) {58 rssc.yStart = yStart;
50 int yStart = static_cast<int>(height * top); in Java_androidx_media_filterpacks_numeric_StatsFilter_regionscore() local52 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()
39 final int yStart = 3; in initializeGlobals() local51 s.set_yStart(yStart); in initializeGlobals()56 sc.setX(xStart, xEnd).setY(yStart, yEnd); in initializeGlobals()
7 int yStart = 0;32 if (i < xStart || i >= xEnd || j < yStart || j >= yEnd) {
82 opts.yStart = 0;92 opts2.yStart = 0;
7 int yStart = 0;
426 uint32_t yStart = mtls->start.y + slice * mtls->mSliceSize; in walk_2d_foreach() local427 uint32_t yEnd = yStart + mtls->mSliceSize; 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()586 uint32_t yStart = mtls->start.y + slice * mtls->mSliceSize; in walk_2d_reduce() local587 uint32_t yEnd = yStart + mtls->mSliceSize; 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()
95 int yStart = left; in createDropShadow() local150 for (int y = yStart; y < yStop; y++, bufferOffset += dstWidth) { in createDropShadow()
141 opts.yStart = 1;
243 uint32_t yStart; member
790 _sc.yStart = sc->yStart; in ScriptForEachMulti()827 _sc.yStart = sc->yStart; in ScriptReduce()
63 field: uint32_t yStart, "Starting index in the Y dimension."210 opts.yStart = 0;<br/>
79 uint32_t yStart; // Starting index in the Y dimension.191 * opts.yStart = 0;
1585 sc.yStart = ystart; in nScriptForEachClipped()1622 sc.yStart = ystart; in nScriptForEachClippedV()1714 sc.yStart = limit_ptr[2]; in nScriptForEachMulti()1819 sc.yStart = limit_ptr[2]; in nScriptReduce()
2071 sc.yStart = limit_ptr[2]; in nScriptForEach()2173 sc.yStart = limit_ptr[2]; in nScriptReduce()