Home
last modified time | relevance | path

Searched refs:LC3_HOT (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/system/embdrv/lc3/src/
Dltpf.c154 LC3_HOT static inline int32_t filter_hp50( in filter_hp50()
183 LC3_HOT static inline void resample_x64k_12k8(const int p, const int16_t *h, in resample_x64k_12k8()
227 LC3_HOT static inline void resample_x192k_12k8(const int p, const int16_t *h, in resample_x192k_12k8()
272 LC3_HOT static void resample_8k_12k8( in resample_8k_12k8()
288 LC3_HOT static void resample_16k_12k8( in resample_16k_12k8()
304 LC3_HOT static void resample_32k_12k8( in resample_32k_12k8()
320 LC3_HOT static void resample_24k_12k8( in resample_24k_12k8()
336 LC3_HOT static void resample_48k_12k8( in resample_48k_12k8()
351 LC3_HOT static void resample_6k4(const int16_t *x, int16_t *y, int n) in resample_6k4()
389 LC3_HOT static inline float dot(const int16_t *a, const int16_t *b, int n) in dot()
[all …]
Dbits.h216 LC3_HOT static inline void lc3_put_bit(lc3_bits_t *bits, int v) in lc3_put_bit()
224 LC3_HOT static inline void lc3_put_bits( in lc3_put_bits()
240 LC3_HOT static inline int lc3_get_bit(lc3_bits_t *bits) in lc3_get_bit()
248 LC3_HOT static inline unsigned lc3_get_bits(struct lc3_bits *bits, int n) in lc3_get_bits()
264 LC3_HOT static inline void lc3_put_symbol( in lc3_put_symbol()
284 LC3_HOT static inline unsigned lc3_get_symbol( in lc3_get_symbol()
Dspec.c49 LC3_HOT static int estimate_gain( in estimate_gain()
123 LC3_HOT static int adjust_gain( in adjust_gain()
208 LC3_HOT static void quantize(enum lc3_dt dt, enum lc3_srate sr, in quantize()
239 LC3_HOT static float unquantize(enum lc3_dt dt, enum lc3_srate sr, in unquantize()
282 LC3_HOT static int compute_nbits( in compute_nbits()
383 LC3_HOT static void put_quantized(lc3_bits_t *bits, in put_quantized()
458 LC3_HOT static int get_quantized(lc3_bits_t *bits, in get_quantized()
537 LC3_HOT static void put_residual( in put_residual()
558 LC3_HOT static void get_residual( in get_residual()
585 LC3_HOT static void put_lsb( in put_lsb()
[all …]
Dsns.c123 LC3_HOT static void dct16_forward(const float *x, float *y) in dct16_forward()
134 LC3_HOT static void dct16_inverse(const float *x, float *y) in dct16_inverse()
153 LC3_HOT static void compute_scale_factors( in compute_scale_factors()
347 LC3_HOT static void resolve_codebooks( in resolve_codebooks()
376 LC3_HOT static void normalize(const int *c, float *cn) in normalize()
394 LC3_HOT static void add_pulse(const float *x, int *y, int n, in add_pulse()
423 LC3_HOT static void quantize(const float *scf, int lfcb_idx, int hfcb_idx, in quantize()
544 LC3_HOT static void unquantize(int lfcb_idx, int hfcb_idx, in unquantize()
678 LC3_HOT static void spectral_shaping(enum lc3_dt dt, enum lc3_srate sr, in spectral_shaping()
Dltpf_neon.h38 LC3_HOT static void neon_resample_16k_12k8( in neon_resample_16k_12k8()
81 LC3_HOT static void neon_resample_32k_12k8( in neon_resample_32k_12k8()
121 LC3_HOT static void neon_resample_48k_12k8( in neon_resample_48k_12k8()
179 LC3_HOT static inline float neon_dot(const int16_t *a, const int16_t *b, int n) in neon_dot()
205 LC3_HOT static void neon_correlate( in neon_correlate()
Dmdct.c34 LC3_HOT static inline void fft_5( in fft_5()
93 LC3_HOT static inline void fft_bf3( in fft_bf3()
135 LC3_HOT static inline void fft_bf2( in fft_bf2()
206 LC3_HOT static void mdct_window(enum lc3_dt dt, enum lc3_srate sr, in mdct_window()
242 LC3_HOT static void mdct_pre_fft(const struct lc3_mdct_rot_def *def, in mdct_pre_fft()
273 LC3_HOT static void mdct_post_fft(const struct lc3_mdct_rot_def *def, in mdct_post_fft()
305 LC3_HOT static void imdct_pre_fft(const struct lc3_mdct_rot_def *def, in imdct_pre_fft()
338 LC3_HOT static void imdct_post_fft(const struct lc3_mdct_rot_def *def, in imdct_post_fft()
366 LC3_HOT static void imdct_window(enum lc3_dt dt, enum lc3_srate sr, in imdct_window()
Dtns.c42 LC3_HOT static inline float dot(const float *a, const float *b, int n) in dot()
58 LC3_HOT static void compute_lpc_coeffs( in compute_lpc_coeffs()
152 LC3_HOT static void lpc_weighting(float pred_gain, float *a) in lpc_weighting()
166 LC3_HOT static void lpc_reflection(const float *a, float *rc) in lpc_reflection()
255 LC3_HOT static void forward_filtering( in forward_filtering()
296 LC3_HOT static void inverse_filtering( in inverse_filtering()
Dbits.c170 LC3_HOT static inline void ac_shift( in ac_shift()
265 LC3_HOT void lc3_put_bits_generic(struct lc3_bits *bits, unsigned v, int n) in lc3_put_bits_generic()
288 LC3_HOT void lc3_ac_write_renorm(struct lc3_bits *bits) in lc3_ac_write_renorm()
339 LC3_HOT unsigned lc3_get_bits_generic(struct lc3_bits *bits, int n) in lc3_get_bits_generic()
369 LC3_HOT void lc3_ac_read_renorm(struct lc3_bits *bits) in lc3_ac_read_renorm()
Dcommon.h45 #define LC3_HOT \ macro
51 #define LC3_HOT macro
Dmdct_neon.h32 LC3_HOT static inline void neon_fft_5( in neon_fft_5()
107 LC3_HOT static inline void neon_fft_bf3( in neon_fft_bf3()
216 LC3_HOT static inline void neon_fft_bf2( in neon_fft_bf2()