Home
last modified time | relevance | path

Searched defs:OpusCustomEncoder (Results 1 – 2 of 2) sorted by relevance

/external/libopus/celt/
Dcelt_encoder.c58 struct OpusCustomEncoder { struct
59 const OpusCustomMode *mode; /**< Mode used by the encoder */
60 int overlap;
61 int channels;
62 int stream_channels;
64 int force_intra;
65 int clip;
66 int disable_pf;
67 int complexity;
68 int upsample;
[all …]
/external/libopus/include/
Dopus_custom.h95 typedef struct OpusCustomEncoder OpusCustomEncoder; typedef