Home
last modified time | relevance | path

Searched refs:proto_table (Results 1 – 2 of 2) sorted by relevance

/btstack/test/sbc/
H A Dsbc_decoder.py151 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 Dsbc_encoder.py60 def sbc_frame_analysis(frame, ch, blk, proto_table): argument
65 sbc_frame_analysis_sig(frame, ch, blk, proto_table)