Searched refs:proto_table (Results 1 – 2 of 2) sorted by relevance
/btstack/test/sbc/ |
H A D | sbc_decoder.py | 151 def sbc_frame_synthesis_sig(frame, ch, blk, proto_table): argument 180 D = proto_table[i] * (-M) 191 def sbc_frame_synthesis_v1(frame, ch, blk, proto_table): argument 217 D = proto_table[i] * (-M) 227 def sbc_frame_synthesis(frame, ch, blk, proto_table, implementation = "SIG"): argument 232 sbc_frame_synthesis_sig(frame, ch, blk, proto_table) 234 sbc_frame_synthesis_v1(frame, ch, blk, proto_table) 266 proto_table = Proto_4_40 268 proto_table = Proto_8_80 273 sbc_frame_synthesis(frame, ch, blk, proto_table, implementation)
|
H A D | sbc_encoder.py | 60 def sbc_frame_analysis(frame, ch, blk, proto_table): argument 65 sbc_frame_analysis_sig(frame, ch, blk, proto_table)
|