Home | History | Annotate | Download | only in celt

Lines Matching refs:CELTEncoder

137    int size = sizeof(struct CELTEncoder)
147 CELTEncoder *opus_custom_encoder_create(const CELTMode *mode, int channels, int *error)
150 CELTEncoder *st = (CELTEncoder *)opus_alloc(opus_custom_encoder_get_size(mode, channels));
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)
207 int celt_encoder_init(CELTEncoder *st, opus_int32 sampling_rate, int channels,
220 void opus_custom_encoder_destroy(CELTEncoder *st)
1007 static int run_prefilter(CELTEncoder *st, celt_sig *in, celt_sig *prefilter_mem, int CC, int N,
1248 int celt_encode_with_ec(CELTEncoder * OPUS_RESTRICT st, const opus_val16 * pcm, int frame_size, unsigned char *compressed, int nbCompressedBytes, ec_enc *enc)
2109 int opus_custom_encode(CELTEncoder * OPUS_RESTRICT st, const opus_int16 * pcm, int frame_size, unsigned char *compressed, int nbCompressedBytes)
2115 int opus_custom_encode_float(CELTEncoder * OPUS_RESTRICT st, const float * pcm, int frame_size, unsigned char *compressed, int nbCompressedBytes)
2142 int opus_custom_encode(CELTEncoder * OPUS_RESTRICT st, const opus_int16 * pcm, int frame_size, unsigned char *compressed, int nbCompressedBytes)
2167 int opus_custom_encode_float(CELTEncoder * OPUS_RESTRICT st, const float * pcm, int frame_size, unsigned char *compressed, int nbCompressedBytes)
2176 int opus_custom_encoder_ctl(CELTEncoder * OPUS_RESTRICT st, int request, ...)