Searched refs:sbc_bit_allocation (Results 1 – 3 of 3) sorted by relevance
/btstack/test/sbc/ | ||
H A D | sbc_encoder.py | 101 frame.bits = sbc_bit_allocation(frame) |
H A D | sbc_decoder.py | 107 frame.bits = sbc_bit_allocation(frame) |
H A D | sbc.py | 458 def sbc_bit_allocation(frame): function |