Home
last modified time | relevance | path

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

/external/libopus/celt/
Dcelt_decoder.c64 struct OpusCustomDecoder { struct
65 const OpusCustomMode *mode;
66 int overlap;
67 int channels;
68 int stream_channels;
70 int downsample;
71 int start, end;
72 int signalling;
73 int arch;
78 opus_uint32 rng;
[all …]
/external/libopus/include/
Dopus_custom.h102 typedef struct OpusCustomDecoder OpusCustomDecoder; typedef