Searched refs:opus_custom_encoder_get_size (Results 1 – 2 of 2) sorted by relevance
138 OPUS_CUSTOM_EXPORT_STATIC OPUS_WARN_UNUSED_RESULT int opus_custom_encoder_get_size(
133 return opus_custom_encoder_get_size(mode, channels); in celt_encoder_get_size()136 OPUS_CUSTOM_NOSTATIC int opus_custom_encoder_get_size(const CELTMode *mode, int channels) in opus_custom_encoder_get_size() function152 CELTEncoder *st = (CELTEncoder *)opus_alloc(opus_custom_encoder_get_size(mode, channels)); in opus_custom_encoder_create()175 OPUS_CLEAR((char*)st, opus_custom_encoder_get_size(mode, channels)); in opus_custom_encoder_init_arch()2528 opus_custom_encoder_get_size(st->mode, st->channels)- in opus_custom_encoder_ctl()