Searched defs:TwinVQContext (Results 1 – 1 of 1) sorted by relevance
137 typedef struct TwinVQContext { struct138 AVCodecContext *avctx;139 AVFloatDSPContext *fdsp;140 FFTContext mdct_ctx[3];142 const TwinVQModeTab *mtab;144 int is_6kbps;147 float lsp_hist[2][20]; ///< LSP coefficients of the last frame148 float bark_hist[3][2][40]; ///< BSE coefficients of last frame174 int (*read_bitstream)(AVCodecContext *avctx, struct TwinVQContext *tctx, argument176 void (*dec_bark_env)(struct TwinVQContext *tctx, const uint8_t *in, argument[all …]