Searched defs:e (Results 1 – 15 of 15) sorted by relevance
/liblc3-latest/src/ |
D | fastmath.h | 63 int e = (x.u & LC3_IEEE754_EXP_MASK) >> LC3_IEEE754_EXP_SHL; in lc3_frexpf() local 81 static const float e[] = { in lc3_exp2f() local 130 int e; in lc3_log2f() local
|
D | energy.c | 27 enum lc3_dt dt, enum lc3_srate sr, const float *x, float *e) in lc3_energy_compute()
|
D | attdet.c | 43 int32_t e[4]; in lc3_attdet_run() local
|
D | bwdet.c | 26 enum lc3_dt dt, enum lc3_srate sr, const float *e) in lc3_bwdet_run()
|
D | sns.c | 284 float e[LC3_MAX_BANDS]; in compute_scale_factors() local 445 float e = *energy + 2*y[i] + 1; in add_pulse() local
|
D | tns.c | 214 float e, b[2][7], *b0, *b1; in lpc_reflection() local
|
D | ltpf.c | 625 int e, f; in refine_pitch() local
|
D | lc3.c | 311 float e[LC3_MAX_BANDS]; in analyze() local
|
D | spec.c | 88 union { float f; int32_t q16; } e[LC3_MAX_NE / 4]; in estimate_gain() local
|
/liblc3-latest/test/neon/ |
D | neon.h | 32 typedef struct { int16_t e[4]; } int16x4_t; member 34 typedef struct { int16_t e[8]; } int16x8_t; member 35 typedef struct { int32_t e[4]; } int32x4_t; member 36 typedef struct { int64_t e[2]; } int64x2_t; member 129 typedef struct { float e[2]; } float32x2_t; member 130 typedef struct { float e[4]; } float32x4_t; member
|
/liblc3-latest/test/ |
D | bwdet_py.c | 29 float *e; in bwdet_run_py() local
|
D | energy_py.c | 32 float *x, *e; in energy_compute_py() local
|
D | bwdet.py | 52 def run(self, e): argument
|
D | sns.py | 108 def compute_scale_factors(self, e, att, nbytes): argument
|
/liblc3-latest/fuzz/ |
D | efuzz.cc | 35 int encode(Encoder &e, int nchannels, int frame_size, FuzzedDataProvider &fdp, in encode() 52 int encode(Encoder &e, int frame_size, int nchannels, in encode()
|