Home
last modified time | relevance | path

Searched defs:block_count (Results 1 – 25 of 54) sorted by relevance

123

/third_party/boost/libs/crc/doc/
Dcrc_examples.cpp42 unsigned combined_crc_16( unsigned block_count, ... ) in combined_crc_16()
74 unsigned combined_acrc_16( int block_count, ... ) in combined_acrc_16()
/third_party/ffmpeg/libavcodec/
Dvc1_loopfilter.c109 int block_count = CONFIG_GRAY && (s->avctx->flags & AV_CODEC_FLAG_GRAY) ? 4 : 6; in ff_vc1_i_overlap_filter() local
165 int block_count = CONFIG_GRAY && (s->avctx->flags & AV_CODEC_FLAG_GRAY) ? 4 : 6; in ff_vc1_p_overlap_filter() local
274 int block_count = CONFIG_GRAY && (s->avctx->flags & AV_CODEC_FLAG_GRAY) ? 4 : 6; in ff_vc1_i_loop_filter() local
473 int block_count = CONFIG_GRAY && (s->avctx->flags & AV_CODEC_FLAG_GRAY) ? 4 : 6; in ff_vc1_p_loop_filter() local
912 int block_count = CONFIG_GRAY && (s->avctx->flags & AV_CODEC_FLAG_GRAY) ? 4 : 6; in ff_vc1_p_intfr_loop_filter() local
1175 int block_count = CONFIG_GRAY && (s->avctx->flags & AV_CODEC_FLAG_GRAY) ? 4 : 6; in ff_vc1_b_intfi_loop_filter() local
/third_party/boost/libs/compute/include/boost/compute/algorithm/detail/
Dcount_if_with_ballot.hpp34 size_t block_count = count / block_size; in count_if_with_ballot() local
Dinplace_reduce.hpp46 size_t block_count = input_size / (block_size * values_per_thread); in inplace_reduce() local
Dscan_on_gpu.hpp210 size_t block_count = count / block_size; in scan_impl() local
Dradix_sort.hpp327 uint_ block_count = static_cast<uint_>(count / block_size); in radix_sort_impl() local
/third_party/boost/boost/compute/algorithm/detail/
Dcount_if_with_ballot.hpp34 size_t block_count = count / block_size; in count_if_with_ballot() local
Dinplace_reduce.hpp46 size_t block_count = input_size / (block_size * values_per_thread); in inplace_reduce() local
Dscan_on_gpu.hpp210 size_t block_count = count / block_size; in scan_impl() local
Dradix_sort.hpp327 uint_ block_count = static_cast<uint_>(count / block_size); in radix_sort_impl() local
/third_party/ffmpeg/libavformat/
Dhca.c47 uint32_t block_count; in hca_read_header() local
Dvpk.c28 unsigned block_count; member
Dmca.c28 uint32_t block_count; member
Damr.c36 uint64_t block_count; member
Dxmv.c94 uint64_t block_count; ///< Running counter of decompressed audio block. member
450 uint32_t block_count; in xmv_fetch_audio_packet() local
/third_party/mesa3d/src/freedreno/ir3/
Dir3_liveness.c128 unsigned block_count = 0; in ir3_calc_liveness() local
Dir3_ra_validate.c97 unsigned block_count; member
544 unsigned half_size, unsigned block_count) in ir3_ra_validate()
Dir3_ra.h139 unsigned block_count; member
/third_party/mesa3d/src/virtio/vulkan/
Dvn_device.c138 uint32_t block_count, in merge_extension_names()
177 uint32_t block_count = 0; in vn_device_fix_create_info() local
/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_buffer.c203 uint64_t block_count = round_up_u64(size, 1024); in fill_buffer_shader() local
247 uint64_t block_count = round_up_u64(size, 1024); in copy_buffer_shader() local
/third_party/boost/libs/log/src/windows/
Dipc_reliable_message_queue.cpp290 const uint32_t block_count = estimate_block_count(message_size); in send() local
324 const uint32_t block_count = estimate_block_count(message_size); in try_send() local
603 uint32_t block_count = estimate_block_count(message_size); in dequeue_message() local
/third_party/boost/libs/log/src/posix/
Dipc_reliable_message_queue.cpp298 const uint32_t block_count = estimate_block_count(message_size); in send() local
335 const uint32_t block_count = estimate_block_count(message_size); in try_send() local
654 uint32_t block_count = estimate_block_count(message_size); in dequeue_message() local
/third_party/python/Lib/test/
Dtest_urllib.py776 def hooktester(block_count, block_read_size, file_size, count_holder=[0]): argument
791 def hooktester(block_count, block_read_size, file_size, _report=report): argument
804 def hooktester(block_count, block_read_size, file_size, _report=report): argument
818 def hooktester(block_count, block_read_size, file_size, _report=report): argument
/third_party/boost/boost/compute/algorithm/
Dreduce.hpp53 size_t block_count = count / 2 / block_size; in reduce() local
/third_party/boost/libs/compute/include/boost/compute/algorithm/
Dreduce.hpp53 size_t block_count = count / 2 / block_size; in reduce() local

123