Searched refs:yStart (Results 1 – 14 of 14) 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()
38 final int yStart = 3; in initializeGlobals() local50 s.set_yStart(yStart); in initializeGlobals()55 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;
428 uint32_t yStart = mtls->start.y + slice * mtls->mSliceSize; in walk_2d_foreach() local429 uint32_t yEnd = yStart + mtls->mSliceSize; in walk_2d_foreach()433 if (yEnd <= yStart) { in walk_2d_foreach()437 for (fep.current.y = yStart; fep.current.y < yEnd; fep.current.y++) { in walk_2d_foreach()588 uint32_t yStart = mtls->start.y + slice * mtls->mSliceSize; in walk_2d_reduce() local589 uint32_t yEnd = yStart + mtls->mSliceSize; in walk_2d_reduce()593 if (yEnd <= yStart) { in walk_2d_reduce()597 for (redp.current.y = yStart; redp.current.y < yEnd; redp.current.y++) { in walk_2d_reduce()609 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()
243 uint32_t yStart; member
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()
264 <tr><th>uint32_t yStart</th><td>Starting index in the Y dimension.</td></tr>419 opts.yStart = 0;<br/>
2059 sc.yStart = limit_ptr[2]; in nScriptForEach()2161 sc.yStart = limit_ptr[2]; in nScriptReduce()