Home
last modified time | relevance | path

Searched refs:block_height (Results 1 – 25 of 1298) sorted by relevance

12345678910>>...52

/dports/games/xpipeman/xpipeman/
H A Dgraphics.c126 block_width, block_height);
129 block_width, block_height);
132 block_width, block_height);
135 block_width, block_height);
138 block_width, block_height);
141 block_width, block_height);
144 block_width, block_height);
147 block_width, block_height);
150 block_width, block_height);
153 block_width, block_height);
[all …]
/dports/multimedia/kvazaar/kvazaar-2.1.0/src/
H A Dimage.c270 for (y = 0; y < block_height; ++y) { in cor_sad()
308 if (ref_y + block_height < 0) ref_y = -block_height; in image_interpolated_sad()
316 bottom = (ref_y + block_height > ref->height) ? ref_y + block_height - ref->height : 0; in image_interpolated_sad()
428 int block_height, in kvz_image_calc_sad() argument
437 ref_y >= 0 && ref_y <= ref->height - block_height) in kvz_image_calc_sad()
447 block_height, in kvz_image_calc_sad()
472 int block_height) in kvz_image_calc_satd() argument
478 ref_y >= 0 && ref_y <= ref->height - block_height) in kvz_image_calc_satd()
485 block_height, in kvz_image_calc_satd()
507 .blk_h = block_height, in kvz_image_calc_satd()
[all …]
/dports/emulators/yuzu/yuzu-0b47f7a46/src/video_core/textures/
H A Ddecoders.cpp136 const u32 block_y_elements = gob_elements_y * block_height; in SwizzledData()
142 const u32 xy_block_size = GOB_SIZE * block_height; in SwizzledData()
174 const u32 block_height_size{1U << block_height}; in CopySwizzledData()
208 const u32 block_height = 1U << block_height_bit; in SwizzleSubrect() local
214 (dst_y / (GOB_SIZE_Y * block_height)) * GOB_SIZE * block_height * image_width_in_gobs + in SwizzleSubrect()
237 const u32 block_height_mask = (1U << block_height) - 1; in UnswizzleSubrect()
269 const u32 block_height_mask = (1U << block_height) - 1; in SwizzleSliceToVoxel()
289 const u32 block_height = 1U << block_height_bit; in SwizzleKepler() local
294 (y / (GOB_SIZE_Y * block_height)) * GOB_SIZE * block_height * image_width_in_gobs + in SwizzleKepler()
325 const u32 gobs_in_block = 1 << block_height; in GetGOBOffset()
[all …]
H A Ddecoders.h26 u32 block_height = TICEntry::DefaultBlockHeight,
32 u32 block_height = TICEntry::DefaultBlockHeight,
39 bool unswizzle, u32 block_height, u32 block_depth, u32 width_spacing);
43 u32 block_height, u32 block_depth);
52 u32 block_height, u32 origin_x, u32 origin_y, u8* output, const u8* input);
69 u32 bytes_per_pixel, u32 block_height, u32 block_depth, u32 origin_x,
72 void SwizzleKepler(u32 width, u32 height, u32 dst_x, u32 dst_y, u32 block_height,
76 u64 GetGOBOffset(u32 width, u32 height, u32 dst_x, u32 dst_y, u32 block_height,
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/test/
H A Dvp9_subtract_test.cc43 const int block_height = 4 * num_4x4_blocks_high_lookup[bsize]; in TEST_P() local
45 vpx_memalign(16, sizeof(*diff) * block_width * block_height * 2)); in TEST_P()
47 vpx_memalign(16, block_width * block_height * 2)); in TEST_P()
49 vpx_memalign(16, block_width * block_height * 2)); in TEST_P()
52 for (int r = 0; r < block_height; ++r) { in TEST_P()
59 GetParam()(block_height, block_width, diff, block_width, src, block_width, in TEST_P()
62 for (int r = 0; r < block_height; ++r) { in TEST_P()
70 GetParam()(block_height, block_width, diff, block_width * 2, src, in TEST_P()
73 for (int r = 0; r < block_height; ++r) { in TEST_P()
/dports/devel/allegro5/allegro5-5.2.7.0/src/
H A Dbitmap_lock.c32 int block_height = al_get_pixel_block_height(bitmap_format); in al_lock_bitmap_region() local
62 yc = (y / block_height) * block_height; in al_lock_bitmap_region()
64 hc = _al_get_least_multiple(y + height, block_height) - yc; in al_lock_bitmap_region()
179 int block_height = al_get_pixel_block_height(bitmap_format); in al_lock_bitmap_blocked() local
183 _al_get_least_multiple(bitmap->h, block_height) / block_height, in al_lock_bitmap_blocked()
196 int block_height = al_get_pixel_block_height(bitmap_format); in al_lock_bitmap_region_blocked() local
214 bitmap->yofs % block_height != 0) { in al_lock_bitmap_region_blocked()
218 y_block += bitmap->yofs / block_height; in al_lock_bitmap_region_blocked()
231 <= _al_get_least_multiple(bitmap->h, block_height) / block_height); in al_lock_bitmap_region_blocked()
234 bitmap->lock_y = y_block * block_height; in al_lock_bitmap_region_blocked()
[all …]
/dports/finance/electrum/Electrum-4.1.5/electrum/
H A Dlnverifier.py97 block_height = short_channel_id.block_height
99 if block_height <= 0 or block_height > local_height:
101 header = blockchain.read_header(block_height)
103 if block_height < constants.net.max_checkpoint():
104 … await self.taskgroup.spawn(self.network.request_chunk(block_height, None, can_return_early=True))
107 await self.taskgroup.spawn(self.verify_channel(block_height, short_channel_id))
110 async def verify_channel(self, block_height: int, short_channel_id: ShortChannelID):
116 block_height, short_channel_id.txpos, True)
126 header = self.network.blockchain().read_header(block_height)
128 … verify_tx_is_in_block(tx_hash, merkle_branch, short_channel_id.txpos, header, block_height)
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbNeighborArrays.c172 uint32_t block_height) { in update_recon_neighbor_array() argument
181 svt_memcpy(dst_ptr, src_ptr_left, block_height); in update_recon_neighbor_array()
237 count = block_height; in update_recon_neighbor_array()
289 count = block_height; in update_recon_neighbor_array16bit()
335 read_ptr = src_ptr + ((block_height - 1) * stride); in neighbor_array_unit_sample_write()
377 count = block_height; in neighbor_array_unit_sample_write()
408 read_ptr = src_ptr + ((block_height - 1) * stride); in neighbor_array_unit_sample_write()
429 count = block_height; in neighbor_array_unit_sample_write()
479 read_ptr = src_ptr + ((block_height - 1) * stride); in neighbor_array_unit16bit_sample_write()
521 count = block_height; in neighbor_array_unit16bit_sample_write()
[all …]
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbNeighborArrays.c172 uint32_t block_height) { in update_recon_neighbor_array() argument
181 svt_memcpy(dst_ptr, src_ptr_left, block_height); in update_recon_neighbor_array()
237 count = block_height; in update_recon_neighbor_array()
289 count = block_height; in update_recon_neighbor_array16bit()
335 read_ptr = src_ptr + ((block_height - 1) * stride); in neighbor_array_unit_sample_write()
377 count = block_height; in neighbor_array_unit_sample_write()
408 read_ptr = src_ptr + ((block_height - 1) * stride); in neighbor_array_unit_sample_write()
429 count = block_height; in neighbor_array_unit_sample_write()
479 read_ptr = src_ptr + ((block_height - 1) * stride); in neighbor_array_unit16bit_sample_write()
521 count = block_height; in neighbor_array_unit16bit_sample_write()
[all …]
/dports/multimedia/libgav1/libgav1-0.17.0/src/dsp/arm/
H A Dintrapred_cfl_neon.cc277 template <int block_height>
296 template <int block_height>
311 template <int block_height>
329 template <int block_height>
537 } while (y < block_height); in CflSubsampler444_4xH_NEON()
564 } while (++y < block_height); in CflSubsampler444_4xH_NEON()
613 } while (++y < block_height); in CflSubsampler444_8xH_NEON()
833 y = block_height; in CflSubsampler420_4xH_NEON()
938 y = block_height; in CflSubsampler420Impl_8xH_NEON()
1019 if (y < block_height) { in CflSubsampler420Impl_WxH_NEON()
[all …]
/dports/misc/darknet/darknet-darknet_yolo_v4_pre/src/
H A Ddropout_layer_kernels.cu143 int block_height = l.dropblock_size_abs *multiplier; in forward_dropout_layer_gpu() local
147 block_height = l.dropblock_size_rel * l.h * multiplier; in forward_dropout_layer_gpu()
151 block_height = max_val_cmp(1, block_height); in forward_dropout_layer_gpu()
154 block_height = min_val_cmp(l.h, block_height); in forward_dropout_layer_gpu()
156 const int block_size = min_val_cmp(block_width, block_height); in forward_dropout_layer_gpu()
248 int block_height = l.dropblock_size_abs * multiplier; in backward_dropout_layer_gpu() local
252 block_height = l.dropblock_size_rel * l.h * multiplier; in backward_dropout_layer_gpu()
256 block_height = max_val_cmp(1, block_height); in backward_dropout_layer_gpu()
259 block_height = min_val_cmp(l.h, block_height); in backward_dropout_layer_gpu()
261 const int block_size = min_val_cmp(block_width, block_height); in backward_dropout_layer_gpu()
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/ASM_AVX2/
H A DEbTemporalFiltering_AVX2.c42 for (int i = 0; i < block_height; i++) { in get_squared_error_16x16_avx2()
70 for (int i = 0; i < block_height; i++) { in get_squared_error_32x32_avx2()
196 for (int row = 0; row < block_height; row++) { in apply_temporal_filter_planewise()
224 for (int i = 0; i < block_height; i++) { in apply_temporal_filter_planewise()
273 for (int i = 0; i < block_height; i++) { in apply_temporal_filter_planewise()
370 const uint32_t plane_h = plane ? (block_height >> ss_y) : block_height; in svt_av1_apply_temporal_filter_planewise_avx2()
410 for (int i = 0; i < block_height; i++) { in get_squared_error_16x16_hbd_avx2()
445 for (int i = 0; i < block_height; i++) { in get_squared_error_32x32_hbd_avx2()
579 for (int i = 0; i < block_height; i++) { in apply_temporal_filter_planewise_hbd()
628 for (int i = 0; i < block_height; i++) { in apply_temporal_filter_planewise_hbd()
[all …]
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/ASM_AVX2/
H A DEbTemporalFiltering_AVX2.c42 for (int i = 0; i < block_height; i++) { in get_squared_error_16x16_avx2()
70 for (int i = 0; i < block_height; i++) { in get_squared_error_32x32_avx2()
196 for (int row = 0; row < block_height; row++) { in apply_temporal_filter_planewise()
224 for (int i = 0; i < block_height; i++) { in apply_temporal_filter_planewise()
273 for (int i = 0; i < block_height; i++) { in apply_temporal_filter_planewise()
370 const uint32_t plane_h = plane ? (block_height >> ss_y) : block_height; in svt_av1_apply_temporal_filter_planewise_avx2()
410 for (int i = 0; i < block_height; i++) { in get_squared_error_16x16_hbd_avx2()
445 for (int i = 0; i < block_height; i++) { in get_squared_error_32x32_hbd_avx2()
579 for (int i = 0; i < block_height; i++) { in apply_temporal_filter_planewise_hbd()
628 for (int i = 0; i < block_height; i++) { in apply_temporal_filter_planewise_hbd()
[all …]
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/nn/
H A Ddepthwise_convolution_tf.cuh211 const int block_height = blockDim.y; in DepthwiseConv2dKernelSmall() local
215 const int block_pixels = in_width * block_height; in DepthwiseConv2dKernelSmall()
225 const int tile_offset = block_height * tile_width; in DepthwiseConv2dKernelSmall()
509 const int block_height = blockDim.y; in DepthwiseConv2dBackwardFilterKernelSmall() local
513 const int block_pixels = in_width * block_height; in DepthwiseConv2dBackwardFilterKernelSmall()
520 const int tile_height = 2 * block_height + filter_height - 1; in DepthwiseConv2dBackwardFilterKernelSmall()
523 const int tile_offset = block_height * tile_width; in DepthwiseConv2dBackwardFilterKernelSmall()
673 const int block_height = (args.in_height + 1) / 2; in LaunchDepthwiseConv2dGPUSmall() local
792 int block_height = (args.in_height + 1) / 2; in TryLaunchDepthwiseConv2dBackwardFilterGPUSmall() local
796 for (; block_height * args.in_width * block_slices & 31; in TryLaunchDepthwiseConv2dBackwardFilterGPUSmall()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/nn/
H A Ddepthwise_convolution_tf.cuh211 const int block_height = blockDim.y; in DepthwiseConv2dKernelSmall() local
215 const int block_pixels = in_width * block_height; in DepthwiseConv2dKernelSmall()
225 const int tile_offset = block_height * tile_width; in DepthwiseConv2dKernelSmall()
509 const int block_height = blockDim.y; in DepthwiseConv2dBackwardFilterKernelSmall() local
513 const int block_pixels = in_width * block_height; in DepthwiseConv2dBackwardFilterKernelSmall()
520 const int tile_height = 2 * block_height + filter_height - 1; in DepthwiseConv2dBackwardFilterKernelSmall()
523 const int tile_offset = block_height * tile_width; in DepthwiseConv2dBackwardFilterKernelSmall()
673 const int block_height = (args.in_height + 1) / 2; in LaunchDepthwiseConv2dGPUSmall() local
792 int block_height = (args.in_height + 1) / 2; in TryLaunchDepthwiseConv2dBackwardFilterGPUSmall() local
796 for (; block_height * args.in_width * block_slices & 31; in TryLaunchDepthwiseConv2dBackwardFilterGPUSmall()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/encoder/x86/
H A Dhighbd_temporal_filter_avx2.c36 for (int i = 0; i < block_height; i++) { in get_squared_error_16x16_avx2()
67 for (int i = 0; i < block_height; i++) { in get_squared_error_32x32_avx2()
152 ((block_height == 16) || (block_height == 32))); in highbd_apply_temporal_filter()
179 for (int row = 0; row < block_height - 3; row++) { in highbd_apply_temporal_filter()
197 for (int row = block_height - 3; row < block_height; row++) { in highbd_apply_temporal_filter()
225 for (int row = 0; row < block_height - 3; row++) { in highbd_apply_temporal_filter()
244 for (int row = block_height - 3; row < block_height; row++) { in highbd_apply_temporal_filter()
273 for (int row = 0; row < block_height - 3; row++) { in highbd_apply_temporal_filter()
291 for (int row = block_height - 3; row < block_height; row++) { in highbd_apply_temporal_filter()
307 for (int i = 0, k = 0; i < block_height; i++) { in highbd_apply_temporal_filter()
[all …]
/dports/multimedia/aom/aom-3.2.0/av1/encoder/x86/
H A Dhighbd_temporal_filter_avx2.c36 for (int i = 0; i < block_height; i++) { in get_squared_error_16x16_avx2()
67 for (int i = 0; i < block_height; i++) { in get_squared_error_32x32_avx2()
152 ((block_height == 16) || (block_height == 32))); in highbd_apply_temporal_filter()
179 for (int row = 0; row < block_height - 3; row++) { in highbd_apply_temporal_filter()
197 for (int row = block_height - 3; row < block_height; row++) { in highbd_apply_temporal_filter()
225 for (int row = 0; row < block_height - 3; row++) { in highbd_apply_temporal_filter()
244 for (int row = block_height - 3; row < block_height; row++) { in highbd_apply_temporal_filter()
273 for (int row = 0; row < block_height - 3; row++) { in highbd_apply_temporal_filter()
291 for (int row = block_height - 3; row < block_height; row++) { in highbd_apply_temporal_filter()
307 for (int i = 0, k = 0; i < block_height; i++) { in highbd_apply_temporal_filter()
[all …]
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/encoder/x86/
H A Dhighbd_temporal_filter_avx2.c36 for (int i = 0; i < block_height; i++) { in get_squared_error_16x16_avx2()
67 for (int i = 0; i < block_height; i++) { in get_squared_error_32x32_avx2()
152 ((block_height == 16) || (block_height == 32))); in highbd_apply_temporal_filter()
179 for (int row = 0; row < block_height - 3; row++) { in highbd_apply_temporal_filter()
197 for (int row = block_height - 3; row < block_height; row++) { in highbd_apply_temporal_filter()
225 for (int row = 0; row < block_height - 3; row++) { in highbd_apply_temporal_filter()
244 for (int row = block_height - 3; row < block_height; row++) { in highbd_apply_temporal_filter()
273 for (int row = 0; row < block_height - 3; row++) { in highbd_apply_temporal_filter()
291 for (int row = block_height - 3; row < block_height; row++) { in highbd_apply_temporal_filter()
307 for (int i = 0, k = 0; i < block_height; i++) { in highbd_apply_temporal_filter()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/pcidsk/sdk/segment/
H A Dcpcidskbitmap.cpp53 block_height = 0; in CPCIDSKBitmap()
113 pThis->block_height = 8; in Load()
141 return block_height; in GetBlockHeight()
155 * ((height + block_height - 1) / block_height); in GetBlockCount()
238 uint64 block_size = (static_cast<uint64>(block_width) * block_height + 7) / 8; in ReadBlock()
273 if( (block_index+1) * block_height <= height ) in ReadBlock()
282 (static_cast<uint64>(height - block_index*block_height) * block_width + 7) / 8; in ReadBlock()
315 uint64 block_size = (static_cast<uint64>(block_width) * block_height) / 8; in WriteBlock()
317 if( (block_index+1) * block_height <= height ) in WriteBlock()
324 (static_cast<uint64>(height - block_index*block_height) * block_width + 7) / 8; in WriteBlock()
/dports/graphics/gdal/gdal-3.3.3/frmts/pcidsk/sdk/segment/
H A Dcpcidskbitmap.cpp53 block_height = 0; in CPCIDSKBitmap()
113 pThis->block_height = 8; in Load()
141 return block_height; in GetBlockHeight()
155 * ((height + block_height - 1) / block_height); in GetBlockCount()
238 uint64 block_size = (static_cast<uint64>(block_width) * block_height + 7) / 8; in ReadBlock()
273 if( (block_index+1) * block_height <= height ) in ReadBlock()
282 (static_cast<uint64>(height - block_index*block_height) * block_width + 7) / 8; in ReadBlock()
315 uint64 block_size = (static_cast<uint64>(block_width) * block_height) / 8; in WriteBlock()
317 if( (block_index+1) * block_height <= height ) in WriteBlock()
324 (static_cast<uint64>(height - block_index*block_height) * block_width + 7) / 8; in WriteBlock()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/pcidsk/sdk/segment/
H A Dcpcidskbitmap.cpp53 block_height = 0; in CPCIDSKBitmap()
113 pThis->block_height = 8; in Load()
141 return block_height; in GetBlockHeight()
155 * ((height + block_height - 1) / block_height); in GetBlockCount()
238 uint64 block_size = (static_cast<uint64>(block_width) * block_height + 7) / 8; in ReadBlock()
273 if( (block_index+1) * block_height <= height ) in ReadBlock()
282 (static_cast<uint64>(height - block_index*block_height) * block_width + 7) / 8; in ReadBlock()
315 uint64 block_size = (static_cast<uint64>(block_width) * block_height) / 8; in WriteBlock()
317 if( (block_index+1) * block_height <= height ) in WriteBlock()
324 (static_cast<uint64>(height - block_index*block_height) * block_width + 7) / 8; in WriteBlock()
/dports/multimedia/schroedinger/schroedinger-1.0.11/schroedinger/
H A Dschrometric.c51 if (scan->block_width == 8 && scan->block_height == 8) { in schro_metric_scan_do_scan()
68 scan->block_width, scan->block_height); in schro_metric_scan_do_scan()
80 scan->block_height / skip_v; in schro_metric_scan_do_scan()
95 , fd_ref->stride, block_width, block_height); in schro_metric_scan_do_scan()
189 ymin = MAX (-scan->block_height, scan->y + dy - dist); in schro_metric_scan_setup()
344 info->block_width, info->block_height)); in schro_metric_block_sad_slow()
346 info->block_width, info->block_height)); in schro_metric_block_sad_slow()
362 height = MIN(fd.height, info->block_height[k]); in schro_metric_block_sad_slow()
390 info->block_height[0] = block_height; in schro_metric_info_init()
397 info->block_height[1] = block_height >> in schro_metric_info_init()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libgav1/src/src/dsp/arm/
H A Dintrapred_cfl_neon.cc97 template <int block_width, int block_height>
108 for (int y = 0; y < block_height; ++y) { in CflSubsampler420_NEON()
132 for (int y = 0; y < block_height; ++y) { in CflSubsampler420_NEON()
156 for (int y = 0; y < block_height; ++y) { in CflSubsampler420_NEON()
295 template <int block_height>
314 template <int block_height>
321 for (int y = 0; y < block_height; ++y) { in CflIntraPredictor8xN_NEON()
329 template <int block_height>
336 for (int y = 0; y < block_height; ++y) { in CflIntraPredictor16xN_NEON()
347 template <int block_height>
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libgav1/src/src/dsp/arm/
H A Dintrapred_cfl_neon.cc97 template <int block_width, int block_height>
108 for (int y = 0; y < block_height; ++y) { in CflSubsampler420_NEON()
132 for (int y = 0; y < block_height; ++y) { in CflSubsampler420_NEON()
156 for (int y = 0; y < block_height; ++y) { in CflSubsampler420_NEON()
295 template <int block_height>
314 template <int block_height>
321 for (int y = 0; y < block_height; ++y) { in CflIntraPredictor8xN_NEON()
329 template <int block_height>
336 for (int y = 0; y < block_height; ++y) { in CflIntraPredictor16xN_NEON()
347 template <int block_height>
[all …]
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dflashsv.c62 int block_width, block_height; member
123 s->block_height= 16* (get_bits(&gb, 4)+1); in flashsv_decode_frame()
129 v_blocks = s->image_height / s->block_height; in flashsv_decode_frame()
130 v_part = s->image_height % s->block_height; in flashsv_decode_frame()
134 if(s->block_size < s->block_width*s->block_height) { in flashsv_decode_frame()
137 if ((s->tmpblock = av_malloc(3*s->block_width*s->block_height)) == NULL) { in flashsv_decode_frame()
142 s->block_size = s->block_width*s->block_height; in flashsv_decode_frame()
159 s->image_width, s->image_height, s->block_width, s->block_height, in flashsv_decode_frame()
173 int hp = j*s->block_height; // horiz position in frame in flashsv_decode_frame()
174 int hs = (j<v_blocks)?s->block_height:v_part; // size of block in flashsv_decode_frame()

12345678910>>...52