Lines Matching defs:OpusCustomMode
52 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;
65 int nbAllocVectors; /**< Number of lines in the matrix below */
66 const unsigned char *allocVectors; /**< Number of bits in each band for several rates */
67 const opus_int16 *logN;
69 const opus_val16 *window;
70 mdct_lookup mdct;
71 PulseCache cache;