Home
last modified time | relevance | path

Searched defs:bit_length (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/boost/sort/spreadsort/detail/
Dspreadsort_common.hpp94 unsigned bit_length = ((((max_splits - 1) + remainder)/max_splits) in get_min_count() local
/third_party/ffmpeg/libavcodec/
Dsbc.c58 int bit_length = len & 7; in ff_sbc_crc8() local
Dh264_ps.c750 H264ParamSets *ps, int bit_length) in ff_h264_decode_picture_parameter_set()
Dcbs_h265.h180 size_t bit_length; member
/third_party/boost/libs/sort/example/
Dbinaryalrbreaker.cpp72 unsigned bit_length = total_length - radix_threshold; in main() local
/third_party/weston/libweston/backend-drm/
Dvaapi-recorder.c661 void *data, int bit_length) in create_packed_header_buffers()
693 int bit_length; in encoder_prepare_headers() local
/third_party/boost/boost/
Dcrc.hpp1766 std::size_t bit_length in process_bits()
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/
Dvp8l_enc.c486 const int bit_length = huffman_codes[i].num_symbols; in GetHuffBitLengthsAndCodes() local
/third_party/skia/third_party/externals/libwebp/src/enc/
Dvp8l_enc.c727 const int bit_length = huffman_codes[i].num_symbols; in GetHuffBitLengthsAndCodes() local
/third_party/python/Lib/test/
Dtest_decimal.py5498 def bit_length(self): member in CWhitebox.test_internal_use_of_overridden_methods.I