Home
last modified time | relevance | path

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

/btstack/test/sbc/
H A Dsbc_encoder_test.py103 def get_actual_frame(fin, nr_blocks, nr_subbands, nr_channels, sampling_frequency, bitpool, allocat… argument
129 bitpool = int(sys.argv[4]) variable
H A Dsbc_encoder.py161 bitpool = int(sys.argv[4]) variable
173 bitpool = 26 variable
H A Dsbc.py208 bitpool = 0 variable in SBCFrame
224 …def __init__(self, nr_blocks=16, nr_subbands=4, nr_channels=1, bitpool=31, sampling_frequency=4410… argument
H A Dsbc_decoder_test.py69 …e(fin_expected, nr_blocks, nr_subbands, nr_channels, sampling_frequency, bitpool, allocation_metho… argument
/btstack/3rd-party/bluedroid/decoder/srce/
H A Ddecoder-oina.c102 OI_UINT8 bitpool, in OI_CODEC_SBC_DecodeRaw()
H A Dbitalloc.c248 OI_INT adjustToFitBitpool(const OI_UINT bitpool, in adjustToFitBitpool()
H A Ddecoder-sbc.c194 OI_UINT8 bitpool, in internal_DecodeRaw()
/btstack/src/classic/
H A Dbtstack_sbc_encoder_bluedroid.c77 int sample_rate, int bitpool, btstack_sbc_channel_mode_t channel_mode){ in btstack_sbc_encoder_init()
H A Dbtstack_sbc_bluedroid.c55 … uint16_t sample_rate, uint8_t bitpool, btstack_sbc_channel_mode_t channel_mode){ in btstack_sbc_encoder_bluedroid_configure()
/btstack/3rd-party/bluedroid/decoder/include/
H A Doi_codec_sbc.h143 …OI_UINT8 bitpool; /**< Size of the bit allocation pool used to encode the stream. Input para… member