Home
last modified time | relevance | path

Searched refs:bit_capacity (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbitwriter.h54 guint bit_capacity; /* Capacity of the allocated data */ member
151 g_assert (bitwriter->bit_size <= bitwriter->bit_capacity); in _gst_bit_writer_check_remaining()
152 if (new_bit_size <= bitwriter->bit_capacity) in _gst_bit_writer_check_remaining()
165 bitwriter->bit_capacity = new_bit_size; in _gst_bit_writer_check_remaining()
189 bitwriter->bit_size <= bitwriter->bit_capacity); \
202 (bitwriter->data + (bitwriter->bit_capacity >> 3))); \
233 return bitwriter->bit_capacity - bitwriter->bit_size; in gst_bit_writer_get_remaining_unchecked()
314 g_return_val_if_fail (pos <= bitwriter->bit_capacity, FALSE); in _gst_bit_writer_set_pos_inline()
323 g_return_val_if_fail (bitwriter->bit_size < bitwriter->bit_capacity, 0); in _gst_bit_writer_get_remaining_inline()
350 bitwriter->bit_capacity, FALSE); in _gst_bit_writer_align_bytes_inline()
Dgstbitwriter.c163 bitwriter->bit_capacity = size * 8; in gst_bit_writer_init_with_data()
/third_party/mindspore/mindspore/lite/tools/converter/quantizer/
Dfse_bit_stream.cc27 int BitStream::Create(int bit_capacity) { in Create() argument
28 chunk_count_ = (bit_capacity >> kTableSize); in Create()
Dfse_bit_stream.h29 int Create(int bit_capacity);
/third_party/gstreamer/gstreamer/
DChangeLog11040 gstbitwriter.h:45: Warning: GstBase: "@bit_capacity" parameter unexpected at this location:
11041 * @bit_capacity: Capacity of the allocated @data