Searched defs:nr_subbands (Results 1 – 5 of 5) sorted by relevance
/btstack/test/sbc/ |
H A D | sbc.py | 23 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 D | sbc_encoder.py | 141 nr_subbands = 0 variable 160 nr_subbands = int(sys.argv[3]) variable 174 nr_subbands = 8 variable
|
H A D | sbc_encoder_test.py | 103 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 D | sbc_decoder_test.py | 69 def get_expected_frame(fin_expected, nr_blocks, nr_subbands, nr_channels, sampling_frequency, bitpo… argument
|
H A D | sbc_decoder.py | 254 def sbc_init_sythesis(nr_subbands, implementation = "SIG"): argument
|