Home
last modified time | relevance | path

Searched defs:nr_blocks (Results 1 – 4 of 4) sorted by relevance

/btstack/test/sbc/
H A Dsbc.py22 nr_blocks = [4, 8, 12, 16] variable
140 def calculate_max_subbandsample(nr_blocks, nr_channels, nr_subbands, sb_sample): argument
151 def calculate_scalefactors(nr_blocks, nr_channels, nr_subbands, sb_sample): argument
203 nr_blocks = 0 variable in SBCFrame
224 …def __init__(self, nr_blocks=16, nr_subbands=4, nr_channels=1, bitpool=31, sampling_frequency=4410… argument
235 def init(self, nr_blocks, nr_subbands, nr_channels): argument
H A Dsbc_encoder_test.py103 def get_actual_frame(fin, nr_blocks, nr_subbands, nr_channels, sampling_frequency, bitpool, allocat… argument
127 nr_blocks = int(sys.argv[2]) variable
H A Dsbc_encoder.py140 nr_blocks = 0 variable
159 nr_blocks = int(sys.argv[2]) variable
H A Dsbc_decoder_test.py69 def get_expected_frame(fin_expected, nr_blocks, nr_subbands, nr_channels, sampling_frequency, bitpo… argument