Lines Matching refs:CELTMode
131 CELTMode *mode = opus_custom_mode_create(48000, 960, NULL); in celt_encoder_get_size()
135 OPUS_CUSTOM_NOSTATIC int opus_custom_encoder_get_size(const CELTMode *mode, int channels) in opus_custom_encoder_get_size()
147 CELTEncoder *opus_custom_encoder_create(const CELTMode *mode, int channels, int *error) in opus_custom_encoder_create()
164 static int opus_custom_encoder_init_arch(CELTEncoder *st, const CELTMode *mode, in opus_custom_encoder_init_arch()
201 int opus_custom_encoder_init(CELTEncoder *st, const CELTMode *mode, int channels) in opus_custom_encoder_init()
419 static void compute_mdcts(const CELTMode *mode, int shortBlocks, celt_sig * OPUS_RESTRICT in, in compute_mdcts()
548 static int tf_analysis(const CELTMode *m, int len, int isTransient, in tf_analysis()
754 static int alloc_trim_analysis(const CELTMode *m, const celt_norm *X, in alloc_trim_analysis()
857 static int stereo_analysis(const CELTMode *m, const celt_norm *X, in stereo_analysis()
1013 const CELTMode *mode; in run_prefilter()
1132 static int compute_vbr(const CELTMode *mode, AnalysisInfo *analysis, opus_int32 base_target, in compute_vbr()
2316 const CELTMode ** value = va_arg(ap, const CELTMode**); in opus_custom_encoder_ctl()