Searched defs:OpusCustomMode (Results 1 – 2 of 2) sorted by relevance
52 struct OpusCustomMode { struct53 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 …]
111 typedef struct OpusCustomMode OpusCustomMode; typedef