Home
last modified time | relevance | path

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

/aosp_15_r20/external/libopus/celt/
H A Dcelt_decoder.c80 struct OpusCustomDecoder { struct
81 const OpusCustomMode *mode;
82 int overlap;
83 int channels;
84 int stream_channels;
86 int downsample;
87 int start, end;
88 int signalling;
89 int disable_inv;
90 int complexity;
[all …]
/aosp_15_r20/external/libopus/include/
H A Dopus_custom.h102 typedef struct OpusCustomDecoder OpusCustomDecoder; typedef