Home
last modified time | relevance | path

Searched defs:nr_subbands (Results 1 – 5 of 5) sorted by relevance

/btstack/test/sbc/
H A Dsbc.py23 nr_subbands = [4, 8] 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
207 nr_subbands = 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.py141 nr_subbands = 0 variable
160 nr_subbands = int(sys.argv[3]) variable
174 nr_subbands = 8 variable
H A Dsbc_encoder_test.py103 def get_actual_frame(fin, nr_blocks, nr_subbands, nr_channels, sampling_frequency, bitpool, allocat… argument
128 nr_subbands = int(sys.argv[3]) variable
H A Dsbc_decoder_test.py69 def get_expected_frame(fin_expected, nr_blocks, nr_subbands, nr_channels, sampling_frequency, bitpo… argument
H A Dsbc_decoder.py254 def sbc_init_sythesis(nr_subbands, implementation = "SIG"): argument