Home
last modified time | relevance | path

Searched refs:blockWidth (Results 1 – 25 of 799) sorted by relevance

12345678910>>...32

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgpu-cts/src/src/webgpu/
H A Dcapability_info.ts98 readonly blockWidth: number;
108 blockWidth: 1; constant
113 …se, storage: false, copySrc: true, copyDst: true, bytesPerBlock: 1, blockWidth: 1, blockHeight:…
114 …se, storage: false, copySrc: true, copyDst: true, bytesPerBlock: 1, blockWidth: 1, blockHeight:…
115 …se, storage: false, copySrc: true, copyDst: true, bytesPerBlock: 1, blockWidth: 1, blockHeight:…
116 …se, storage: false, copySrc: true, copyDst: true, bytesPerBlock: 1, blockWidth: 1, blockHeight:…
161 readonly blockWidth: 1; constant
165 …se, storage: false, copySrc: true, copyDst: false, bytesPerBlock: 4, blockWidth: 1, blockHeight:…
173 readonly blockWidth: 1; constant
177 … true, stencil: false, storage: false, copySrc: false, copyDst: false, blockWidth: 1, blockHeight:… constant
[all …]
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/core/math/
H A Dcolumns_to_blocks.cpp20 const size_t blockWidth) : in ColumnsToBlocks() argument
22 blockWidth(blockWidth), in ColumnsToBlocks()
47 if (blockHeight == 0 || blockWidth == 0) in Transform()
52 blockWidth = squareRows; in Transform()
55 if (blockHeight * blockWidth != maximalInputs.n_rows) in Transform()
62 const size_t colOffset = blockWidth+bufSize; in Transform()
77 const size_t maxCol = j * colOffset + blockWidth; in Transform()
80 arma::reshape(maximalInputs.col(k++), blockHeight, blockWidth); in Transform()
H A Dcolumns_to_blocks.hpp135 size_t blockWidth = 0);
154 void BlockWidth(size_t value) { blockWidth = value; } in BlockWidth()
156 size_t BlockWidth() const { return blockWidth; } in BlockWidth()
207 size_t blockWidth; member in mlpack::math::ColumnsToBlocks
/dports/misc/usd/USD-21.11/pxr/imaging/hgi/
H A Dtypes.cpp88 size_t * const blockWidth, in HgiGetDataSizeOfFormat() argument
91 if (blockWidth) { in HgiGetDataSizeOfFormat()
92 *blockWidth = 1; in HgiGetDataSizeOfFormat()
147 if (blockWidth) { in HgiGetDataSizeOfFormat()
148 *blockWidth = 4; in HgiGetDataSizeOfFormat()
184 size_t blockWidth, blockHeight; in HgiGetDataSize() local
186 HgiGetDataSizeOfFormat(format, &blockWidth, &blockHeight); in HgiGetDataSize()
188 ((dimensions[0] + blockWidth - 1) / blockWidth ) * in HgiGetDataSize()
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/renderer/xy/
H A DXYBlockRenderer.java90 private double blockWidth = 1.0; field in XYBlockRenderer
129 return this.blockWidth; in getBlockWidth()
145 this.blockWidth = width; in setBlockWidth()
246 this.xOffset = -this.blockWidth / 2.0; in updateOffsets()
250 this.xOffset = -this.blockWidth; in updateOffsets()
258 this.xOffset = -this.blockWidth / 2.0; in updateOffsets()
262 this.xOffset = -this.blockWidth; in updateOffsets()
270 this.xOffset = -this.blockWidth / 2.0; in updateOffsets()
274 this.xOffset = -this.blockWidth; in updateOffsets()
364 double xx1 = domainAxis.valueToJava2D(x + this.blockWidth in drawItem()
[all …]
/dports/math/ogdf/OGDF/src/ogdf/layered/
H A DFastSimpleHierarchyLayout.cpp96 NodeArray<double> blockWidth[4]; in doCall() local
129 double bw = 0.5 * blockWidth[i][root[i][v]]; in doCall()
182 computeBlockWidths(GC, AGC, root, blockWidth); in doCall()
365 NodeArray<double> &blockWidth) in computeBlockWidths() argument
367 blockWidth.init(GC, 0.0); in computeBlockWidths()
380 const NodeArray<double> &blockWidth, in horizontalCompactation() argument
466 const NodeArray<double> &blockWidth, in placeBlock() argument
495 …u]] = min<double>(shift[sink[u]], x[v] - x[u] - m_minXSep - 0.5 * (blockWidth[u] + blockWidth[v])); in placeBlock()
497 …u]] = max<double>(shift[sink[u]], x[v] - x[u] + m_minXSep + 0.5 * (blockWidth[u] + blockWidth[v])); in placeBlock()
505 x[v] = max<double>(x[v], x[u] + m_minXSep + 0.5 * (blockWidth[u] + blockWidth[v])); in placeBlock()
[all …]
/dports/multimedia/gstreamer1-plugins-svt-hevc/SVT-HEVC-1.5.1/Source/Lib/Codec/
H A DEbNeighborArrays.c121 EB_U32 blockWidth, in NeighborArrayUnitSampleWrite() argument
163 count = blockWidth; in NeighborArrayUnitSampleWrite()
194 readPtr = srcPtr + (blockWidth - 1); in NeighborArrayUnitSampleWrite()
247 EB_MEMCPY(dstPtr,readPtr,blockWidth); in NeighborArrayUnitSampleWrite()
250 readPtr = srcPtr + (blockWidth - 1); in NeighborArrayUnitSampleWrite()
288 EB_U32 blockWidth, in NeighborArrayUnit16bitSampleWrite() argument
330 count = blockWidth; in NeighborArrayUnit16bitSampleWrite()
361 readPtr = srcPtr + (blockWidth - 1); in NeighborArrayUnit16bitSampleWrite()
416 count = blockWidth; in NeighborArrayUnit16bitSampleWrite()
427 readPtr = srcPtr + (blockWidth - 1); in NeighborArrayUnit16bitSampleWrite()
[all …]
/dports/multimedia/svt-hevc/SVT-HEVC-1.5.1/Source/Lib/Codec/
H A DEbNeighborArrays.c121 EB_U32 blockWidth, in NeighborArrayUnitSampleWrite() argument
163 count = blockWidth; in NeighborArrayUnitSampleWrite()
194 readPtr = srcPtr + (blockWidth - 1); in NeighborArrayUnitSampleWrite()
247 EB_MEMCPY(dstPtr,readPtr,blockWidth); in NeighborArrayUnitSampleWrite()
250 readPtr = srcPtr + (blockWidth - 1); in NeighborArrayUnitSampleWrite()
288 EB_U32 blockWidth, in NeighborArrayUnit16bitSampleWrite() argument
330 count = blockWidth; in NeighborArrayUnit16bitSampleWrite()
361 readPtr = srcPtr + (blockWidth - 1); in NeighborArrayUnit16bitSampleWrite()
416 count = blockWidth; in NeighborArrayUnit16bitSampleWrite()
427 readPtr = srcPtr + (blockWidth - 1); in NeighborArrayUnit16bitSampleWrite()
[all …]
/dports/misc/usd/USD-21.11/pxr/imaging/hio/
H A Dtypes.cpp273 size_t * const blockWidth, in HioGetDataSizeOfFormat() argument
276 if (blockWidth) { in HioGetDataSizeOfFormat()
277 *blockWidth = 1; in HioGetDataSizeOfFormat()
350 if (blockWidth) { in HioGetDataSizeOfFormat()
351 *blockWidth = 4; in HioGetDataSizeOfFormat()
385 size_t blockWidth, blockHeight; in HioGetDataSize() local
386 const size_t bytesPerPixel = HioGetDataSizeOfFormat(hioFormat, &blockWidth, in HioGetDataSize()
389 size_t numPixels = ((dimensions[0] + blockWidth - 1) / blockWidth ) * in HioGetDataSize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgpu-cts/src/src/webgpu/api/operation/
H A DcopyBetweenLinearDataAndTexture.spec.ts83 const blockWidth = kSizedTextureFormatInfo[format].blockWidth; constant
84 assert(copyWidth % blockWidth === 0);
85 const copyWidthInBlocks = copyWidth / blockWidth;
123 assert(texel.x % info.blockWidth === 0);
125 assert(origin.x % info.blockWidth === 0);
679 const copyWidth = copyWidthInBlocks * info.blockWidth;
698 Math.max(copyWidth, info.blockWidth),
748 width: 3 * info.blockWidth,
810 origin.x = originValueInBlocks * info.blockWidth;
983 x: originInBlocks.x * info.blockWidth,
[all …]
/dports/science/libgeodecomp/libgeodecomp-0.4.0/lib/libflatarray/examples/lbm/
H A Dutil.h90 int blockWidth = 1; in gen_dims() local
91 for (; blockWidth <= dim; blockWidth *= 2) { in gen_dims()
93 blockWidth /= 2; in gen_dims()
94 blockWidth = std::min(256, blockWidth); in gen_dims()
95 *dimBlock = dim3(blockWidth, 2, 1); in gen_dims()
/dports/devel/libflatarray/libflatarray-0.3.0/examples/lbm/
H A Dutil.h97 int blockWidth = 1; in gen_dims() local
98 for (; blockWidth <= dim; blockWidth *= 2) { in gen_dims()
100 blockWidth /= 2; in gen_dims()
101 blockWidth = std::min(256, blockWidth); in gen_dims()
102 *dimBlock = dim3(blockWidth, 2, 1); in gen_dims()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/carotene/src/
H A Dwarp_affine.cpp101 size_t blockWidth = std::min<size_t>(BLOCK_SIZE, dsize.width - j); in warpAffineNearestNeighbor() local
113 for ( ; x + 4 <= blockWidth; x += 4) in warpAffineNearestNeighbor()
127 for (ptrdiff_t x_ = x + j; x < blockWidth; ++x, ++x_) in warpAffineNearestNeighbor()
167 for ( ; x + 4 <= blockWidth; x += 4) in warpAffineNearestNeighbor()
183 for (ptrdiff_t x_ = x + j; x < blockWidth; ++x, ++x_) in warpAffineNearestNeighbor()
261 for ( ; x + 4 <= blockWidth; x += 4) in warpAffineLinear()
297 for (ptrdiff_t x_ = x + j; x < blockWidth; ++x, ++x_) in warpAffineLinear()
320 remapLinearReplicate(Size2D(blockWidth, blockHeight), in warpAffineLinear()
349 for ( ; x + 4 <= blockWidth; x += 4) in warpAffineLinear()
393 for (ptrdiff_t x_ = x + j; x < blockWidth; ++x, ++x_) in warpAffineLinear()
[all …]
H A Dwarp_perspective.cpp106 size_t blockWidth = std::min<size_t>(BLOCK_SIZE, dsize.width - j); in warpPerspectiveNearestNeighbor() local
119 for ( ; x + 4 <= blockWidth; x += 4) in warpPerspectiveNearestNeighbor()
136 for (ptrdiff_t x_ = x + j; x < blockWidth; ++x, ++x_) in warpPerspectiveNearestNeighbor()
178 for ( ; x + 4 <= blockWidth; x += 4) in warpPerspectiveNearestNeighbor()
197 for (ptrdiff_t x_ = x + j; x < blockWidth; ++x, ++x_) in warpPerspectiveNearestNeighbor()
282 for ( ; x + 4 <= blockWidth; x += 4) in warpPerspectiveLinear()
321 for (ptrdiff_t x_ = x + j; x < blockWidth; ++x, ++x_) in warpPerspectiveLinear()
345 remapLinearReplicate(Size2D(blockWidth, blockHeight), in warpPerspectiveLinear()
375 for ( ; x + 4 <= blockWidth; x += 4) in warpPerspectiveLinear()
422 for (ptrdiff_t x_ = x + j; x < blockWidth; ++x, ++x_) in warpPerspectiveLinear()
[all …]
/dports/games/atris/atris-1.0.7/
H A Devent.c122 *row = screen_y / blockWidth; in screen_to_exact_grid_coords()
123 *col = screen_x / blockWidth; in screen_to_exact_grid_coords()
141 *row = screen_y / blockWidth; in screen_to_grid_coords()
650 int blockWidth = cs[0]->w; in event_loop() local
1233 pos[Q].x -= blockWidth; in event_loop()
1238 pos[Q].x += blockWidth; in event_loop()
1243 pos[Q].y += blockWidth; in event_loop()
1248 pos[Q].y-blockWidth)) { in event_loop()
1250 pos[Q].y -= blockWidth; in event_loop()
1259 pos[Q].x-blockWidth, in event_loop()
[all …]
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/tools/MediaCenter/Source/
H A DVideoDecoder.cpp191 const int blockWidth = 16; in OnMacroblockDecoded() local
352 const int blockWidth = 8; in CopyBlock8x8() local
359 for(unsigned int i = 0; i < blockWidth; i++) in CopyBlock8x8()
367 dstPixels[dstX + (dstY * dst.GetWidth())] = srcPixels[i + (j * blockWidth)]; in CopyBlock8x8()
374 const int blockWidth = 8; in CopyBlock8x8() local
389 for(unsigned int i = 0; i < blockWidth; i++) in CopyBlock8x8()
405 for(unsigned int i = 0; i < blockWidth; i++) in CopyBlock8x8()
424 for(unsigned int i = 0; i < blockWidth; i++) in CopyBlock8x8()
443 for(unsigned int i = 0; i < blockWidth; i++) in CopyBlock8x8()
464 const int blockWidth = 16; in CopyMacroblock() local
[all …]
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_get_texture_sub_image/
H A Dgetcompressed.c49 int blockWidth, blockHeight, blockSize; in test_getsubimage() local
60 blockWidth = blockHeight = 4; in test_getsubimage()
72 assert(width % blockWidth == 0); in test_getsubimage()
75 compressedSize = (width / blockWidth) * (height / blockHeight) in test_getsubimage()
79 (width / blockWidth) * blockSize); in test_getsubimage()
166 assert(x1 % blockWidth == 0); in test_getsubimage()
175 assert(w0 % blockWidth == 0); in test_getsubimage()
176 assert(w1 % blockWidth == 0); in test_getsubimage()
183 glPixelStorei(GL_PACK_COMPRESSED_BLOCK_WIDTH, blockWidth); in test_getsubimage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgpu-cts/src/src/webgpu/util/texture/
H A Dlayout.ts55 const { blockWidth, blockHeight, bytesPerBlock } = kSizedTextureFormatInfo[format]; constant
58 mipSize[0] = align(mipSize[0], blockWidth);
61 const minBytesPerRow = (mipSize[0] / blockWidth) * bytesPerBlock;
79 bytesPerRow * (mipSize[1] / blockHeight - 1) + bytesPerBlock * (mipSize[0] / blockWidth);
100 const { blockWidth, blockHeight, bytesPerBlock } = kSizedTextureFormatInfo[format]; constant
118 for (let col = 0; col < mipSize[0]; col += blockWidth) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgpu-cts/src/src/webgpu/api/validation/copy_between_linear_data_and_texture/
H A DcopyBetweenLinearDataAndTexture.ts15 assert(copyWidth % info.blockWidth === 0);
16 return (info.bytesPerBlock * copyWidth) / info.blockWidth;
27 assert(copyExtent.width % info.blockWidth === 0);
35 (copyExtent.width / info.blockWidth) * info.bytesPerBlock;
118 width: Math.max(1, copySize.width + origin.x) * info.blockWidth,
176 valuesToTestDivisibilityBy(kSizedTextureFormatInfo[format].blockWidth!)
/dports/www/hotcrp/hotcrp-2.102/
H A Dscorechart.php48 list($blockHeight, $blockWidth, $blockSkip, $blockPad, $textWidth)
51 list($blockHeight, $blockWidth, $blockSkip, $blockPad, $textWidth)
57 $picWidth = ($blockWidth + $blockPad) * ($valMax - 1)
101 $curX = $blockWidth * ($value - 1)
111 $curX + $blockWidth, $curY, $cFill);
128 $rx = $picWidth - $blockWidth - $textWidth - $blockPad;
/dports/www/crp/CRP/images/
H A DGeneralChart.php10 $blockWidth = 16; variable
64 $picWidth=($blockWidth + $blockPad ) * $valWidth
85 $curX=$blockWidth*($value-1) + $blockPad * ($value)
103 $curX + $blockWidth,
127 $curX + $blockWidth,
H A DGenChart.php8 $blockWidth = 8; // Was 16 variable
33 $picWidth=($blockWidth + $blockPad ) * $valWidth
62 $curX=$blockWidth*($value-1) + $blockPad * ($value)
70 $curX + $blockWidth,
/dports/comms/qsstv/qsstv/widgets/
H A Ddrmsegmentsview.cpp31 float blockWidth; in paintEvent() local
46 blockWidth=(float)(contentsRect().width()-4)/maxBlocks; in paintEvent()
54 blockX=floor(blockList.at(i)*blockWidth)+contentsRect().left()+2; in paintEvent()
55 painter.drawRect(blockX,contentsRect().top(),ceil(blockWidth),contentsRect().height()-4); in paintEvent()
/dports/games/mrboom/MrBoom-src-5.2/sdl2/xBRZ/
H A Dxbrz_tools.h80 void fillBlock(Pix* trg, int pitch, Pix col, int blockWidth, int blockHeight) in fillBlock() argument
86 for (int x = 0; x < blockWidth; ++x) in fillBlock()
141 const int blockWidth = xTrg_last - xTrg_first; in nearestNeighborScale() local
142 if (blockWidth > 0) in nearestNeighborScale()
147 fillBlock(trgLine, trgPitch, trgPix, blockWidth, blockHeight); in nearestNeighborScale()
148 trgLine += blockWidth; in nearestNeighborScale()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/linear/
H A DBlockRealMatrix.java628 final int jWidth = blockWidth(jBlock); in getNorm()
853 final int jWidth = blockWidth(jBlock); in getRowMatrix()
910 final int jWidth = blockWidth(jBlock); in setRowMatrix()
935 final int jWidth = blockWidth(jBlock); in getColumnMatrix()
990 final int jWidth = blockWidth(jBlock); in setColumnMatrix()
1019 final int jWidth = blockWidth(jBlock); in getRowVector()
1049 final int jWidth = blockWidth(jBlock); in getColumnVector()
1124 final int jWidth = blockWidth(jBlock); in getColumn()
1150 final int jWidth = blockWidth(jBlock); in setColumn()
1310 final int jWidth = blockWidth(jBlock); in preMultiply()
[all …]

12345678910>>...32