Home
last modified time | relevance | path

Searched refs:is (Results 1 – 8 of 8) sorted by relevance

/liblc3-3.5.0-3.4.0/
DREADME.md3 The LC3 is an efficient low latency audio codec.
9 The directory layout is as follows :
19 The default toolchain used is GCC. Invoke `make` to build the library.
34 prevent link with `pthread` and `rt` libraries, that is included in the
54 according given parameter. The LC3 binary file format used is the non
60 Note that `elc3` output bitstream to standard output when output file is
77 A python implementation of the encoder is provided in `test` diretory.
78 The C implementation is unitary validated against this implementation and
109 Meson build system is also available to build and install lc3 codec in Linux
Dmeson_options.txt10 # distributed under the License is distributed on an "AS IS" BASIS,
DLICENSE14 the copyright owner that is granting the License.
38 copyright notice that is included in or attached to the work
39 (an example is provided in the Appendix below).
42 form, that is based on (or derived from) the Work and for which the
51 to that Work or Derivative Works thereof, that is intentionally
60 excluding communication that is conspicuously marked or otherwise
88 as of the date such litigation is filed.
199 distributed under the License is distributed on an "AS IS" BASIS,
Dmeson.build10 # distributed under the License is distributed on an "AS IS" BASIS,
/liblc3-3.5.0-3.4.0/src/
Dbwdet.c30 struct region { int is : 8; int ie : 8; }; in lc3_bwdet_run() member
67 int i = bwr[bw].is, ie = bwr[bw].ie; in lc3_bwdet_run()
86 int i0 = bwr[bw0].is, l = l_table[dt][bw0]; in lc3_bwdet_run()
Dmdct.c172 int i2, i3, is = 0; in fft() local
185 fft_5(x, y[is], n /= 5); in fft()
187 for (i3 = 0; n & (n-1); i3++, is ^= 1) in fft()
188 fft_bf3(lc3_fft_twiddles_bf3[i3], y[is], y[is ^ 1], n /= 3); in fft()
190 for (i2 = 0; n > 1; i2++, is ^= 1) in fft()
191 fft_bf2(lc3_fft_twiddles_bf2[i2][i3], y[is], y[is ^ 1], n >>= 1); in fft()
193 return y[is]; in fft()
Dmeson.build10 # distributed under the License is distributed on an "AS IS" BASIS,
/liblc3-3.5.0-3.4.0/tools/
Dmeson.build10 # distributed under the License is distributed on an "AS IS" BASIS,