Home
last modified time | relevance | path

Searched refs:end_slice (Results 1 – 25 of 56) sorted by relevance

123

/dports/math/armadillo/armadillo-10.7.1/include/armadillo_bits/
H A Dop_resize_meat.hpp135 const uword end_slice = (std::min)(out_n_slices, A_n_slices) - 1; in apply() local
137 …out.subcube(0, 0, 0, end_row, end_col, end_slice) = A.subcube(0, 0, 0, end_row, end_col, end_slice in apply()
/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/include/armadillo_bits/
H A Dop_resize_meat.hpp135 const uword end_slice = (std::min)(out_n_slices, A_n_slices) - 1; in apply() local
137 …out.subcube(0, 0, 0, end_row, end_col, end_slice) = A.subcube(0, 0, 0, end_row, end_col, end_slice in apply()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/mapreduce/mapreduce/
H A Dshard_life_cycle.py62 def end_slice(self, slice_ctx): member in _ShardLifeCycle
H A Doutput_writers.py759 def end_slice(self, slice_ctx): member in _GoogleCloudStorageOutputWriter
1004 def end_slice(self, slice_ctx): member in GoogleCloudStorageConsistentOutputWriter
1119 def end_slice(self, slice_ctx): member in _GoogleCloudStorageRecordOutputWriterBase
1123 return self._writer.end_slice(slice_ctx)
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dhapdec.c259 int start_slice, end_slice; in decompress_texture_thread_internal() local
270 end_slice = start_slice + base_blocks_per_slice; in decompress_texture_thread_internal()
273 end_slice++; in decompress_texture_thread_internal()
275 for (y = start_slice; y < end_slice; y++) { in decompress_texture_thread_internal()
H A Ddds.c445 int start_slice, end_slice; in decompress_texture_thread() local
456 end_slice = start_slice + base_blocks_per_slice; in decompress_texture_thread()
459 end_slice++; in decompress_texture_thread()
461 for (y = start_slice; y < end_slice; y++) { in decompress_texture_thread()
H A Ddxv.c202 int start_slice, end_slice; in decompress_texture_thread() local
205 end_slice = h_block * (slice + 1) / ctx->slice_count; in decompress_texture_thread()
208 for (y = start_slice; y < end_slice; y++) { in decompress_texture_thread()
219 for (y = start_slice; y < end_slice; y++) { in decompress_texture_thread()
233 end_slice = h_block * (slice + 1) / ctx->slice_count; in decompress_texture_thread()
235 for (y = start_slice; y < end_slice; y++) { in decompress_texture_thread()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dhapdec.c259 int start_slice, end_slice; in decompress_texture_thread_internal() local
270 end_slice = start_slice + base_blocks_per_slice; in decompress_texture_thread_internal()
273 end_slice++; in decompress_texture_thread_internal()
275 for (y = start_slice; y < end_slice; y++) { in decompress_texture_thread_internal()
H A Ddds.c445 int start_slice, end_slice; in decompress_texture_thread() local
456 end_slice = start_slice + base_blocks_per_slice; in decompress_texture_thread()
459 end_slice++; in decompress_texture_thread()
461 for (y = start_slice; y < end_slice; y++) { in decompress_texture_thread()
H A Ddxv.c202 int start_slice, end_slice; in decompress_texture_thread() local
205 end_slice = h_block * (slice + 1) / ctx->slice_count; in decompress_texture_thread()
208 for (y = start_slice; y < end_slice; y++) { in decompress_texture_thread()
219 for (y = start_slice; y < end_slice; y++) { in decompress_texture_thread()
233 end_slice = h_block * (slice + 1) / ctx->slice_count; in decompress_texture_thread()
235 for (y = start_slice; y < end_slice; y++) { in decompress_texture_thread()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dhapdec.c257 int start_slice, end_slice; in decompress_texture_thread_internal() local
268 end_slice = start_slice + base_blocks_per_slice; in decompress_texture_thread_internal()
271 end_slice++; in decompress_texture_thread_internal()
273 for (y = start_slice; y < end_slice; y++) { in decompress_texture_thread_internal()
H A Ddds.c445 int start_slice, end_slice; in decompress_texture_thread() local
456 end_slice = start_slice + base_blocks_per_slice; in decompress_texture_thread()
459 end_slice++; in decompress_texture_thread()
461 for (y = start_slice; y < end_slice; y++) { in decompress_texture_thread()
H A Ddxv.c202 int start_slice, end_slice; in decompress_texture_thread() local
205 end_slice = h_block * (slice + 1) / ctx->slice_count; in decompress_texture_thread()
208 for (y = start_slice; y < end_slice; y++) { in decompress_texture_thread()
219 for (y = start_slice; y < end_slice; y++) { in decompress_texture_thread()
233 end_slice = h_block * (slice + 1) / ctx->slice_count; in decompress_texture_thread()
235 for (y = start_slice; y < end_slice; y++) { in decompress_texture_thread()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dhapdec.c257 int start_slice, end_slice; in decompress_texture_thread_internal() local
268 end_slice = start_slice + base_blocks_per_slice; in decompress_texture_thread_internal()
271 end_slice++; in decompress_texture_thread_internal()
273 for (y = start_slice; y < end_slice; y++) { in decompress_texture_thread_internal()
H A Ddds.c445 int start_slice, end_slice; in decompress_texture_thread() local
456 end_slice = start_slice + base_blocks_per_slice; in decompress_texture_thread()
459 end_slice++; in decompress_texture_thread()
461 for (y = start_slice; y < end_slice; y++) { in decompress_texture_thread()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dhapdec.c257 int start_slice, end_slice; in decompress_texture_thread_internal() local
268 end_slice = start_slice + base_blocks_per_slice; in decompress_texture_thread_internal()
271 end_slice++; in decompress_texture_thread_internal()
273 for (y = start_slice; y < end_slice; y++) { in decompress_texture_thread_internal()
H A Ddds.c445 int start_slice, end_slice; in decompress_texture_thread() local
456 end_slice = start_slice + base_blocks_per_slice; in decompress_texture_thread()
459 end_slice++; in decompress_texture_thread()
461 for (y = start_slice; y < end_slice; y++) { in decompress_texture_thread()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/mapreduce/mapreduce/api/map_job/
H A Dinput_reader.py115 def end_slice(self, slice_ctx): member in InputReader
H A Doutput_writer.py124 def end_slice(self, slice_ctx): member in OutputWriter
/dports/multimedia/libfame/libfame-0.9.1/src/
H A Dfame_syntax.h62 void (* end_slice) (struct _fame_syntax_t_ *syntax); member
/dports/graphics/py-django-easy-thumbnails/easy-thumbnails-2.5/easy_thumbnails/
H A Dprocessors.py15 def _compare_entropy(start_slice, end_slice, slice, difference): argument
23 end_entropy = utils.image_entropy(end_slice)
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/ngs/
H A DCSRA1_ReferenceWindow.c668 int64_t end_slice = offset + (int64_t)size; in LoadAlignmentInfo() local
669 if ( end_slice > (int64_t) self -> ref_length ) in LoadAlignmentInfo()
671 end_slice = self -> ref_length; in LoadAlignmentInfo()
678 if ( end_slice == self -> ref_length ) in LoadAlignmentInfo()
699 overlaps = pos < end_slice && ( pos + len > offset ); in LoadAlignmentInfo()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/ngs/
H A DCSRA1_ReferenceWindow.c668 int64_t end_slice = offset + (int64_t)size; in LoadAlignmentInfo() local
669 if ( end_slice > (int64_t) self -> ref_length ) in LoadAlignmentInfo()
671 end_slice = self -> ref_length; in LoadAlignmentInfo()
678 if ( end_slice == self -> ref_length ) in LoadAlignmentInfo()
699 overlaps = pos < end_slice && ( pos + len > offset ); in LoadAlignmentInfo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/feed/core/proto/ui/piet/
H A Dpiet_android_support.proto28 optional int32 end_slice = 2; field
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/feed/core/proto/ui/piet/
H A Dpiet_android_support.proto28 optional int32 end_slice = 2; field

123