Searched refs:an (Results 1 – 9 of 9) sorted by relevance
/liblc3-3.7.0-3.6.0/src/ |
D | ltpf_neon.h | 230 const int16_t *an = (const int16_t *)a; in neon_correlate() local 244 ax = vld1_s16(an), an += 4; in neon_correlate() 253 ax = vld1_s16(an), an += 4; in neon_correlate()
|
D | ltpf_arm.h | 470 const int16x2_t *an = (const int16x2_t *)(a ); in arm_correlate() local 481 ax = *(an++), b0 = *(bn++); in arm_correlate() 485 ax = *(an++), b1 = *(bn++); in arm_correlate()
|
D | meson.build | 10 # distributed under the License is distributed on an "AS IS" BASIS,
|
/liblc3-3.7.0-3.6.0/ |
D | meson_options.txt | 10 # distributed under the License is distributed on an "AS IS" BASIS,
|
D | meson.build | 10 # distributed under the License is distributed on an "AS IS" BASIS,
|
D | LICENSE | 24 "You" (or "Your") shall mean an individual or Legal Entity 39 (an example is provided in the Appendix below). 44 represent, as a whole, an original work of authorship. For the purposes 53 or by an individual or Legal Entity authorized to submit on behalf of 120 or as an addendum to the NOTICE text from the Work, provided 146 Contributor provides its Contributions) on an "AS IS" BASIS, 199 distributed under the License is distributed on an "AS IS" BASIS,
|
D | README.md | 3 The LC3 is an efficient low latency audio codec.
|
/liblc3-3.7.0-3.6.0/tools/ |
D | meson.build | 10 # distributed under the License is distributed on an "AS IS" BASIS,
|
/liblc3-3.7.0-3.6.0/tables/ |
D | fastmath.py | 103 an = np.ldexp(a, 15) + 0.5
|