Home
last modified time | relevance | path

Searched defs:implementation (Results 1 – 3 of 3) sorted by relevance

/btstack/test/sbc/
H A Dsbc_decoder.py227 def sbc_frame_synthesis(frame, ch, blk, proto_table, implementation = "SIG"): argument
254 def sbc_init_sythesis(nr_subbands, implementation = "SIG"): argument
264 def sbc_synthesis(frame, implementation = "SIG"): argument
277 def sbc_decode(frame, implementation = "SIG"): argument
329 implementation = "SIG" variable
331 implementation = sys.argv[2] variable
H A Dsbc_decoder_test.py58 def get_actual_frame(fin, implementation, frame_count): argument
86 implementation = sys.argv[3] variable
H A Dsbc_encoder.py9 implementation = "SIG" variable