Home
last modified time | relevance | path

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

/external/libopus/celt/
Dmodes.h52 struct OpusCustomMode { struct
53 opus_int32 Fs;
54 int overlap;
56 int nbEBands;
57 int effEBands;
58 opus_val16 preemph[4];
59 const opus_int16 *eBands; /**< Definition for each "pseudo-critical band" */
61 int maxLM;
62 int nbShortMdcts;
63 int shortMdctSize;
[all …]
/external/libopus/include/
Dopus_custom.h110 typedef struct OpusCustomMode OpusCustomMode; typedef