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 channels;
61 int stream_channels;
63 int force_intra;
64 int clip;
65 int disable_pf;
66 int complexity;
67 int upsample;
68 int start, end;
[all …]
/external/libopus/include/
Dopus_custom.h95 typedef struct OpusCustomEncoder OpusCustomEncoder; typedef