Searched defs:bitpool (Results 1 – 10 of 10) sorted by relevance
/btstack/test/sbc/ |
H A D | sbc_encoder_test.py | 103 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 D | sbc_encoder.py | 161 bitpool = int(sys.argv[4]) variable 173 bitpool = 26 variable
|
H A D | sbc.py | 208 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 D | sbc_decoder_test.py | 69 …e(fin_expected, nr_blocks, nr_subbands, nr_channels, sampling_frequency, bitpool, allocation_metho… argument
|
/btstack/3rd-party/bluedroid/decoder/srce/ |
H A D | decoder-oina.c | 102 OI_UINT8 bitpool, in OI_CODEC_SBC_DecodeRaw()
|
H A D | bitalloc.c | 248 OI_INT adjustToFitBitpool(const OI_UINT bitpool, in adjustToFitBitpool()
|
H A D | decoder-sbc.c | 194 OI_UINT8 bitpool, in internal_DecodeRaw()
|
/btstack/src/classic/ |
H A D | btstack_sbc_encoder_bluedroid.c | 77 int sample_rate, int bitpool, btstack_sbc_channel_mode_t channel_mode){ in btstack_sbc_encoder_init()
|
H A D | btstack_sbc_bluedroid.c | 55 … 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 D | oi_codec_sbc.h | 143 …OI_UINT8 bitpool; /**< Size of the bit allocation pool used to encode the stream. Input para… member
|