HomeSort by relevance Sort by last modified time
    Searched refs:CELTMode (Results 1 - 18 of 18) sorted by null

  /external/libopus/celt/
quant_bands.h 44 void amp2Log2(const CELTMode *m, int effEnd, int end,
47 void log2Amp(const CELTMode *m, int start, int end,
50 void quant_coarse_energy(const CELTMode *m, int start, int end, int effEnd,
56 void quant_fine_energy(const CELTMode *m, int start, int end, opus_val16 *oldEBands, opus_val16 *error, int *fine_quant, ec_enc *enc, int C);
58 void quant_energy_finalise(const CELTMode *m, int start, int end, opus_val16 *oldEBands, opus_val16 *error, int *fine_quant, int *fine_priority, int bits_left, ec_enc *enc, int C);
60 void unquant_coarse_energy(const CELTMode *m, int start, int end, opus_val16 *oldEBands, int intra, ec_dec *dec, int C, int LM);
62 void unquant_fine_energy(const CELTMode *m, int start, int end, opus_val16 *oldEBands, int *fine_quant, ec_dec *dec, int C);
64 void unquant_energy_finalise(const CELTMode *m, int start, int end, opus_val16 *oldEBands, int *fine_quant, int *fine_priority, int bits_left, ec_dec *dec, int C);
bands.h 44 void compute_band_energies(const CELTMode *m, const celt_sig *X, celt_ener *bandE, int end, int C, int M);
46 /*void compute_noise_energies(const CELTMode *m, const celt_sig *X, const opus_val16 *tonality, celt_ener *bandE);*/
54 void normalise_bands(const CELTMode *m, const celt_sig * OPUS_RESTRICT freq, celt_norm * OPUS_RESTRICT X, const celt_ener *bandE, int end, int C, int M);
61 void denormalise_bands(const CELTMode *m, const celt_norm * OPUS_RESTRICT X,
69 int spreading_decision(const CELTMode *m, celt_norm *X, int *average,
74 void measure_norm_mse(const CELTMode *m, float *X, float *X0, float *bandE, float *bandE0, int M, int N, int C);
101 void quant_all_bands(int encode, const CELTMode *m, int start, int end,
106 void anti_collapse(const CELTMode *m, celt_norm *X_, unsigned char *collapse_masks, int LM, int C, int size,
rate.h 46 void compute_pulse_cache(CELTMode *m, int LM);
53 static OPUS_INLINE int bits2pulses(const CELTMode *m, int band, int LM, int bits)
80 static OPUS_INLINE int pulses2bits(const CELTMode *m, int band, int LM, int pulses)
98 int compute_allocation(const CELTMode *m, int start, int end, const int *offsets, const int *cap, int alloc_trim, int *intensity, int *dual_stero,
static_modes_fixed.h 573 static const CELTMode mode48000_960_120 = {
593 static const CELTMode * const static_mode_list[TOTAL_MODES] = {
celt.h 51 #define CELTMode OpusCustomMode
63 #define __celt_check_mode_ptr_ptr(ptr) ((ptr) + ((ptr) - (const CELTMode**)(ptr)))
99 /** Get the CELTMode used by an encoder or decoder */
205 void init_caps(const CELTMode *m,int *cap,int LM,int C);
210 void compute_inv_mdcts(const CELTMode *mode, int shortBlocks, celt_sig *X,
modes.c 166 static void compute_allocation_table(CELTMode *mode)
223 CELTMode *opus_custom_mode_create(opus_int32 Fs, int frame_size, int *error)
227 CELTMode *mode=NULL;
250 return (CELTMode*)static_mode_list[i];
306 mode = opus_alloc(sizeof(CELTMode));
409 void opus_custom_mode_destroy(CELTMode *mode)
436 opus_free((CELTMode *)mode);
quant_bands.c 156 static int quant_coarse_energy_impl(const CELTMode *m, int start, int end,
261 void quant_coarse_energy(const CELTMode *m, int start, int end, int effEnd,
361 void quant_fine_energy(const CELTMode *m, int start, int end, opus_val16 *oldEBands, opus_val16 *error, int *fine_quant, ec_enc *enc, int C)
398 void quant_energy_finalise(const CELTMode *m, int start, int end, opus_val16 *oldEBands, opus_val16 *error, int *fine_quant, int *fine_priority, int bits_left, ec_enc *enc, int C)
427 void unquant_coarse_energy(const CELTMode *m, int start, int end, opus_val16 *oldEBands, int intra, ec_dec *dec, int C, int LM)
492 void unquant_fine_energy(const CELTMode *m, int start, int end, opus_val16 *oldEBands, int *fine_quant, ec_dec *dec, int C)
515 void unquant_energy_finalise(const CELTMode *m, int start, int end, opus_val16 *oldEBands, int *fine_quant, int *fine_priority, int bits_left, ec_dec *dec, int C)
543 void amp2Log2(const CELTMode *m, int effEnd, int end,
bands.c 95 void compute_band_energies(const CELTMode *m, const celt_sig *X, celt_ener *bandE, int end, int C, int M)
131 void normalise_bands(const CELTMode *m, const celt_sig * OPUS_RESTRICT freq, celt_norm * OPUS_RESTRICT X, const celt_ener *bandE, int end, int C, int M)
153 void compute_band_energies(const CELTMode *m, const celt_sig *X, celt_ener *bandE, int end, int C, int M)
173 void normalise_bands(const CELTMode *m, const celt_sig * OPUS_RESTRICT freq, celt_norm * OPUS_RESTRICT X, const celt_ener *bandE, int end, int C, int M)
192 void denormalise_bands(const CELTMode *m, const celt_norm * OPUS_RESTRICT X,
258 void anti_collapse(const CELTMode *m, celt_norm *X_, unsigned char *collapse_masks, int LM, int C, int size,
353 static void intensity_stereo(const CELTMode *m, celt_norm *X, celt_norm *Y, const celt_ener *bandE, int bandID, int N)
445 int spreading_decision(const CELTMode *m, celt_norm *X, int *average,
641 const CELTMode *m;
676 const CELTMode *m
    [all...]
celt_decoder.c 101 const CELTMode *mode = opus_custom_mode_create(48000, 960, NULL);
105 OPUS_CUSTOM_NOSTATIC int opus_custom_decoder_get_size(const CELTMode *mode, int channels)
115 CELTDecoder *opus_custom_decoder_create(const CELTMode *mode, int channels, int *error)
144 OPUS_CUSTOM_NOSTATIC int opus_custom_decoder_init(CELTDecoder *st, const CELTMode *mode, int channels)
260 void compute_inv_mdcts(const CELTMode *mode, int shortBlocks, celt_sig *X,
    [all...]
celt_encoder.c 131 CELTMode *mode = opus_custom_mode_create(48000, 960, NULL);
135 OPUS_CUSTOM_NOSTATIC int opus_custom_encoder_get_size(const CELTMode *mode, int channels)
147 CELTEncoder *opus_custom_encoder_create(const CELTMode *mode, int channels, int *error)
164 static int opus_custom_encoder_init_arch(CELTEncoder *st, const CELTMode *mode,
201 int opus_custom_encoder_init(CELTEncoder *st, const CELTMode *mode, int channels)
419 static void compute_mdcts(const CELTMode *mode, int shortBlocks, celt_sig * OPUS_RESTRICT in,
548 static int tf_analysis(const CELTMode *m, int len, int isTransient,
754 static int alloc_trim_analysis(const CELTMode *m, const celt_norm *X,
857 static int stereo_analysis(const CELTMode *m, const celt_norm *X,
1013 const CELTMode *mode
    [all...]
rate.c 73 void compute_pulse_cache(CELTMode *m, int LM)
248 static OPUS_INLINE int interp_bits2pulses(const CELTMode *m, int start, int end, int skip_start,
526 int compute_allocation(const CELTMode *m, int start, int end, const int *offsets, const int *cap, int alloc_trim, int *intensity, int *dual_stereo,
celt.c 182 void init_caps(const CELTMode *m,int *cap,int LM,int C)
static_modes_float.h 577 static const CELTMode mode48000_960_120 = {
597 static const CELTMode * const static_mode_list[TOTAL_MODES] = {
  /external/libopus/src/
analysis.h 82 const CELTMode *celt_mode, const void *x, int len, int offset, int c1, int c2, int C, int lsb_depth, downmix_func downmix);
86 void run_analysis(TonalityAnalysisState *analysis, const CELTMode *celt_mode, const void *analysis_pcm,
analysis.c 192 void tonality_analysis(TonalityAnalysisState *tonal, AnalysisInfo *info_out, const CELTMode *celt_mode, const void *x, int len, int offset, int c1, int c2, int C, int lsb_depth, downmix_func downmix)
619 void run_analysis(TonalityAnalysisState *analysis, const CELTMode *celt_mode, const void *analysis_pcm,
opus_multistream_encoder.c 220 void surround_analysis(const CELTMode *celt_mode, const void *pcm, opus_val16 *bandLogE, opus_val32 *mem, opus_val32 *preemph_mem,
691 const CELTMode *celt_mode;
    [all...]
opus_encoder.c 956 const CELTMode *celt_mode;
    [all...]
opus_decoder.c 506 const CELTMode *celt_mode;

Completed in 195 milliseconds