Home
last modified time | relevance | path

Searched defs:e (Results 1 – 15 of 15) sorted by relevance

/liblc3-latest/src/
Dfastmath.h63 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
Denergy.c27 enum lc3_dt dt, enum lc3_srate sr, const float *x, float *e) in lc3_energy_compute()
Dattdet.c43 int32_t e[4]; in lc3_attdet_run() local
Dbwdet.c26 enum lc3_dt dt, enum lc3_srate sr, const float *e) in lc3_bwdet_run()
Dsns.c284 float e[LC3_MAX_BANDS]; in compute_scale_factors() local
445 float e = *energy + 2*y[i] + 1; in add_pulse() local
Dtns.c214 float e, b[2][7], *b0, *b1; in lpc_reflection() local
Dltpf.c625 int e, f; in refine_pitch() local
Dlc3.c311 float e[LC3_MAX_BANDS]; in analyze() local
Dspec.c88 union { float f; int32_t q16; } e[LC3_MAX_NE / 4]; in estimate_gain() local
/liblc3-latest/test/neon/
Dneon.h32 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/
Dbwdet_py.c29 float *e; in bwdet_run_py() local
Denergy_py.c32 float *x, *e; in energy_compute_py() local
Dbwdet.py52 def run(self, e): argument
Dsns.py108 def compute_scale_factors(self, e, att, nbytes): argument
/liblc3-latest/fuzz/
Defuzz.cc35 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()