Searched refs:OpusCustomEncoder (Results 1 – 4 of 4) sorted by relevance
95 typedef struct OpusCustomEncoder OpusCustomEncoder; typedef157 OpusCustomEncoder *st,174 OPUS_CUSTOM_EXPORT OPUS_WARN_UNUSED_RESULT OpusCustomEncoder *opus_custom_encoder_create(184 OPUS_CUSTOM_EXPORT void opus_custom_encoder_destroy(OpusCustomEncoder *st);204 OpusCustomEncoder *st,225 OpusCustomEncoder *st,238 OPUS_CUSTOM_EXPORT int opus_custom_encoder_ctl(OpusCustomEncoder * OPUS_RESTRICT st, int request, .…
49 #define CELTEncoder OpusCustomEncoder138 int celt_encode_with_ec(OpusCustomEncoder * OPUS_RESTRICT st, const opus_val16 * pcm, int frame_siz…
48 OpusCustomEncoder *enc; in main()
58 struct OpusCustomEncoder { struct