Home
last modified time | relevance | path

Searched refs:ceil_log2 (Results 1 – 9 of 9) sorted by relevance

/third_party/quickjs/examples/
Dpi_bigint.js27 function ceil_log2(a) function
38 l = ceil_log2(a);
/third_party/boost/boost/intrusive/detail/
Dmath.hpp235 inline std::size_t ceil_log2 (std::size_t x) in ceil_log2() function
242 return std::size_t(1u) << (ceil_log2)(x); in ceil_pow2()
/third_party/boost/libs/container/src/
Dpool_resource.cpp120 return bi::detail::ceil_log2(block_size) in priv_pool_index()
121 - bi::detail::ceil_log2(pool_options_minimum_largest_required_pool_block); in priv_pool_index()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dnalutils.h43 guint ceil_log2 (guint32 v);
Dnalutils.c45 ceil_log2 (guint32 v) in ceil_log2() function
Dgsth265parser.c921 const guint n = ceil_log2 (NumPocTotalCurr); in gst_h265_slice_parse_ref_pic_list_modification()
2489 const guint n = ceil_log2 (PicSizeInCtbsY); in gst_h265_parser_parse_slice_hdr()
2522 const guint n = ceil_log2 (sps->num_short_term_ref_pic_sets); in gst_h265_parser_parse_slice_hdr()
2540 const guint n = ceil_log2 (sps->num_long_term_ref_pics_sps); in gst_h265_parser_parse_slice_hdr()
Dgsth264parser.c2389 const guint n = ceil_log2 (PicSizeInMapUnits / SliceGroupChangeRate + 1); in gst_h264_parser_parse_slice_hdr()
/third_party/ffmpeg/libavcodec/
Daacsbr_template.c622 static const int8_t ceil_log2[] = { variable
679 bs_pointer = get_bits(gb, ceil_log2[ch_data->bs_num_env]);
693 bs_pointer = get_bits(gb, ceil_log2[ch_data->bs_num_env]);
720 bs_pointer = get_bits(gb, ceil_log2[ch_data->bs_num_env]);
/third_party/quickjs/
Dlibbf.c120 static inline int ceil_log2(limb_t a) in ceil_log2() function
2741 pow_tab_len = ceil_log2(n) + 2; /* XXX: check */ in bf_integer_from_radix()
2792 extra_bits = ceil_log2(e) * 2 + 1; in bf_mul_pow_radix()
2953 radix_bits = ceil_log2(radix); in bf_atof_internal()
3334 radix_bits = ceil_log2(radix); in bf_mul_log2_radix()
3467 pow_tab_len = (ceil_log2(r_len) + 2) * 2; /* XXX: check */ in bf_integer_to_radix()
3475 ceil_log2(radixl)); in bf_integer_to_radix()
3524 extra_bits = ceil_log2(e) * 2 + 1; in bf_convert_to_radix()
3634 radix_bits = ceil_log2(radix); in output_digits()
3728 radix_bits = ceil_log2(radix); in bf_ftoa_internal()
[all …]