Searched defs:s (Results 1 – 9 of 9) sorted by relevance
/liblc3-latest/src/ |
D | fastmath.h | 46 union { float f; int32_t s; } x = { .f = _x }; in lc3_ldexpf() member 97 volatile union { float f; int32_t s; } v; in lc3_exp2f() member 107 union { float f; int32_t s; } y; in lc3_exp2f() member
|
D | bits.h | 85 struct lc3_ac_symbol s[17]; member 259 struct lc3_bits *bits, const struct lc3_ac_model *model, unsigned s) in lc3_put_symbol() 290 int s = 16; in lc3_get_symbol() local
|
D | tns.c | 133 for (int s = 0; s < nsubdivisions; s++) { in compute_lpc_coeffs() local 310 float s[8] = { 0 }; in forward_filtering() local 352 float s[8] = { 0 }; in inverse_filtering() local
|
D | lc3.c | 481 int32_t s = *xs >= 0 ? (int)(*xs + 0.5f) : (int)(*xs - 0.5f); in store_s16() local 503 int32_t s = *xs >= 0 ? (int32_t)(lc3_ldexpf(*xs, 8) + 0.5f) in store_s24() local 526 int32_t s = *xs >= 0 ? (int32_t)(lc3_ldexpf(*xs, 8) + 0.5f) in store_s24_3le() local 553 float s = lc3_ldexpf(*xs, -15); in store_float() local
|
D | spec.c | 354 int s = (a != 0) + (b != 0); in compute_nbits() local 526 unsigned s = lc3_get_symbol(bits, lc3_spectrum_models + lut[k]); in get_quantized() local 752 float s = g * (float)(8 - nf) / 16; in fill_noise() local
|
/liblc3-latest/python/tools/ |
D | specgram.py | 62 s = signal.chirp(t, f0=10, f1=fs/2, t1=t[-1], phi=-90, method='linear') variable
|
/liblc3-latest/include/ |
D | lc3_cpp.h | 132 auto s = state_ptr((lc3_encoder_t) in Base() local 240 auto s = state_ptr((lc3_decoder_t) in Base() local
|
/liblc3-latest/fuzz/ |
D | efuzz.cc | 43 for (auto &s: pcm) in encode() local
|
/liblc3-latest/tools/ |
D | wave.c | 27 #define __WAVE_ID(s) \ argument
|