Lines Matching refs:CELTEncoder

138    int size = sizeof(struct CELTEncoder)  in opus_custom_encoder_get_size()
149 CELTEncoder *opus_custom_encoder_create(const CELTMode *mode, int channels, int *error) in opus_custom_encoder_create()
152 CELTEncoder *st = (CELTEncoder *)opus_alloc(opus_custom_encoder_get_size(mode, channels)); in opus_custom_encoder_create()
166 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()
207 int celt_encoder_init(CELTEncoder *st, opus_int32 sampling_rate, int channels, in celt_encoder_init()
220 void opus_custom_encoder_destroy(CELTEncoder *st) in opus_custom_encoder_destroy()
1165 static int run_prefilter(CELTEncoder *st, celt_sig *in, celt_sig *prefilter_mem, int CC, int N, in run_prefilter()
1408 int celt_encode_with_ec(CELTEncoder * OPUS_RESTRICT st, const opus_val16 * pcm, int frame_size, uns… in celt_encode_with_ec()
2342 int opus_custom_encode(CELTEncoder * OPUS_RESTRICT st, const opus_int16 * pcm, int frame_size, unsi… in opus_custom_encode()
2348 int opus_custom_encode_float(CELTEncoder * OPUS_RESTRICT st, const float * pcm, int frame_size, uns… in opus_custom_encode_float()
2375 int opus_custom_encode(CELTEncoder * OPUS_RESTRICT st, const opus_int16 * pcm, int frame_size, unsi… in opus_custom_encode()
2400 int opus_custom_encode_float(CELTEncoder * OPUS_RESTRICT st, const float * pcm, int frame_size, uns… in opus_custom_encode_float()
2409 int opus_custom_encoder_ctl(CELTEncoder * OPUS_RESTRICT st, int request, ...) in opus_custom_encoder_ctl()