Home
last modified time | relevance | path

Searched refs:compute_nbits (Results 1 – 3 of 3) sorted by relevance

/btstack/3rd-party/lc3-google/src/
H A Dspec.c323 LC3_HOT static int compute_nbits( in compute_nbits() function
852 int nbits = compute_nbits(dt, sr, nbytes, x, &side->nq, 0, NULL); in lc3_spec_analyze()
866 nbits = compute_nbits(dt, sr, nbytes, in lc3_spec_analyze()
/btstack/3rd-party/lc3-google/test/
H A Dspec.py169 def compute_nbits(self, nbytes, x, lastnz, nbits_spec): member in SpectrumAnalysis
323 self.compute_nbits(nbytes, xq, lastnz, nbits_spec)
335 self.compute_nbits(nbytes, xq, lastnz, nbits_spec)
687 analysis.compute_nbits(nbytes, xq, nq, nbits_budget)
H A Dspec_py.c116 int nbits = compute_nbits( in compute_nbits_py()