Home
last modified time | relevance | path

Searched refs:bit_count (Results 1 – 25 of 58) sorted by relevance

123

/third_party/libsnd/src/
Ddwvw.c43 int bit_count, bits, last_delta_width, last_sample ; member
68 static int dwvw_decode_load_bits (SF_PRIVATE *psf, DWVW_PRIVATE *pdwvw, int bit_count) ;
349 if (pdwvw->b.end == 0 && pdwvw->bit_count == 0) in dwvw_decode_data()
362 dwvw_decode_load_bits (SF_PRIVATE *psf, DWVW_PRIVATE *pdwvw, int bit_count) in dwvw_decode_load_bits() argument
371 if (bit_count < 0) in dwvw_decode_load_bits()
374 bit_count = pdwvw->dwm_maxsize ; in dwvw_decode_load_bits()
378 while (pdwvw->bit_count < bit_count) in dwvw_decode_load_bits()
385 if (bit_count < 8 && pdwvw->b.end == 0) in dwvw_decode_load_bits()
394 pdwvw->bit_count += 8 ; in dwvw_decode_load_bits()
399 { output = (pdwvw->bits >> (pdwvw->bit_count - bit_count)) & ((1 << bit_count) - 1) ; in dwvw_decode_load_bits()
[all …]
/third_party/boost/boost/multiprecision/cpp_bin_float/
Dio.hpp178 …= 4 + (cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>::bit_count * 301L) / 1000; in operator =()
289 …max_t max_bits = cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>::bit_count + 32; in operator =()
291bit_count + ((cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>::bit_count % limb_… in operator =()
310 …64_t)cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>::bit_count - 1 + decimal_ex… in operator =()
311 …ft = msb(t) - cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>::bit_count + 1; in operator =()
367 …(int)cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>::bit_count - msb(n) + msb(d… in operator =()
368 …nt = cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>::bit_count - 1 + decimal_ex… in operator =()
377 …atic_cast<int>(cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>::bit_count) - 1)); in operator =()
383 if (gb == cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>::bit_count - 1) in operator =()
388 …ent, MinE, MaxE>::bit_count) && ((int)lsb(q) == (gb - (int)cpp_bin_float<Digits, DigitBase, Alloca… in operator =()
[all …]
Dtranscendental.hpp14 …atic const int bits = cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>::bit_count; in eval_exp_taylor()
135 …)(k, (Exponent)(cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>::bit_count / 4)); in eval_exp()
/third_party/libsnd/tests/
Dscale_clip_test.def35 bit_count = 16 ;
41 bit_count = 24 ;
47 bit_count = 32 ;
53 bit_count = 8 ;
/third_party/ffmpeg/libavcodec/
Dbmpenc.c74 int bit_count = avctx->bits_per_coded_sample; in bmp_encode_frame() local
99 av_assert1(bit_count == 8); in bmp_encode_frame()
110 if (pal && !pal_entries) pal_entries = 1 << bit_count; in bmp_encode_frame()
111 n_bytes_per_row = ((int64_t)avctx->width * (int64_t)bit_count + 7LL) >> 3LL; in bmp_encode_frame()
134 bytestream_put_le16(&buf, bit_count); // BITMAPINFOHEADER.biBitCount in bmp_encode_frame()
147 if (bit_count == 16) { in bmp_encode_frame()
Dvaapi_vp8.c123 pp.bool_coder_ctx.count = s->coder_state_at_header_end.bit_count; in vaapi_vp8_start_frame()
204 s->coder_state_at_header_end.bit_count - 8), in vaapi_vp8_decode_slice()
/third_party/boost/boost/random/detail/
Dgray_coded_qrng.hpp60 if (bit_pos >= LatticeT::bit_count) in bit_pos()
71 BOOST_STATIC_ASSERT(LatticeT::bit_count <= std::numeric_limits<size_type>::digits);
74 ((LatticeT::bit_count) < std::numeric_limits<size_type>::digits)
90 { return low_bits_mask_t<LatticeT::bit_count>::sig_bits; } in BOOST_PREVENT_MACRO_SUBSTITUTION()
/third_party/boost/boost/random/
Dsobol.hpp33 BOOST_STATIC_CONSTANT(unsigned, bit_count = w);
51 container_type cj(bit_count * dimension); in resize()
54 for (unsigned k = 0; k != bit_count; ++k) in resize()
72 for (unsigned j = degree; j < bit_count; ++j) in resize()
88 for (int j = bit_count-1-1; j >= 0; --j, ++p) in resize()
Dniederreiter_base2.hpp95 BOOST_STATIC_CONSTANT(unsigned, bit_count = w);
113 container_type cj(bit_count * dimension); in resize()
127 const unsigned space_required = degree * ((bit_count / degree) + 1); // ~ degree + bit_count in resize()
129 v.resize(degree + bit_count - 1); in resize()
144 value_type j = high_bit_mask_t<bit_count - 1>::high_bit; in resize()
181 for (unsigned r = 0; r != bit_count; ++r) { in resize()
/third_party/boost/boost/multiprecision/
Dcpp_bin_float.hpp56 template <class Float, int bit_count>
57 struct is_cpp_bin_float_implicitly_constructible_from_type<Float, bit_count, true>
59 …static const bool value = (std::numeric_limits<Float>::digits <= (int)bit_count) && (std::numeric_…
72 template <class Float, int bit_count>
73 struct is_cpp_bin_float_explicitly_constructible_from_type<Float, bit_count, true>
75 …static const bool value = (std::numeric_limits<Float>::digits > (int)bit_count) && (std::numeric_l…
88bit_count = DigitBase == d… member in boost::multiprecision::backends::cpp_bin_float
89 …typedef cpp_int_backend<is_void<Allocator>::value ? bit_count : 0, bit_count, is_void<Allocator>::…
90 …typedef cpp_int_backend<is_void<Allocator>::value ? 2 * bit_count : 0, 2 * bit_count, is_void<Allo…
97 …imit = boost::integer_traits<exponent_type>::const_max - 2 * static_cast<exponent_type>(bit_count);
[all …]
/third_party/freetype/src/pshinter/
Dpshrec.c312 FT_UInt bit_count, in ps_mask_table_set_bits() argument
323 error = ps_mask_ensure( mask, bit_count, memory ); in ps_mask_table_set_bits()
327 mask->num_bits = bit_count; in ps_mask_table_set_bits()
338 for ( ; bit_count > 0; bit_count-- ) in ps_mask_table_set_bits()
992 FT_UInt bit_count, in ps_hints_t2mask() argument
1007 if ( bit_count != count1 + count2 ) in ps_hints_t2mask()
1011 bit_count, count1 + count2 )); in ps_hints_t2mask()
1037 FT_UInt bit_count, in ps_hints_t2counter() argument
1052 if ( bit_count != count1 + count2 ) in ps_hints_t2counter()
1056 bit_count, count1 + count2 )); in ps_hints_t2counter()
/third_party/flutter/skia/third_party/externals/freetype/src/pshinter/
Dpshrec.c313 FT_UInt bit_count, in ps_mask_table_set_bits() argument
324 error = ps_mask_ensure( mask, bit_count, memory ); in ps_mask_table_set_bits()
328 mask->num_bits = bit_count; in ps_mask_table_set_bits()
339 for ( ; bit_count > 0; bit_count-- ) in ps_mask_table_set_bits()
993 FT_UInt bit_count, in ps_hints_t2mask() argument
1008 if ( bit_count != count1 + count2 ) in ps_hints_t2mask()
1012 bit_count, count1 + count2 )); in ps_hints_t2mask()
1038 FT_UInt bit_count, in ps_hints_t2counter() argument
1053 if ( bit_count != count1 + count2 ) in ps_hints_t2counter()
1057 bit_count, count1 + count2 )); in ps_hints_t2counter()
/third_party/skia/third_party/externals/freetype/src/pshinter/
Dpshrec.c312 FT_UInt bit_count, in ps_mask_table_set_bits() argument
323 error = ps_mask_ensure( mask, bit_count, memory ); in ps_mask_table_set_bits()
327 mask->num_bits = bit_count; in ps_mask_table_set_bits()
338 for ( ; bit_count > 0; bit_count-- ) in ps_mask_table_set_bits()
987 FT_UInt bit_count, in ps_hints_t2mask() argument
1002 if ( bit_count != count1 + count2 ) in ps_hints_t2mask()
1006 bit_count, count1 + count2 )); in ps_hints_t2mask()
1032 FT_UInt bit_count, in ps_hints_t2counter() argument
1047 if ( bit_count != count1 + count2 ) in ps_hints_t2counter()
1051 bit_count, count1 + count2 )); in ps_hints_t2counter()
/third_party/boost/boost/integer/
Dinteger_mask.hpp74 BOOST_STATIC_CONSTANT( std::size_t, bit_count = Bits );
89 BOOST_STATIC_CONSTANT( std::size_t, bit_count = limits_type::digits ); \
/third_party/freetype/include/freetype/internal/
Dpshints.h509 FT_UInt bit_count,
550 FT_UInt bit_count,
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/internal/
Dpshints.h510 FT_UInt bit_count,
551 FT_UInt bit_count,
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dpshints.h509 FT_UInt bit_count,
550 FT_UInt bit_count,
/third_party/boost/boost/
Dcrc.hpp159 BOOST_STATIC_CONSTANT( std::size_t, bit_count = Bits );
253 BOOST_STATIC_CONSTANT( std::size_t, bit_count = Bits );
1679 return rem_ & detail::low_bits_mask_c<bit_count>::value; in get_interim_remainder()
1743 detail::crc_modulo_update( bit_count, rem_, bit, poly_ ); in process_bit()
1895 return ( (rft_out_ ? detail::reflect_unsigned( rem_, bit_count ) : in checksum()
1896 rem_) ^ final_ ) & detail::low_bits_mask_c<bit_count>::value; in checksum()
2011 detail::low_bits_mask_c<bit_count>::value; in get_interim_remainder()
2113 & detail::low_bits_mask_c<bit_count>::value; in checksum()
/third_party/boost/libs/integer/test/
Dinteger_mask_include_test.cpp16 l2 += f2 + boost::low_bits_mask_t<12>::bit_count; in main()
/third_party/uboot/u-boot-2020.01/include/
Dbmp_layout.h34 __u16 bit_count; member
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-var-hvar-table.hh124 unsigned int bit_count = (max_inners[i]==0)? 1: hb_bit_storage (inner_maps[i][max_inners[i]]); in remap() local
125 if (bit_count > inner_bit_count) inner_bit_count = bit_count; in remap()
/third_party/skia/third_party/externals/spirv-cross/shaders-no-opt/comp/
Dsubgroups_basicvoteballot.vk.comp38 uint bit_count = subgroupBallotBitCount(ballot_value);
/third_party/harfbuzz/src/
Dhb-ot-var-hvar-table.hh210 unsigned int bit_count = (max_inners[i]==0)? 1: hb_bit_storage (inner_maps[i][max_inners[i]]); in remap() local
211 if (bit_count > inner_bit_count) inner_bit_count = bit_count; in remap()
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-no-opt/comp/
Dsubgroups_basicvoteballot.vk.comp.vk35 uint bit_count = subgroupBallotBitCount(ballot_value);
/third_party/uboot/u-boot-2020.01/drivers/video/
Dvideo_bmp.c213 bmp_bpix = get_unaligned_le16(&bmp->header.bit_count); in video_bmp_display()
238 bpix, get_unaligned_le16(&bmp->header.bit_count)); in video_bmp_display()

123