Lines Matching refs:CELTMode
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,
1164 const CELTMode ** value = va_arg(ap, const CELTMode**);